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?
3 Respuestas
+ 2
Google search for "java todo list android app" provide lot of links (maybe a little more filtering by adding "tuto" keyword):
https://guides.codepath.com/android/Basic-Todo-App-Tutorial
https://www.sitepoint.com/starting-android-development-creating-todo-app/
https://javapapers.com/android/android-todo-list-application-tutorial/
https://www.codercrunch.com/post/47915445/build-a-todo-app-in-android
... and so on ;P
+ 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.
+ 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