MOBILE APPLICATION DEVELOPMENT
INDEX
SR.NO CONTENTS PAGE DATE SIGN
NO
1. Create an Android app in Kotlin that displays "Hello
World" on the screen.
2. Create an Android app that takes two numbers as input
and displays their sum.
.
3. Create an android app to demonstrate Activity
lifecycle.
4. Create an android app to demonstrate on Toast.
5. Create Android app which demonstrate implicit and
explicit intent.
6. Create an Android application using Kotlin that
demonstrates the use of different layouts
(LinearLayout, RelativeLayout, and
ConstraintLayout) .
7. Create an Android application in Kotlin that uses a
button .
8. Create a android "Hello World" app using Jetpack
Compose in Android Studio:
9. Create a android app to create basic notification.
10. Create an Android application that demonstrates
the use of a ListView to display a list of items.
11. Create an Android application that demonstrates
the use of a ListView to display a list of item and
icon.
12.
Create an android app to create basic
notification with reply.
13. Create an Android application that demonstrates
the use of a Service to perform a
1) background task
2) forground task.
14. Create an Android application that demonstrates
the use of a Broadcast Receiver to listen for a wifi
status on or off and respond to it.
15. Create an Android application that demonstrates
the use of a RecyclerView to display a
1)list of items
2) text and image
16. Create an Android app development focusing on
the use of a ContentProvider.
.
17. Create an Android application using Kotlin and
SQLite . The app should implement CRUD
operations and display the tasks in a
RecyclerView, allowing users to add, update,
delete, and view tasks interactively.
18. Create a simple Flutter application that displays
"Hello World" on the screen.
19. Create Flutter "Counter App" that introduces state
management using a StatefulWidget.
16. Create a Flutter application that allows users to
pick a color using a color picker dialog and apply it
as the background color of the screen.
17. Create a Flutter app that demonstrates the use of
Stateless Widget with various common widgets.
18. Create a Flutter app that demonstrates gestures
which focuses on using the GestureDetector
widget to handle common gestures such as taps,
double taps, long presses, and drags