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

Mad Question Bank Mid Exam (1)

This document is a question bank for the Mobile Application Development course at Laxmi Institute of Technology for the academic year 2024-2025. It includes questions divided into four units covering topics such as Android architecture, activity lifecycle, UI components, and data storage methods. The questions aim to assess students' understanding and practical skills in Android app development.

Uploaded by

Krisha
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)
12 views2 pages

Mad Question Bank Mid Exam (1)

This document is a question bank for the Mobile Application Development course at Laxmi Institute of Technology for the academic year 2024-2025. It includes questions divided into four units covering topics such as Android architecture, activity lifecycle, UI components, and data storage methods. The questions aim to assess students' understanding and practical skills in Android app development.

Uploaded by

Krisha
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

Laxmi Institute of Technology, Sarigam

Approved by AICTE, New Delhi; Affiliated to Gujarat Technological University, Ahmedabad

QUESTION BANK
Department: Information Technology
Name of Subject In charge: Prof. Dharmistha Dhivar
Subject Name: Mobile Application Development Subject Code: 3161612
Academic Year: 2024-2025 Semester: 6th

Unit-1
1 What is Android? Explain Android Architecture with a neat diagram.
2 Explain advantages and disadvantages of android OS.
3 Explain components(building blocks) of android application.
4 Explain AndroidManifest.xml file.
Unit-2
5 Define Activity and Activity lifecycle. Draw and mention the
significant role of each state.
6 What is the use of intent? Explain different types of intent with an example.
Unit-3
7 Explain Linear Layout with attributes.
8 Develop a simple calculator using table layout.
9 Write about ToggleButton in Android.
10 What is AVD? Explain the process of creating AVD in Android application
development.
11 How to use spinner in Android App? Explain with an example.
12 Explain any four UI Components of Android application.
13 Demonstrate the concept of RadioGroup with an example.
14 Create Android App which will take two numbers from user using EditText and prints
the sum of both the numbers in TextView on button click. Ensure that users can enter
numbers only from the EditText.
15 How AutoCompleteTextView can be used in Android App?
16 List out different layouts available in Android and explain any one in detail.
17 Create an Android App in which employee can select one or more city from the group of
four cities and prints the selected cities in TextView on button click.
18 Create Android App which will take a number from user using EditText and prints
whether the number is Even or Odd in TextView on button click.
19 Explain Date and Time picker with its methods.
20 What is Listview? Write a java class to add any 10 items within Listview.
21 Explain Grid Layout with attributes.
22 Explain Option Menu,context menu and popup menu.
Laxmi Institute of Technology, Sarigam
Approved by AICTE, New Delhi; Affiliated to Gujarat Technological University, Ahmedabad

Unit-4
23 Explain SQLiteOpenHelper class.
24 What is the significance of Shared preferences in Android?
25 What are the different ways to store Data in Android?
26 How to store and retrieve data in internal storage and external storage. Give difference
also.

You might also like