CS - 802 Mobile Application On Android Platform
CS - 802 Mobile Application On Android Platform
Introduction: 2L
History of Android, Introduction to Android Operating Systems, Android Development Tools,
Android Architecture.
[2],[3] : pages 1 to 10
Development Tools: 5L
Installing and using Eclipse with ADT plug-in, Installing Virtual machine for Android
sandwich/Jelly bean (Emulator), configuring the installed tools, creating a android project –
Hello Word, run on emulator, Deploy it on USB-connected Android device.
[1]: Chap 1, Chap 2, Cha[ 3 (page 55-59) ,[4]: pages 1 to 20.
[1]: chap 4 (page 65-89), chap 7(page 163-167), chap 8(179-189): [10]: 16 pages, [11]: 9 pages
Database: 2L
Understanding of SQLite database, Connecting with the database.
1
Recommended Reading Material
Text Books
1. Android application development for java programmers. By James C. Sheusi. Publisher: Cengage
Learning, 2013.
1. Create “Hello World” application. That will display “Hello World” in the middle of
the screen in the emulator.Also display “Hello World” in the middle of the screen
in the Android Phone.
3. Create spinner with strings taken from resource folder(res >> value folder) and
on changing the spinner value, Image will change.
4. Create a menu with 5 options and and selected option should appear in text box.
5. Create a list of all courses in your college and on selecting a particular course
teacher-in-charge of that course should appear at the bottom of the screen.
2
7. Create and Login application as above . On successful login pop up the
message.