How to efficient and quick contact loading in android list

Moderators: dwp, devin

Post Reply
dmp@1234
Posts: 1
Joined: Tue Sep 17, 2013 7:50 am

How to efficient and quick contact loading in android list

Post by dmp@1234 »

Hello,

My self Durgesh Patel.

I am android software engineer. I am developing app in that i want to display / list device contacts into my app. Total Contact is about to 1350.
I have used AsyncTask to load device contacts but it took to much time to load contacts that are about 1350.
I have recently view your app on Android google play store and downloaded your app and i have seen that your App loads all the contacts within 2 to 3 sec.

So, my question is How you are performing quick contact loading from device.

Can you please give us some tips or approach to load contacts very quick. Some sample code will be great help for us.

Looking for your cooperation and your best support as soon as possible.

Regards,
Durgesh Patel
Android Software Engineer
dwp
Site Admin
Posts: 713
Joined: Mon Nov 22, 2010 4:46 pm

Re: How to efficient and quick contact loading in android li

Post by dwp »

Hello
All the information you need to load? DWC First, just load the contact's name. When the contact is displayed, load other data. In the API demos, including contact load and display examples.
Post Reply