0% found this document useful (0 votes)
2 views

Syllabus Android

The document is a syllabus for an Android course covering various topics including the basics of Android, UI widgets, activity and fragment management, menus, layouts, and adaptors. It outlines key concepts such as Android history, software installation, lifecycle management, and different types of layouts and views. The syllabus provides a comprehensive overview of essential components and functionalities for Android development.

Uploaded by

Renuka Pahade
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

Syllabus Android

The document is a syllabus for an Android course covering various topics including the basics of Android, UI widgets, activity and fragment management, menus, layouts, and adaptors. It outlines key concepts such as Android history, software installation, lifecycle management, and different types of layouts and views. The syllabus provides a comprehensive overview of essential components and functionalities for Android development.

Uploaded by

Renuka Pahade
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Syllabus- Android

Basics of Android
• What is Android
• History and Version
• Installing software's
• Setup Android Studio
• Hello Android example
• Internal Details
• Dalvik VM
• Software Stack
• Android Core Building Blocks
• Android Emulator
• AndroidManifest.xml
• R.java file
• Hide Title Bar
• Screen Orientation

UI Widgets
 Working with Button
Toast
Custom Toast
Button
Toggle Button
Switch Button
Image Button
Checkbox
Alert Dialog
Spinner
Date Picker
Time Picker
Progress Bar

Activity, Intent and Fragment


 Activity Lifecycle
Implicit Intent
Explicit Intent
Fragment Lifecycle
Dynamic Fragment
Android Menu
 Option Menu
Context Menu
Popup Menu
Layout
 Relative Layout
Linear Layout
Table Layout
Grid Layout

Adaptors and Views


 Array Adaptor
Array List Adaptor
 Base Adaptor
 GridView
WebView
ScrollView
SearchView
TabHost
DynamicListView
ExpandedListView

You might also like