For my app i have an online mySQL (with InnoDB) Database, but it's a bit slow and user experience is not the best. I need data into my app, ready to use.
To to this i want to create a "cache" of my dataBase downloaded on the device. So i have to use Core Data. But how can i download all data and put it with the correct structure in the Core Data db? Are there other way to have an "offline cache", or i have to manually recreate the structure and populate the Core Data with the element downloaded from my DB?
Thanks!
问问题
482 次