Android Development - first application talk flow
Note: This session assumes that audience has a basic understanding of Basics of Android and its architecture.
- Android Development basics
- Prerequisite for Android Development.
- developer.android.com
- Introduction to Android Studio
- Download Link & Installation Link
- System requirements
- Meet Android Studio & Exploring The IDE.
- Building first application
- Creating first app and building in your/virtual device.
- Understanding classes tests, and resource files
- XML
- layouts, drawables
- Understanding various terminologies
- Activity
- Life cycle
- Fragment
- Service
- View
- Layouts
- Constraint Layout
- Linear Layout
- Relative Layout
- TextView
- ImageView
- Layouts
- Activity
- Conclusion