Q1. Explain in details the activity life cycle of an android application with the help of diagrams.
Q2. What are Adapters in android, explain different adapter views
Q3. Explain the Android location services and the classes required for getting GPS location.
Q4. The following figure shows a part of Android application manifest file.
Q5. In the following activity, complete the following code in order that when a user press ADD button the sum of the two numbers in (txtnum1, txtnum2) will appear in (tviewresult).