What are the best Android app projects to do as my mini project? I have no knowledge of Android app development. I have to learn the basics and complete the project in 5 months.
- Get link
- X
- Other Apps
Then first try to learn Java or Kotlin. It will be better if you start learning Java.
You don't have to become a Java expert, but you should be good with the basics of language and OOPs.
Once you have completed that, you can continue in the direction of learning the basics of Android app development.
Take a look at this: - Getting started with android development for courses and other materials.
Some beginner friendly projects include.
Calculator
Try to build a calculator that has simple characteristics:
- Add all the buttons 0 to 9.
- Able to add, subtract, multiply, divide two numbers.
- It is capable of calculating the floor and ceiling value of a decimal number.
To-do list
Try creating a to-do list app that has features:
- Able to add items to our to-do list.
- Edit the added item in our task list.
- Delete the added item from our task list.
- Implement a search element for all the elements in the list.
Music player
Try to create a music player app that has features:
- Add a login feature to your app.
- Users can edit their profile.
- Able to create a playlist.
- Add the audio player that shows the progress of the songs.
Instagram clone
Try creating an Instagram-like app.
- Able to add photos.
- Show all photos in card format.
- Understand the recycler view and how it works.
- Able to like a photo.
News app
Try to create a News app
- Use some news api.
- Get the news in json format and try to display in a beautiful user interface.
- Add a login feature in the news app.
- Able to like the news or not like it.
Further reading:
- Get link
- X
- Other Apps
Comments
Post a Comment
If you have any doubts. Please let me know.