Saturday, November 26, 2011

questions on listview

how to create listview?
diff ways of creating listview?
if u want to post 1000 items in listview which method did u use to post them?
what is adapter?
diff types of adapter?

interview questions for exp in activity

what is an Activity?
Activity lifecycle?
passing data between Activitys?
diff phases of Activity while passing to other Activity?
when activity will go to onpause?
when we call onRestart what is the next stage of Activity?
saving activity state?
moving from one Activity to other Activity?
how to kill the activity?