ToDo List / Check List for Android with java | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

ToDo List / Check List for Android with java

I would like to build a little app to store my check list or shopping list permenant on my android device (local storage only). What is the best way to do this. First I thought to create a Java Program thats stores the list in little text files but now I am thinking to bring in a database and connect this to the Program. How would you develop this program and with which tools?

13th Jan 2018, 10:19 AM
Steven
3 Answers
+ 1
im not so familiar with Android but you certainly can use Android Studio, which is nice IDE to make Android apps. if you want to use à database, i would recommend SQLite, a simple and efficient single file database.
13th Jan 2018, 10:52 AM
Vincent
Vincent - avatar
+ 1
You have different ways to store data. Files SQLite SharedPreferences Internal and External storage Check this link and you should download Tutorials for Android: Android tutorials is an app for development. It contains examples and a guide. (App on PlayStore :D ) https://developer.android.com/guide/topics/data/data-storage.html?hl=es-419
13th Jan 2018, 5:26 PM
jaaxdev
jaaxdev - avatar