-2

I want to store the API response in sqlLite. API reponse is in JSON Format and contain huge data. Due to this application stop working. How can i solve this issue.

enter image description here

Sir Rufo
  • 18,395
  • 2
  • 39
  • 73

1 Answers1

0

Most of the time it is bad practice to have all JSON in the local store in mobile it makes your API call heavy and mobile speed and performance slow it also affects your third party libraries as well so solution is to make two individual DB SQLite and in which mapped on transitional data in one DB and rest in other so every time you will get live and fast data via transitional table or SQLitestore.