What are the life cycle methods of android activity? Nectar Websoft 09:15 Android Interview Questions Nectar Websoft There are 7 life-cycle methods of activity. They are as follows: onCreate() onStart() onResume() onPause() onStop() onRestart() onDestroy() Author : Nectar Websoft Share this Google Facebook Twitter More Digg Linkedin Stumbleupon Delicious Tumblr BufferApp Pocket Evernote Related Posts What is intent? It is a kind of message or information that is passed to the components. It is used to What is Android? Android is an open-source, linux-based operating system that is used in mobiles, tabletHow to call another activity in android? Intent i = new Intent(getApplicationContext(), ActivityTwo.cla