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

Android Programming Projects Guide

The document outlines a comprehensive list of tasks for an Android programming course (TBC 501), including creating basic applications like a Hello Android program, color-changing apps, calculators, and SMS functionalities. It also covers more advanced topics such as activity lifecycle, intents, shared preferences, and using databases. The tasks are designed to build skills in various aspects of Android development, including UI design, event handling, and multi-threading.

Uploaded by

Sanjay Bajeli
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

Android Programming Projects Guide

The document outlines a comprehensive list of tasks for an Android programming course (TBC 501), including creating basic applications like a Hello Android program, color-changing apps, calculators, and SMS functionalities. It also covers more advanced topics such as activity lifecycle, intents, shared preferences, and using databases. The tasks are designed to build skills in various aspects of Android development, including UI design, event handling, and multi-threading.

Uploaded by

Sanjay Bajeli
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as ODT, PDF, TXT or read online on Scribd

Android Programming (TBC 501)

1. Create a basic Hello Android program.


2. Create a simple application to change colors of background of any textbox with the click of a
button.
3. Create a simple app to change background colour on button click.
4. Create a simple app to add two numbers.
5. Create a simple app to create a simple calculator in android.
6. Create an app to set image on imageview.
7. Create a program to change image on button click.
8. Create a program to depict activity lifecycle.
9. Create a program to show implicit intent.
10. Create a program to depict fragment.
11. Create a program to show explicit intent.
12. Create a simple application in android to send sms to a particular number.
13. Create a simple application in android to dial a particular number.
14. Create an application in android to send data from one activity to another.
15. Create an application to get result back from a called activity.
16. Create an application to show shared preferences.
17. Create a program in android to show use of array and custom adapters.
18. Create an application in andriod to create and handle a bounded service.
19. Developing an android application using Relative layout to display Date and time.
20. Create an application to design a Visiting Card.
21. Develop an Android application using controls like Button, TextView, EditText for designing a
calculator having basic functionality like Addition, Subtraction, Multiplication, and Division.
22. Create a SIGN Up activity with Username and Password. Validation of password should happen
based on the following rules:- Password should contain uppercase and lowercase letters.
- Password should contain letters and numbers.
- Password should contain special characters.
- Minimum length of the password (the default value is 8).
On successful SIGN UP proceed to the next Login activity. Here the user should SIGN IN using the
Username and Password created during signup activity. If the Username and Password are matched
then navigate to the next activity which displays a message saying “Successful Login” or else
display a toast message saying “Login Failed”. The user is given only two attempts and after that
display a toast message saying “Failed Login Attempts” and disable the SIGN IN button. Use
Bundle to transfer information from one activity to another.
23. Develop an application to set an image as wallpaper. On click of a button, the wallpaper image
should start to change randomly every 30 seconds.
24. Write an android program to develop Media player application
25. Develop an application that uses GUI components, Font and Colours
26. Develop an application that uses Layout Managers and event listeners.
27. Write an application that draws basic graphical primitives on the screen.
28. Develop an application that makes use of databases.
29. Develop an application that makes use of Notification Manager.
30. Implement an application that uses Multi-threading.
31. Develop a native application that uses GPS location information
32. Implement an application that writes data to the SD card.
33. Implement an application that creates an alert upon receiving a message
34. Write a mobile application that makes use of RSS feed
35. Develop a mobile application to send an email.
36. Develop a Mobile application for simple needs
37. Design an android application to create page using Intent and one Button and pass the Values from
one Activity to second Activity.
38. Design an android application Send SMS using Intent.

You might also like