Android Question Bank
a) List out a Android SDK features.
b) What is the use of string.xml?
c) What is the purpose of toggle buttons?
d) Distinguish between fragment and activity.
e) Define intent filter.
f) What is broadcast receiver?
g) What is the use of shared preferences?
j) List out callback methods to get the current location.
k)Write the permission tag for SMS in Menifest File?
l)Describe Toast.
m)Write any 4 xml tags of TextView.
n)Explain ConstraintLayout.
o)Explain Context.
p)Define View.
q)Write XML tag for DatePicker and TimePicker.
1.Explain architecture of Android
2.Write an application for the following layout
After clicking OK button display employee details from one activity to another
3. List all types of Layout and explain any two.
4. List Basic Views and explain any three with example.
5. Which methods are overriden while implementing an OptionMenu in activity ?
6. Write a short note on Lifecycle of Activity.
7. List and explain ImageViews to dispaly pictures.
8. Explain Date Picker and Time Picker.
9. How to get feedback after sending SMS ?
10. Write steps for linking activities using intents.
11. Write an application to perform lowercase and uppercase conversion of a string when user clicks on
respective menu option.
12. Write the use of onCreate(), onUpgrade() and getwritable Database() methods.
13. How to create AVD’s? Explain the various types of android applications.
14. Discuss in detail about android application components.
15. How to use spinners in android? Explain with an example.
16. Explain about notifications in android with an example program.
17. What is intent? Explain the types of intents in android with example.
18. Discuss in detail about content providers.
19. Create a user registration application that stores the user details in a database table.
20. Explain the challenges when we use the location based services
21. Develop an alarm application that rings every Monday at 8 AM.
22. Basic Building Blocks
23. Explain Android API Levels.
24. Write a short note on Lifecycle of Service.
25. Explain Dialog Box
26. Explain Auto Complete Text View.
27. Explain Array Adapter.
28. Explain Photo Gallery using Adapter
29. Explain AsynTask.
30. Program/Theory on Accessing Phone services(Call,SMS).
31. Program for Navigating to a specific location.
32. Create table Project(id,name,dept,city). Create Application to perform the
following operations.(usingsqlite database)
i) Add records.
ii) Display all the records.
33.Construct an Android application to accept a number and calculate Armstrong
and Perfect number of a given number using Menu.
33. Create table Company (id, name, address, phno). Create Android Application
for performing the following operation on the table.(using sqlite database)
i) Insert New Company Details.
iii) Show All the Company Details.
34. Createan Android application, where the user can enter player name and points
in one view and display it in another view.
35. Construct an Android Application to accept a number and calculate Factorial
and Sum of Digits of a given number using Menu.
36. Construct an Android Application to display the images using ImageSwitcher
37. Write an Android Application to demonstrate Alert Dialog Box.
38. Create an Android Application to perform following string operation according
to user selection of radio button.
39.Create a Simple Android Application Which Send ―Hello‖ message from one
activity to another with help of Button (Use Intent).
40. Write an Android Program to demonstrate Activity life Cycle
41. Create a simple android application which reads the positive number from user
and display factorial value in another activity.
42. Create a simple android application that performs arithmetic operation. ( Use 2
testfields, 4 Buttons & 1 textview).
43. Describe about ProgressBar.
44. Explain MultiAutoCpmpleteTextView with example.
45. What is Activity? Explain Activity Life Cycle.
46. Explain Intent.
47. Write short note on Menifest File.