-2
Good afternoon, I’m having a question, I’m doing a project on Android Stúdio and my application has an idea of notepad, and I was wondering if it has how to show the annotations when initializing the page, example: the user clicks on "+" then opens a window to write, when you click save it saved in the database, when I click back to the main note page that the user made appear without clicking on anything as if it loaded the database automatically. It would be like, I didn’t get to do the code yet, there would be ways for you to help me, with links or for your own knowledge....
Thank you very much.
Start by reading what the documentation of android has on Sqlite
– ramaral