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... 0
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... 0
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... 0
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... 0