I am developing a simple Android Java application which has one big ScrollView containing many CardView (each representing a restaurant).
I am wondering whether it is better (if possible) to use some backend database to manage the CardView so that they can be updated,deleted more easily?
Or is it just better practice to just add/edit/delete them inside activity_main.xml?
2.1m questions
2.1m answers
60 comments
57.0k users