[android-developers] Re: Bulk inserts into ContentProviders

2010-05-29 Thread Vikram
Thanks Abhi..Will take a look into it :) On May 29, 5:55 am, abhi rkabhi1...@gmail.com wrote: Look into ContentProviderOperation On May 26, 10:04 am, Vikram vikram.bodiche...@gmail.com wrote: I have written a content provider over a database table which essentially captures phone

回复: [android-developers] Re: Bulk inserts into ContentProviders

2010-05-29 Thread Wenqin Li
You can call activity's getContentResolver().query(uri,...) ,then get one cursor 在 2010 年 5 29 日,5:56 上午,abhi rkabhi1...@gmail.com编写: Look into ContentProviderOperation On May 26, 10:04 am, Vikram vikram.bodiche...@gmail.com wrote: I have written a content provider over a database table which

[android-developers] Re: Bulk inserts into ContentProviders

2010-05-28 Thread abhi
Look into ContentProviderOperation On May 26, 10:04 am, Vikram vikram.bodiche...@gmail.com wrote: I have written a content provider over a database table which essentially captures phone contacts information. So at a point of time, in my application code, I want to query the android contacts