Tagged Questions
1
vote
1answer
4k views
Android: Optimize JSON insertion to SQLite (insert … on duplicate key ignore)
In current task, I'm refactoring the code of converting JSON file into SQLite database on Android device. Code compliant with Java 6.
As od benchmark, grabbing the code from remote server takes ~1 ...