Introduction to Android Components
  • 1. Overview of Android Components.
  • 2 Activities in Detail ?
  • 3 What is Intent ?
  • 4 How Intent is Related with the Activities.
  • 5 Event Handling in Activites.
Android Intent to Send the Data Between Activites
  • 6 Sharing Data Between Activites by using Explicit Intent.
  • 7 What is Bundle and Ways to Send the Data Between Activities.
Android Activity Life Cycle?
  • 8 Activity Life Cycle Methods.
  • 9 Life Cycle Methods in Context of Screen Rotation.
  • 10 Consequences of Screen Rotation on Activites.
  • 11 Impact of Screen Rotation on Views.
  • 12 Solutions to Solve the Screen Rotation.
  • 13 Solution one to Handle the Screen Orientation of the Device.
Demo Applications to Handle Button Click's
  • 14 Demo App to Handle the Button Click Event by way 1.
  • 15 Demo App to Handle the Button Click Event By way 2.
  • 16 Demo App to Handle the Button Click Event By way 3.
  • 17 Demo App to Send Data By Using Explicit Intent by using Direct way.
  • 18 Demo App to Send the Data to another Activity By using Bundle Object.
  • 19 Demo App to Show the Activity Life Cycle Methods in Context of two Activites
  • 20 Demo App to Start the Another Activity By Using Intent.
Bonus
  • Bonus