Storing 1000+ data on SQLite resulting UI Hang
Issue I need to insert big data on our SQLiteDatabase from our server’s response. But until now I’m still confuse on AsyncTask() and I want some clarifications on it. Here is my complete code on using AsyncTask(). I use AndroidNetworking library for an HTTP Request class ProgressAsync extends AsyncTask<String, String, Boolean> { boolean result false; … Read more