19CS414-mobile Application Development
19CS414-mobile Application Development
Question Repository
(PART B – 13 Marks )
UNIT - I
Q. No Questions
1 Explain in detail the different types of services in Android Studio.
UNIT - II
Q. No Questions
1 Describe resources and their types with an appropriate example for each.
4 Create an Android App to Open a Webpage Using Implicit Intent with a suitable example.
5 Discuss the Architecture of the Content Provider with abstract methods in detail.
Describe in detail about Raw Folder and the steps involved to create a Raw folder in
6
Android Studio.
Describe the key components of a Content Provider, and how do they interact to manage
7
data access in Android.
8 Explain the significance of intents in Android app communication.
UNIT - III
Q. No Questions
1 Articulate the concept of an Array Adapter with a suitable example.
UNIT - IV
Q. No Questions
1 Describe in detail about the interpolators in android with examples.
Develop a simple application for slide-up and slide-down animation while clicking the
2
button.
3 Summarize the context menu in Android with suitable examples.
4 Develop a simple application for the alert dialog box while clicking the button.
UNIT - V
Q. No Questions
1 Explain step by step process for creating a thread in android with necessary code in java.
3 Develop an application to draw a triangle shape using 3D graphics with openGL ES.
UNIT - I
Q. No Questions
Illustrate in detail about the layer of architecture in the android application with a
1
diagrammatic representation.
Implement a suitable code to display “Hi Everybody” messages in android studio and use
2
all activity life cycle methods.
UNIT - II
Q. No Questions
Describe the working principle of Content Providers and the steps involved in Content
1
Providers with examples.
Implement an android program to create a text field and a button, if the user clicks and
2
moves from one activity to the next activity using Explicit Intent.
UNIT - III
Q. No Questions
1 Explain in detail about Android UI Controls with suitable examples in Android Studio.
2 Illustrate an Android Application for the Date Picker concept with predefined methods.
UNIT - IV
Q. No Questions
Illustrate the uses of an alert and prompt dialog box with suitable examples in android
1 studio.
2 Describe in detail about the different types of menus in Android with suitable examples.
UNIT - V
Q. No Questions
Demonstrate how to create a thread in Android, and also implement EditText and TextView
1 widgets. When a user inputs text into the EditText field, the application should wait for
5000 milliseconds before updating the TextView with the entered text.
Explain in detail about to create and manage Notification Channels in android with suitable
2
examples.