0% found this document useful (0 votes)
90 views

Android Lab

This document outlines 12 lab exercises for an Android development batch in 2020. The exercises include developing applications that use GUI components, layout managers, basic graphics, databases, RSS feeds, multi-threading, GPS location, writing to SD cards, creating alerts, an alarm clock, a calculator, and using device sensors. Each exercise provides a link to a solution or tutorial.

Uploaded by

ajay_mx
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views

Android Lab

This document outlines 12 lab exercises for an Android development batch in 2020. The exercises include developing applications that use GUI components, layout managers, basic graphics, databases, RSS feeds, multi-threading, GPS location, writing to SD cards, creating alerts, an alarm clock, a calculator, and using device sensors. Each exercise provides a link to a solution or tutorial.

Uploaded by

ajay_mx
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Android Lab Exercises (2020 Batch)

1. Design and Develop an application that uses GUI components, Font and Colors.
Ans : https://www.codingconnect.net/android-application-gui-components-font-and-
colors/
2. Design and Develop an application that uses Layout Managers and event listeners.
Ans : https://www.codingconnect.net/android-application-for-layout-managers-event-
listners/
3. Write an application that draws basic graphical primitives on the screen.
Ans: https://www.codingconnect.net/android-application-basic-graphical-primitives/
4. Develop an application that makes use of database.
Ans : https://www.codingconnect.net/android-application-makes-use-database/
5. Develop an application that makes use of RSS Feed.
Ans: https://www.codingconnect.net/android-application-makes-use-rss-feed/
6. Implement an application that implements Multi threading.
Ans: https://www.codingconnect.net/android-application-multi-threading/
7. Develop a native application that uses GPS location information.
Ans : https://www.codeproject.com/Articles/665527/A-GPS-Location-Plotting-Android-
Application
8. Implement an application that writes data to the SD card.
Ans: https://www.codingconnect.net/android-application-writes-data-sd-card/
9. Implement an application that creates an alert upon receiving a message.
Ans: https://www.codingconnect.net/android-application-create-alert-message/
10. Write a mobile application that creates alarm clock.
Ans: https://www.codingconnect.net/android-application-creates-alarm-clock/
11. . Develop a native calculator application.
Ans: https://www.codingconnect.net/android-application-for-native-calculator/
12. Design and an application which uses any sensor.
Ans: https://www.sitepoint.com/using-android-sensors-application/

You might also like