Subject : Mobile Application Development
1. Write a Kotlin program to perform addition, subtraction, multiplication, and division of
two numbers.
2. Write a Kotlin program to calculate factorial of a given number.
3. Write a Kotlin function `countVowels` that counts the number of vowels in a given
string.
4. Develop a Simple Android Application using Kotlin to accept and display Student name,
contact number and city.
5. Develop a native calculator application using Kotlin.
6. Develop an application using Kotlin that makes use of database to insert, update, view
and delete Student information (Roll No, Name, Marks).
7. Develop an Android Application using Kotlin that creates Alarm Clock using Kotlin.
8. Develop an Android application using Kotlin that creates an alert upon receiving a
message.
9. Write a Flutter program to calculate sum of digits in given number. (I/P-1234,O/P-10)
10. Create an application using Flutter to calculate simple interest with the use of user
defined functions using Dart.
11. Create an application using Flutter to implement object oriented programming using Dart.
Define class Laptop (Name, Color) and inherit class MacBook from Laptop and display
laptop information.
12. Create an application using Flutter to implement simple widgets (text).