What is Android? Nectar Websoft 09:13 Android Interview Questions Nectar Websoft Android is an open-source, linux-based operating system that is used in mobiles, tablets, televisions etc. 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 are the life cycle methods of android activity? There are 7 life-cycle methods of activity. They are as follows: onCreate() onStart() How to call another activity in android? Intent i = new Intent(getApplicationContext(), ActivityTwo.cla