Hello. I need to store user data name, coins, list of levels, and more. How is it better to organize? What to read to understand?
1 answer
If there is a lot of data related to each other uniquely, start reading from design - the basics. normal forms and so on ... the base for android is uniquely sqlite, but for now it is worthwhile to just design it. If there is time (the project is educational, and there are no deadlines and an urgent need to be raised), then it is better to spend a week and design everything normally, then it will take less time
|