I'm asking myself what's the best practice to save data as the following in android. The data provided will only be updated very, very rarely.
The user will select some item. Based on that decision, he can choose out of another range of items. And based on that he can again choose a last time from a range of items. And every of this "paths" has his own string-value. But this value can't be build by the path itself.. So every lowercase letter points to a unique string if one wants so.
Do I need to implement a SQLite database for this? Or is there an easier way to store and parse this kind of data?
0 comments:
Post a Comment