0% found this document useful (0 votes)
60 views3 pages

19CS414-mobile Application Development

Uploaded by

sanjays66869
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)
60 views3 pages

19CS414-mobile Application Development

Uploaded by

sanjays66869
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/ 3

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.

2 Explain the Android Activity Lifecycle with a diagrammatic representation.

3 Explain the uses of Intent and its types in detail.


Develop an android application to create a button called “Font.” By clicking on this button
4
it should change the Font size for the text “ Hello World” stored in the text box
5 Discuss in detail the Telephony Manager and its uses.
Describe the Life cycle of mobile Applications in android studio with diagrammatic
6
representation.
7 Describe the role of a mobile emulator in app development.
Explain the concept of a mobile software stack and list the typical layers in a mobile
8
software stack.

UNIT - II
Q. No Questions
1 Describe resources and their types with an appropriate example for each.

2 Illustrate the use of the manifest files in android studio.

3 Explain about Android Directory Structure with necessary Diagram.

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.

2 Describe the purpose of Gallery Control in mobile application development.


Implement an android application for the division of two numbers using toast to display the
3
result (Hint: Use two text view, two edit text, and one button control).
4 Explain the concept of grid views using Base Adapter with suitable examples.
Construct an Android application for building a simple gallery application in which we can
5
view all the photos from your device.
Discuss the steps to Access the User's Current Location in Android Studio using Google
6
Maps.
Explain the purpose of a MapView control in mobile application development with an
7
example.
Describe the role of adapters in Android UI development. How do they facilitate the
8
connection between data sources and UI elements?

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.

5 Demonstrate the step-by-step process in Frame Animation briefly.

6 Explain in detail about different types of Animation Types in android.


Describe the role of AnimationDrawable in Android frame-by-frame animations. Provide
7
an example scenario where using AnimationDrawable would be useful.
Discuss the role of AnimationListeners in Android view animations. Provide an example of
8
how they can be used to enhance animation interactions.

UNIT - V
Q. No Questions
1 Explain step by step process for creating a thread in android with necessary code in java.

2 Describe in detail about job scheduler work in Android with an example.

3 Develop an application to draw a triangle shape using 3D graphics with openGL ES.

4 Explain in detail about Thread Synchronization in android.


5 Demonstrate about how to Create and Manage Notification Channels in Android Studio.

6 Discuss in detail about Manual Thread Creation in android.


Describe the purpose and benefits of using AsyncTask in Android.
7
Compare and contrast the difference between the main (UI) thread and background threads
8
in Android
(PART C – 15 Marks -)

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.

You might also like