• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

pagination in listview

Hello,

Thanks in advance.

I am developing a Car Review Application, where user can log in and displayed all the review from the Database. All the the data is being stored in MYSQLdatabase first. I am using json to connect to the MYSQLdatabase and SQLiteDatabase. But the problem is that, after log in the application screen huge no. of data is coming from the server and it is being inserted in our SQLite Database.

After that it is being retrieved from database and displayed in the Application Screen in a list view, it is taking a longer time to displayed all the data in list view. In that case, I am using a SimpleCursorAdapter to retrive all the data from database.

So is there any way like pagination or something like that to make the data retreival faster?
 
Back
Top Bottom