Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
75 views4 pages

Question Bank

The document outlines a comprehensive curriculum for developing Android applications, covering various topics such as tools and software, Android architecture, UI components, activity lifecycle, and application deployment. Each chapter contains specific questions and tasks that guide learners through the essential concepts and practical implementations of Android development. The content emphasizes both theoretical understanding and hands-on programming skills.

Uploaded by

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

Question Bank

The document outlines a comprehensive curriculum for developing Android applications, covering various topics such as tools and software, Android architecture, UI components, activity lifecycle, and application deployment. Each chapter contains specific questions and tasks that guide learners through the essential concepts and practical implementations of Android development. The content emphasizes both theoretical understanding and hands-on programming skills.

Uploaded by

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

CHAPTER 1

1. List all tools and software’s required for developing an android application. 2
2. Explain the need of Android Operating System. Also describe any four features of android. 4
3. State Android ECO System 2
4. Describe android and importance of OHA .4
5. List features of Anroid Operating System 2
6. Describe the Anroid architecture in detail. 4
7. List all versions of android operating system.2
8. Describe Android Architecture with diagram.
9. Explain need of android.4

CHAPTER 2

1. Explain ADT Plugins in detail. 2


2. List all tools and software’s required for developing an android application.2
3. Draw the hierarchical directory structure of android application. 2
4. Define emulator 2
5. Differentiate between JVM and DVM.4
6. Explore the Steps to install and configure Android Studio and SDK 4
7. Explore all steps to install Android studio and SDK 4
8. Differentiate between JVM and DVM. (Any four points) 4
9. Explain components of android directory structure. 4
10. Explain Dalvik Virtual Machine and state its importance. 4
11. Describe various installation steps of android studio and its environment.4
12. Describe directory structure and its components. 4
13. Define Android Virtual Devices (AVD). 2
14. Write the directory path where images are stored while developing Android application 2
15. List any four folders from directory structure of Android project and elaborate in one line.2

CHAPTER 3

1. List Eight alignment attributes of relative layout.2


2. List any four attributes of layout. 2
3. Explain relative layout with all its attributes. 4
4. Explain relative layout with suitable example.4
5. Write an xml file to create login page using Table Layout 4
6. List various layouts used in android UI design. 2
7. Describe linear layout and frame layout with example4
8. List various components of android UI design 2
9. Explain how linear and frame layout is used to design an android application with suitable example. 6
10. Develop a simple calculator using table layout 6
11. Develop the android application for student marksheets using table layout atleast five subject marks with
total and percentage. (Write both Java and xml code) 6
12.

CHAPTER 4

1. Explain any four UI Components of Android application.4


2. List any two attributes of Toggle Button.2
3. List UI component explain any one with help of example.4
4. Write difference between toggle button and radio button.2
5. List attributes of radio button
6. Write a program to create first display screen of any search engine using auto complete text view.4
7. List all attributes to develop a simple button2
8. Develop an application to display analog Time Picker. Also display the selected time. (Write only . java file) 4
9. Develop an android application using radio button. 4
10. Develop a program to perform addition, subtraction, division, multiplication of two numbers and display the
result. (Use appropriate UI controls) 6
11. Develop an application to convert thanks" text to speech as given in the following GUI.6
12. Name any four attributes of Edit Text control. 2
13. Explain Gridview with its attributes with suitable example. 4
14. Explain Grid view and image view with suitable example.6
15. Develop an android application for Date and Time Picker.4
16. Design a employee registration form using UI component.6
17. Explain Date and Time picker with its methods. 4
18. Explain date picker with suitable example.6
19. Write a program to display circular progress bar.4
20. Write a program to show five checkboxes and total selected checkboxes using linear layout.6
21. List different User Interface Elements. Explain Toggle Button2
22. List different types of views? Explain Scroll view.2
23. Design a student registration form.4
24. Develop a program to implement - List View of 6 item.
25. Explain scrollview with its attributes and with suitable example.
26. Develop android application to enter one number and display factorial of a number once click on button 6

CHAPTER 5

1. Draw the life cycle of an activity.2


2. Explain the activity life cycle.4
3. Write the syntax for Intent-Filter tag.2
4. state intent. List types of intent.2
5. What is fragment? Explain with example.4
6. Name two classes used to play audio and video in Android.2
7. Describe service life cycle with its diagram.4
8. Write down syntax to create an intent and start another activity 2
9. Define: i)Fragment ii) Broadcast receiver2
10. Draw and explain activity life cycle.4
11. Write significance of SQLite database in android
12. 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).6
13. Design a employee registration form using UI component.6
14. Develop a program to TURN ON and OFF bluetooth. Write .java file and permission tags6
15. State the use of fragments in android App development.2
16. List different types of sensors used in android2
17. Explain Service Life Cycle
18. Define service in android operating system 2
19. Describe sensors use in Android.4
20. Explain multimedia framework in android.4
21. Explain text to speech conversion technique in android4
22. Explain property animation method to animate the properties of view object with example.4
23. Design an android application to show the list of paired devices by Bluetooth.6
24. Define services in Android operating system2
25. Develop a program for providing bluetooth connectivity.
26. List sensors in Android and explain any one in detail. 4
27. Write a program to capture an image using camera and display it.6
28. Develop an application to store student details like roll no, name, marks and retrieve student information
using roll no. in SQLite database. (Write java and xml file).6
29. Write a program to display the list of sensors supported by device. 6

CHAPTER 6

1. Define Geocoding and Reverse Geocoding.2


2. Develop an android application for sending Short Message Service (SMS).6
3. Develop a program to add "Hello World" marker at (10 ,10) coordinates. Write only . java file.4
4. Elaborate Android Security Model4
5. Develop an application to send and receive SMS. (Write only Java and permission tag in manifest file)4
6. Develop an application to display a Google Map. (Write JAVA & Manifest file6
7. Describe all steps in application deployment on google playstore. ii) Write steps for customized permissions.6
8. Define SMS service in android application development2
9. Write a program to send e-mail.6
10. Describe permissions required for android application development.4
11. Develop an android application to show current location of an user's car4
12. Describe the process of getting the map API key4
13. Describe the process of getting the map API key.2
14. Describe types of permissions used while developing android application.4
15. Describe steps for deploying android application on Google Play Store.4
16. Explain Geocoding and Reverse Geocoding with suitable example.6
17. Enlist the steps to publish the Android application.2
18. Describe the steps for publishing android app.4
19. Discuss the need of permissions in Android. Describe the permissions to set system functionalities like
bluetooth,camera. 4
20. Describe the significance of SQLite database in Anroid. 4
21. Explain importance of developer console in android application development.4
22. Discuss Developer console with its purpose.4
23. Write a program to find the direction from ·user's current location to MSBTE,Bandra (Write only java and
manifest file) ) 6
24. Develop and application to send SMS (Design minimal UI as per your choice.Write XML ,Java and manifest
file).6
25. Explain two methods of Google Map.2
26. Develop an application to send and receive SMS. (Write ONLY .java and permission tag in manifest file)4
27. Explain zoom control (IN / OUT) with the help of an example4
28. Develop a program to send an email.6
29. Write steps to develop an android appication. 2
30. Name any 4 methods to get location data in android. 2
31. Develop an application to store student details like roll no, name, branch, marks,percentage and retrieve
student information using roll no. in SQLite databases.6
32. List types of permissions in android.
33. Write a program to locate user’s current location. (Write ONLY .java and manifest file) 6
34. Enlist different ways to handle databases in android? Elaborate any one.2
35. Build a GUI for Student table with 5 records, write queries to add, delete and view the records from the
SQLite databases.4

You might also like