SY SEM IV Android Programming
SY SEM IV Android Programming
(Information technology)
Programme at Second Year
with Effect from the Academic Year 2022-2023
Course Objective:
Learning Outcomes:
1. Understand application of Google‟s Android Open Source platform.
2. Learn about basic methods, tools and techniques for developing Apps
3. Design and implement mobile applications involving data storage in SQLite database
4. To write develop mobile applications
5. Use location-based services while developing applications.
6. Create mobile applications on the Android Platform
Sr.
No of
No. Modules/Units Hour
1 Introduction to Android 9
2 Android User Interface 9
3 Designing Your User Interface with Views 9
4 Pictures, Menus and SQLite database 9
5 Messaging and E-mail 9
Total 45
Unit: I 9 Hours
Introduction to Android : Why Android, History and version , Introduction to Gradle,
Features of Android
Architecture of Android : Overview of Stack , Linux Kernel , Native Libraries , Android
Runtime, Application Framework , Applications
SDK Overview : Platforms ,Tools – (JDK, SDK, Eclipse/Android Studio, ADT, AVD,
Android Emulator) ,Versions Creating your first Android Application
Activities, Fragments and Intents: Introduction to Activities, Activity Lifecycle,
Introduction to Intents, Linking Activities using Intents ,Calling built-in applications
using Intents, Introduction to Fragments Adding Fragments Dynamically , Lifecycle of
Fragment, Interaction between Fragments