- Apps like Spotify and Instagram that their database, how fast users to click on buttons respond? How quickly without having to process the information stored in the database?
- For example: the Spotify app, I quickly click on the follow button (a very rapid clicks). In this case, how information is stored in a database?
- What is the best way to connect to the database and managing lots of connections?
- Should I use the database interface? example: android sqlite
- In the application Instagram, when I click on the button Like I quickly what happens? When information is stored in a database?
(i use volley library)
thanks