Watch this on YouTube
Home › Archives for May 2013
Getting current display orientation of android device
May 22, 2013
android displayandroid landscapeandroid layout tutorialandroid screen orientationorientation android
Watch this on YouTube In some situations we need to to know what is the current display orientation of the device. In this post i explain ho...
Control display orientation of an android device.
May 21, 2013
Watch this on YouTube In some cases you want to fix the display orientation for your app in landscape or portrait. In this post i will expla...
Registering events for views
May 21, 2013
android application development tutorialandroid development tutorialandroid programming video tutorialandroid tutorial videoandroid video tutorialandroid views
Watch this on YouTube MainActivity.java package com.registerevent; import android.app.Activity; import android.os.Bundle; import android.vi...
Creating android activity programatically
May 17, 2013
Watch this on YouTube Watch part -2 In android an activity can be created in two ways, first one is simply using the android xml file in t...
Enhanced for loop in java
May 17, 2013
Watch this on YouTube Watch part -2 Enhanced for loop or the for each loop is a special purpose for loop used for working with arrays in jav...
Nested for loop
May 16, 2013
core javacore java tutorialsfor loopfor loop javajava for loopnested for loop examplenested for loop in java
Watch this on YouTube Watch part -2 A loop inside another loop is called the nesting of loops. So a for loop inside the body of another for ...
java for loop
May 15, 2013
example of for loop in javafor java loopfor loop examples in javafor loop in java 6for loop in java examplefor loop in java scriptfor loop syntax in javajava for looploop in javaloop java
Watch this on YouTube for loop in java is one of the most important control statement in java. Java for loop syntax: for (initialization ; c...
Activities with same intent filter name
May 15, 2013
android application tutorialandroid appsandroid eclipse tutorialandroid intent examplejava android tutorial
Watch this on YouTube View part 2 We already learn that, an intent filter is necessary for invoking an activity using intent object. Assume ...
Subscribe to:
Posts (Atom)