Android Interview Questions – Set 01
What is the implicit intent in android? The Implicit intent is used to invoke the system components. Which kernel is used in Android? Android is a customized Linux 3.6 kernel. What are the life cycle methods of android activity? There are 7 life-cycle methods of activity. They are as follows: onCreate() onStart() onResume() onPause() onStop() … Read more