0% found this document useful (0 votes)
518 views10 pages

Subject: - Mobile Application Development (22617)

Uploaded by

workspace12310
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
518 views10 pages

Subject: - Mobile Application Development (22617)

Uploaded by

workspace12310
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 10

Subject: - Mobile Application Development

(22617)
Marks
Chapter
Name of chapter With
No.
Option

1 Android and its tools 04

2 Installation and configuration of Android 06

3 UI components and Layout 08

4 Designing User Interface with View 12

5 Activity and Multimedia with database 20

6 Security and Application development 20

Total Marks :- 70
Q.1 Attempt any FIVE 5*2=10
a) Explain any four features of android.
b) Describe role of emulator.
c) Explain String and layout file.
d) List various attribute of Text View and Button.
e) List various multimedia component used for android application
developments.
f) List various classes of SMS topology.
g) Describe need of Android.
Q.2 Attempt any THREE 3*4=12
a) Explain Android eco system.
b) Draw and explain Android Architecture.
c) Explain steps for publishing android app.
d) Describe Bluetooth and sensors used in Multimedia application.
Q.3 Attempt any THREE 3*4=12
a) Explain concept of geocoding and reverse geocoding.
b) Design application to display Google map with current location
c) Describe service lifecycle.
d) Develop an application to generate alert.
Q.4 Attempt any Three 3*4=12
a) Compare JVM and DVM.
b) Explain importance of developer console.
c) Example for extracting value from cursor.
d) Difference between list view and grid view.

Q.5 Attempt any TWO 2*6=12

a) Develop an android application for feedback form with database


connectivity.
b) Develop an android application for any location based services.
c) Develop an android application for date time picker.
Q.6 Attempt any TWO 2*6=12
a) Define role of publisher in android application deployment
b) Describe linear and frame layout.
c) Explain need of SQLite database.
Syllabus:-
Unit Course Outcome
Name of the Unit
No. (CO)
1 Android and its tools CO-617.1
2 Installation and configuration of Android CO-617.2
3 UI components and Layout CO-617.3

Course Outcome
Q.1 Attempt any FOUR 4*2=8Marks (CO)
a) Draw and explain Android Architecture CO-617.1
b) List and explain any 8 features of android CO-617.1
c) Compare JVM and DVM. CO-617.2
d) Explain Dalvik Virtual machine CO-617.2
e) Describe screen component CO-617.3
f) Describe directory structure and its components. CO-617.3
Q.2 Attempt any THREE 3*4=12 Marks
a) Explain Following files CO-617.3
1.Main Activity file 2.Mainfest file
3.String File 4.Layout File
b) Explain android SDK and Java JDK. CO-617.2
c) Explain need of android OS. CO-617.1
d) List various layout used in Android UI Design. CO-617.3
Syllabus:-
Course Outcome
Unit Name of the Unit
(CO)
No.
3 Designing User Interface with View CO-617.4
4 Activity and Multimedia with database CO-617.5
5 Security and Application development CO-617.6

Course Outcome
Q.1 Attempt any FOUR 4*2=8Marks (CO)
a) Develop an application for date-time picker. CO-334.4
b) 1. Enlist the use of following UI components. CO-334.4
1. Text View 2. Button 3. Image Button
4. Toggle Button 5.Radio Button
6. Radio Group Button.
7. Custom Toast alert 8.Scroll View

c) Explain life cycle of service in android. CO-617.5


d) How to define new service in Android. CO-617.5
e) Explain SMS service in android application development. CO-617.6
f) Explain the concept of geocoding and reverse geocoding. CO-617.6
Q.2 Attempt any THREE 3*4=12 Marks
a) Explain android security model. CO-617.6
b) Explain Activity life cycle. CO-617.4
c)
Write short note on CO-334.6
1. Bluetooth 2. Camera 3.Animation
d) Develop an application for date-time picker. CO-334.5
COURSE: - Mobile Application development (22617) PROGRAMME: - IF

CO.NO Course Outcome


CO-617.1 Interpret features of Android operating system.
CO-617.2 Configure Android environment and development tools.
CO-617.3 Develop rich user Interfaces by using layouts and control.
CO-617.4 Use User Interface components for Android application development.
CO-617.5 Create Android application using database
CO-617.6 Publish Android application.
Unit Wise Question Bank
Unit -1 Android and its tools
1. Describe android and important of OHA.
2. What are the Software and hardware requirements for Android.
3. What is the need of android OS?
4. Draw and Explain Android Architecture.
5. Explain any eight features of android.
6. Describe Android eco system.
7. Compare android and ios.

Unit -2 Installation and configuration of Android


1. Explain android SDK and Java JDK.
2. Compare JVM and DVM.
3. Describe various installation steps of android studio and its environment.
4. Explain Dalvik Virtual machine.
5. Role of Emulator in Android application developments.
6. List various tools or IDE used for android application developments.
7. Describe various components required for android.

Unit -3. UI components and Layout


1. Explain following files
1. Main Activity File 2. Mainfest File
3.String File 4.layour file
2. Develop an android application using absolute layout.
3. Develop an android application using linear layout.
4. Develop an android application using table layout.
5. Develop an android application using frame layout.
6. Develop an android application using relative layout.
7. Explain various layout of Android.
8. Explain Android Directory Structure.
9. Explain Screen components.
10. Explain components of Android UI design.
Unit-4. Designing User Interface with View
2. Enlist the use of following UI components.

1. Text View 2. Button 3. Image Button

4. Toggle Button 5.Radio Button 6. Radio Group Button.

7. Custom Toast alert 8.Scroll View

2. Design the registration form using following UI components.

1. Text View 2. Button 3. Image Button

4. Toggle Button 5.Radio Button 6. Radio Group Button.

3. Explain the use of List View and grid view.

4. Develop an application for date-time picker.

Unit- 5. Activity and Multimedia with database


1. Explain Intend Filter
2. Explain life cycle of service in android.
3. How to define new service in Android.
4. Explain multimedia framework in Android
5. Write short note on
2. Bluetooth 2. Camera 3.Animation

6. Explain Broad caste life cycle in Android.

7. Explain Contend provider.

8. Explain Activity life cycle.

9. Explain sensor in android.

10. Explain Text to Speech in android.

11. Explain Sensors in android.

12. Explain SQLite database and create database of your choice.


13. How to extract value from cursor in Android.

14. Explain ACID properties of Transactions.

Unit- 6. Security and Application development


1. Explain importance of developer console in android application development.

2. Explain Process of getting the map of API key.

3. Explain SMS service in android application development.

4. Explain the concept of geocoding and reverse geocoding.

5. Explain steps to create sign of APK for android application.

6. Steps for deploying android application on Google play store.

7. Explain android security model.

8.Explain Steps to publish an android application.

You might also like