You are on page 1of 2

Index

Sr. No Particular

1 Programming Resources
Android Resources: (Color, Theme, String, Drawable, Dimension, Image),

Insert the new contents in the following resources and demonstrate their uses in the
android application.
Android resources:(Color,String,drawable,Dimension,Image)

2 Programming Activities and fragments


Activity Life Cycle, Activity methods, Multiple Activities, Life Cycle of fragments and
multiple fragments)

Create an android application to pass data from the current application to another
application using intents

Demonstration of Activity Life Cycle


3 Programs related to different Layouts Coordinate, Linear, Relative, Table, Absolute,
Frame, List View, Grid View.

1. Relative Layout - Calculator


2. Table Layout
3. Linear Layout

4 Programming UI elements
AppBar, Fragments, UI Components

1. Demonstrate the use of various UI components –Login Screen

5 Programming with Menus,

Create Android application to demonstrate option menu and popup menu

6 Dialog, Dialog fragment

1. Create an android application to display Alert Dialog on pressing the back button
2. DatePicker
3. Time Picker
7 Programs on: Services, Notification, broadcast receivers

1. Create an android application to demonstrate the use of Notification


2. Create the background service android application to play the ringtone/music.
3. Create an android application, which automatically notifies the user when Airplane
mode is turned on or off using broadcast receiver.

Page 1 of 2
Index
8 Database Programming with SQLite

1. Create an android application using sqlite database to manage the students data by
using insert, update and delete operations and display the data in the list view.
Allow user to insert roll no, name and age of the student

Page 2 of 2

You might also like