ariefzuhri / TourismApp

📚 Dicoding's MADE class starter project
https://dicoding.id/a/165
0 stars 0 forks source link

Query #1

Open VatsalPatel19 opened 2 years ago

VatsalPatel19 commented 2 years ago

Where are the project related images and the data stored??

ariefzuhri commented 2 years ago

The server is where the data and images are kept. To fetch and manipulate the data from the server, we use an API as an interface to do so. Once we get the data, we store it locally on the device using the Room persistence library.

You may learn more about the architecture of this application by looking at this image.