App about monuments

Hello.
I'm trying to design an app about monuments with geolocation.
The first question is whether it is more convenient to do it through a database or another system.
In total there would be about 40 monuments and 10 information about each of them, text and images, including geolocation data.
Thank you.

is your data static or does it change frequently?
for 1) store yoiur data in a file in csv table format (comma seperated values), store the file in the assets and read it on first run of the app
for 2) use an online database of your choice

Taifun

1 Like

You might consider the way this is done in the tutorial

1 Like