0% found this document useful (0 votes)
8 views1 page

Android

The document outlines a series of programming tasks focused on mobile application development using Kotlin and Flutter. It includes creating basic arithmetic functions, developing Android applications for various functionalities such as a calculator and alarm clock, and implementing object-oriented programming concepts. Additionally, it features tasks related to database operations and user-defined functions in Flutter.

Uploaded by

vaibhavroje
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)
8 views1 page

Android

The document outlines a series of programming tasks focused on mobile application development using Kotlin and Flutter. It includes creating basic arithmetic functions, developing Android applications for various functionalities such as a calculator and alarm clock, and implementing object-oriented programming concepts. Additionally, it features tasks related to database operations and user-defined functions in Flutter.

Uploaded by

vaibhavroje
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/ 1

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).

You might also like