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

Android Programming Question Bank

Uploaded by

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

Android Programming Question Bank

Uploaded by

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

Android Programming Question Bank

UNIT I
1. Describe in brief History of android
2. Describe the Application Framework Layer within the Android
architecture
3. Describe the phases in the Android Activity Lifecycle.
4. Define what a fragment is in Android and outline the various types of
fragments
5. Write short note on features of android
6. Describe in brief Android architecture with diagram
7. Write the code to invoke the built-in Browser application.
8. Explain the concept of Intents in Android and outline their different
types.
9. Explain the components of Android SDK
10. Explain following methods
a. onCreate()
b. onStart()
c. onResume()
d. onRestart()
e. onDestroy()

UNIT II
1. List down and explain view groups in android
2. Explain in brief FrameLayout in android along with its attributes
3. Explain in brief LinearLayout in android along with its attributes
4. Explain in brief RelativeLayout in android along with its attributes
5. Explain in brief TableLayout in android along with its attributes
6. Explain How to handle display orientation changes in android
7. List down and explain the components included in the ActionBar
8. Explain attributes of the ItemMenu from menu resource on Action Bar
9. Explain the difference between padding and margin along with an
example
10. List down the difference between View and ViewGroup

UNIT III
1. Explain in brief TextView in android along with its attributes
2. Explain in brief Checkbox in android along with its attributes
3. Explain the following along with example
a. drawableTop
b. drawableRight
c. drawableLeft
d. drawableBottom
4. Explain Difference between Button and Image button
5. Write down the code to set background in image button
6. Explain RadioButton and RadioGroup with example
7. Explain the TextOn and TextOff Method in ToggleButton
8. Write note on TimePicker and DatePicker
9. Explain the following methods in progress bar
a. getMax()
b. getProgres()
c. android:progressDrawable
d. Android:progress
e. Indeterminate
10. Explain in brief AutoCompleteTextView in android along with array
adapter

UNIT IV
1. Explain in brief ImageSwitcher in android along with example
2. What is GridView in android
3. Write Code on displaying picture in image views
4. Explain difference between Options Menu and Context Menu
5. How to open and close database in android explain with an example
6. Explain two constructors of SQLiteOpenHelper Class
7. Explain following methods in SQLiteOpenHelperClass
a. onCreate()
b. onUpgrade()
c. close()
d. onDowngrade()
8. Explain following methods in SQLiteDatabase
a. execSql()
b. insert()
c. update(0
d. query()

UNIT V
1. Explain How to get feedback after sending the message
2. Explain in brief sendTextMessage method along with its arguments
3. Write a code to send SMS message using Intent
4. Write Code to send an email
5. How to add built- in zoom controls on google maps. Explain with an
example
6. How to change the map views. Explain with an example.
7. Write down the steps to add google maps in android application
8. Explain how to Navigate to a Specific Location in google map

You might also like