A talk on why should you start developing for Android and how to get started. Presented at GDG Hydroid's Going Mobile event on Aug 30, 2013 at Google Hyderabad.
users can interact * Each activity is given a window to draw its user interface * Navigating between activities is managed by the “Back Stack” * Activities can send and receive data to and from other activities Activity
each screen that is generally persistent throughout the app * Provides consistent navigation across different applications * Makes key actions for the activity prominent and accessible to the user in a predictable way * Introduced in Android 3.0 (API level 11) Action Bar
Gives you the flexibility to have a different layouts as well 1. Create a folder layout-‐land 2. Name of the layout file should be the same 3. Ids of the views in the layout files should be the same Supporting Multiple Orientations