Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
197 views
in Technique[技术] by (71.8m points)

java - Android Studio: Should I use a separate database for managing CardViews?

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?

question from:https://stackoverflow.com/questions/65918378/android-studio-should-i-use-a-separate-database-for-managing-cardviews

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...