[go: up one dir, main page]

0% found this document useful (0 votes)
56 views5 pages

Untitled Document

The document discusses the chapters in a textbook on Android development. It covers topics like Android architecture, installation of Android Studio, designing user interfaces, activities, multimedia, databases, security and application deployment. Each chapter includes short questions worth 2-4 marks and long answer/programming questions worth 4-6 marks.

Uploaded by

Mayur Chavan
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)
56 views5 pages

Untitled Document

The document discusses the chapters in a textbook on Android development. It covers topics like Android architecture, installation of Android Studio, designing user interfaces, activities, multimedia, databases, security and application deployment. Each chapter includes short questions worth 2-4 marks and long answer/programming questions worth 4-6 marks.

Uploaded by

Mayur Chavan
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/ 5

Chapter 1

Android and its tools

2 Marks
1. Features of Android Operating System.
2. Define OHA and state goal of OHA.
3. List various tools for android application development
4. State Android ECO System.
5. List all tools and software’s required for developing an android application.
4 Marks
1. Describe Android architecture with diagram.
2. Describe the different features of Android.
3. Explain Android system architecture in detail.
4. Describe android and importance of OHA.
5. Explain the need of Android Operating System. Also describe any four features of
android.

Chapter 2
Installation and configuration of Android
2 Marks
1. Define Dalvik Virtual Machine (DVM).
2. List any four folders from directory structure of Android project and elaborate in one
line.
3. Define Android Virtual Devices (AVD)
4. State how the APK files are built?
5. Define emulator
4 Marks
1. Differentiate between DVM and JVM
2. Write down the steps to install and configure Android studio.
3. Explain features of Android SDK.
4. Explain the steps to install and configure Android studio and SDK
5. Explain Dalvik Virtual Machine and state its importance
6. Describe various installation steps of android studio and its environment
7. Describe directory structure and its components
8. Explore all steps to install Android studio and SDK
9. Differentiate between JVM and DVM. (Any four points)
10. Explain components of android directory structure

Chapter 3
UI components and Layouts
2 Marks
1. List various layouts used in android UI design.
2. List any four attributes of layout.
4 Marks
1. Explain with example, code to create GUI using absolute layout (Assume suitable
data).
2. Explain the fundamentals of Ul design in detail.
3. Explain Gridview with its attributes with suitable example.
4. Describe directory structure and its components.
5. Explain relative layout with all its attributes.
6. Explain relative layout with all its attributes.
7. Explain components of android directory structure.
6 Marks
1. Design UI using table layout to display buttons with 0 9 numbers on it. Even display
submit and clear button. When user clicks on particular buttons and later when clicks
on submit button, it should display the numbers clicked. (Note: Consider the
appropriate XML file. All attributes are not required.In java file all imports are not
expected. Different relevant logic/code can be considered.)
2. Develop a program to implement
i) List view of 5 items
ii) Grid view of 4 x 4 items
iii) Image view.
3. Develop a simple calculator using relative layout.
4. Explain how linear and frame layout is used to design an android application with
suitable example.

Chapter 4
Designing User Interface with View

2 Marks
1. Enlist the elements of UI.
2. Name any four attributes of Edit Text control.
3. Write difference between toggle button and radio button.
4 Marks
1. State syntax to create Text View and Image button with any two attributes of each.
2. Write a program to demonstrate Date and Time picker.
(Note: Consider the appropriate XML file. All attributes are not required. In java file
all imports are not expected. Different relevant logic/code can be considered.)
3. Explain data and time picker with its method.
4. Write a program to display a rectangular progress bar.
5. Develop an android application for Date and Time Picker.
6. Develop an application to display analog Time Picker. Also display the selected time.
(Write only . java file)
7. Develop an android application using radio button.
6 Marks
1. Write a program to convert temperature from celcius to farenhite and vice versa using
Toggle button. (Design UI as per your choice. Write XML and java
file) (Note: Consider the appropriate XML file. All attributes are not required. In java
file all imports are not expected. Different relevant logic/code can be considered.)
2. Design a employee registration form using UI component.
3. Develop a program to perform addition, subtraction, division, multiplication of two
numbers and display the result. (Use appropriate UI controls).

Chapter 5
Activity and Multimedia with databases

2 Marks
1. Draw diagram of activity life cycle.
2. Name two classes used to play audio and video in Android.
3. State the uses of Intent in Android.
4. Explain significance of content provider.
5. State the use of fragments in android App development.
6. List different types of sensors used in android.
7. State intent. List types of intent.
8. Define: i) Fragment ii) Broadcast receiver
4 Marks
1. Describe with example, how to create a simple database in SQLite (Assume suitable
data).
2. Describe Android service life cycle along with diagram.
3. Describe multimedia framework of Android with diagram.
4. Explain the activity life cycle.
5. Explain multimedia framework in android.
6. Explain text to speech conversion technique in android
7. Explain property animation method to animate the properties of view object with
example.
8. Describe service life cycle with its diagram.
9. Draw and explain activity life cycle.
6 Marks
1. Write a program to capture an image using camera and display it.
2. Write a program to implement Android Activity Life Cycle. Use toast messages to
display message through life cycle.
3. Develop a program for providing Bluetooth connectivity.
4. Develop an application to store customer's details like, customer-id, customer-name,
mobile number, address, pin-code and retrieve customer information using
customer-id in SQLite databases.
5. Develop an android application for taking student feedback with database
connectivity.
6. Design an android application to show the list of paired devices by Bluetooth.
7. Develop an application to convert thanks" text to speech as given in the following
GUI.
8. Develop an application to update a record of an employee whose emp.id is ‘E101’ in
SQlite database. Change employee name from “POR" to “XYZ". Also display the
updated record (Write .java and .xml files).

Chapter 6
Security and Application Deployment

2 Marks
1. Name any four methods to get location data in android.
2. Define SMS service in android application development.
3. Define Geocoding and Reverse Geocoding.
4 Marks
1. Elaborate the need of permissions in Android. Explain the permissions to set system
functionalities like SEND-SMS, bluetooth.
2. Explain the steps to deploy app on Google Play Store.
3. Explain the procedure of Geo-coding and reverse Geo-coding.
4. List and elaborate steps to deploy an Android application on Google play store.
5. State and elaborate the syntax of required class and methods for Geocoding.
6. Discuss developer console with at least four features
7. Write a program to demonstrate declaring and using permissions with any relevant
example.
8. Describe the process of getting the map API key.
9. Describe steps for deploying android application on Google Play Store.
10. Describe permissions required for android application development.
11. Develop an android application to show current location of an user's car
12. Develop a program to add "Hello World" marker at (10 ,10) co-ordinates. Write only .
java file.
13. Elaborate Android Security Model.
14. Develop an application to send and receive SMS. (Write only Java and permission tag
in manifest file)
6 Marks
1. Develop a program to send and receive an Email.
2. Write a program to find the direction from user's current location to MSBTE, Bandra.
(Write only Java and manitest file).
3. Develop and application to send and receive SMS (Design minimal UI as per your
choice. Write XML, java and manifest file)
4. Develop an application to display Google map with user's current location.
5. Explain Geocoding and Reverse Geocoding with suitable example.
6. Develop an application to display a Google Map. (Write JAVA & Manifest file)
7. i) Describe all steps in application deployment on google play store.
ii) Write steps for customized permissions.

You might also like