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

Mobile Application Development Assignments

This document outlines the course objectives, assignments, and topics for a 6th semester Mobile Application Development course at Government Engineering College Modasa. The course objectives include understanding Android architecture and activities, using layouts and views, managing data binding and user interfaces, working with graphics and multimedia, and publishing Android applications. The assignments cover topics such as the Dalvik Virtual Machine, Android architecture, activity lifecycles, intents, fragments, databases, and integrating web services.

Uploaded by

PATEL POOJAN
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
630 views

Mobile Application Development Assignments

This document outlines the course objectives, assignments, and topics for a 6th semester Mobile Application Development course at Government Engineering College Modasa. The course objectives include understanding Android architecture and activities, using layouts and views, managing data binding and user interfaces, working with graphics and multimedia, and publishing Android applications. The assignments cover topics such as the Dalvik Virtual Machine, Android architecture, activity lifecycles, intents, fragments, databases, and integrating web services.

Uploaded by

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

Government Engineering College Modasa 

Information Technology Department


Semester: 6th (IT)
Sub: Mobile Application Development (3161612)
Prepared By: Avinash D. Chaudhari

Sr. No. CO Statement

CO-1 Understand Android architecture, activities and their life cycle.

CO-2 Use View Groups comprising layouts and Views in application.

CO-3 Manage data binding, user interface events, maps.

CO-4 Work with graphics, animation, still images and video.

CO-5 Publish and distribute Android Application.

Assignment: 1

1. Explain DVM.
2. Explain Android Architecture with a diagram.
3. List out various layouts available in Android. Explain any two in detail.
4. What is the significance of the Android Manifest file?
5. Draw and explain Activity Life Cycle in detail.
6. Create an android activity that will display a record of a customer fetched from a SQLite
Database.
7. What is Service? Differentiate between Activity and Service.

Assignment: 2
1. Differentiate between Explicit Intent and Implicit Intent.
2. What do you mean by fragment in Android? Explain fragment with an example.
3. What is the use of BroadcastReceiver? How to add it in an Android App?
4. Explain Material Design.
5. How to use a spinner in an Android App? Explain with an example.
6. Briefly explain AsyncTaskLoader.
7. How to manage the different screen sizes and orientations.
Assignment: 3
1. Explain GUI Architecture of Android.
2. What is View? Create a simple GridView application.
3. What is ListView? Explain it using appropriate examples.
4. What is a web service? How does it integrate and implement in industrial projects?
5. Explain widget in android?
6. What is parsing? Discuss how you can perform JSON parsing in an Android application.

You might also like