0% found this document useful (0 votes)
21 views2 pages

Mobile App Dev Important Questions

The document outlines important questions related to mobile application development, covering topics such as the history of mobile technologies, Android architecture, UI design, and data management. It includes practical coding tasks and comparisons between various components like ListView and RecyclerView, as well as concepts like Intents and Content Providers. The content is organized into four units, focusing on foundational knowledge and practical skills necessary for developing Android applications.

Uploaded by

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

Mobile App Dev Important Questions

The document outlines important questions related to mobile application development, covering topics such as the history of mobile technologies, Android architecture, UI design, and data management. It includes practical coding tasks and comparisons between various components like ListView and RecyclerView, as well as concepts like Intents and Content Providers. The content is organized into four units, focusing on foundational knowledge and practical skills necessary for developing Android applications.

Uploaded by

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

Mobile Application Development - Important Questions

UNIT - I: Introduction & Activities

1. Briefly explain the history and evolution of mobile technologies.

2. What is Android architecture? Explain its key components.

3. List and explain the tools required to develop an Android application.

4. What is an Activity? Explain its lifecycle with a neat diagram.

5. Write a program to navigate between two activities using an Intent.

6. Differentiate between Explicit and Implicit Intents with examples.

7. What is a Fragment? Compare Fragment lifecycle vs Activity lifecycle.

8. Write a simple code to add a Fragment dynamically to an Activity.

UNIT - II: UI Using Views

1. How does Android handle screen orientation changes? Explain with example.

2. What is the Action Bar? How do you customize it?

3. Write code to implement a DatePicker and TimePicker.

4. Compare ListView vs RecyclerView. Write code to create a ListView.

5. How do you use an ImageView to load and display pictures?

6. How to create and use context menus and popup menus in Android?

7. Explain SharedPreferences with a program to store login credentials.

8. Write a program to save user input to a local file and read it back.

UNIT - III: Designing UI

1. Explain the process of designing UI using XML layouts in Android.

2. What is the role of AndroidManifest.xml in an application?

3. How do you create and launch a splash screen (opening screen)?

4. Write steps to add an 'About Us' box in an Android app.

5. Explain how to apply a custom theme to your Android app.

6. How to create and handle Options Menu in Android.

7. Describe different debugging methods in Android using Logcat.


Mobile Application Development - Important Questions

UNIT - IV: Content Providers, SQLite, Services

1. What is a Content Provider? Explain how to share data using it.

2. Write code to implement a custom Content Provider with SQLite.

3. How do you send an email from an Android app using Intent?

4. Describe how to display maps and fetch real-time location.

5. Compare Internal Storage vs External Storage. Write file I/O code.

6. What is SQLite? Write CRUD operations using SQLiteOpenHelper.

7. Explain the steps to publish an APK and deploy it to Google Play.

8. How do you consume a REST API using JSON and HTTP in Android?

9. Write code to start and stop a background service in Android.

10. Explain the difference between started services and bound services.

You might also like