Android Programming and Technical Programming Technical

What is anchor view?

Options
1) Same as ListView
2) provides the information on respective relative positions
3) Same as relative layout
4) None of the above

Read Solution (Total 3)

Android Other Question

Is it possible activity without UI in android?

Options
1) No, it's not possible
2) Yes, it's possible
3) We can't say
4) None of the above
Explain android activity life cycle?

Options
1) onCreate() −> onStart() −> onActivityStarted() −> onResume() −> onPause() −> onStop() −> onActivityDistroy() −> onDestroy()
2) OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onRestart() −> onDestroy()
3) OnCreate() −> onStart() −> onPause() −> onResume() −> onStop() −> onDestroy()
4) OnCreate() −> onStart() −>onResume() −> onPause() −> onStop() −> onDestroy()