I am new to Android development and am creating a "ToDoList" app in Android.
I used a SQLlite database to save the list in a database table, and it saved data perfectly.
I don't have an Android phone, so I can check my application only using an emulator.
After saving tasks in the database, if a user restarts the phone then will my task list in database be deleted or not? If it will be deleted then how can I make the data in the table persistent?