Whats The Fastest Way To Create Large Numbers Of Contacts?
In my application i need to create a great amount of contacts. The code I currenly use: ArrayList ops = new ArrayList
Solution 1:
If you can sync with gmail, you could import contacts in gmail.com (as CSV) and sync them to the phone.
Or just see this similar question: Insertion of thousands of contact entries using applyBatch is slow
Post a Comment for "Whats The Fastest Way To Create Large Numbers Of Contacts?"