Hackathon is near but more on that later.
You always need to store data, but there are many questions for the developer about that.
We will talk about data storage.
There are several ways to store data in Android, but what we need to choose?
How to save application settings?
How to create a database? How to write files to disk and read?
Together with you, we will find out all the answers to these questions.
Full agenda & registration here.
- Activity lifecycle revisited
- Introduction to file I/O
- Introduction to SharedPreferences
- SQLite
- Introduction to Room
- ViewModel get data from a database