This application primarily focuses on Activity templates and its lifecycle. Android studio contains 11 activity templates. This app contains description and demo of each template which will help you to choose the right template for your Android application.You can use templates to create new app modules or other specific Android project components.These Android activities are as follows:1. Basic activity2. Bottom navigation activity3. Full-screen activity4. Google AdMob Ads Activity5. Google Map
s Activity6. Login Activity7. Master/Detail flow Activity8. Navigation Drawer Activity9. Scrolling Activity10. Setting Activity11. Tabbed ActivityThe second part of this application contains description and syntax of different phases of Activity lifecycle. There are primarily 6 phases which are as follows:1. onCreate ( )2. onStart ( )3. onResume ( )4. onPause ( )5. onStop ( )6. onDestroy ( )
... moreless ...