I'm about to make an android app something like "fun places to visit in my city" where u can see photos and description of the place.
I thought something like store all images in drawable folder, and create list of data class. But the app will be very heavy?
I dont know which is the best way to store data and images locally. Any suggestion?