Android Help
Sunday, 26 April 2015
test blog
Wednesday, 12 March 2014
Link one Activity to other in android
By using below code:
put this code in onCreate method in activity.
Intent intent=new Intent(getApplicationContext,activityname.class);
startActivity(intent);
Home
Subscribe to:
Comments (Atom)