Skip to main content

Posts

Showing posts with the label basics of android

Android Interview Questions | Softlogic Systems KK Nagar Chennai

1.       Write the stages of android life cycle.             onCreate()             onStart()             onResume()             onPause()             onStop()             onDestroy() 2.       What is the difference between startActivity() and startActivityForResult() ?             startActivity() is a method used for beginning the new activity and startActivityForResult()             begins the new activity and returns the result to the previous activ...