Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I new a bit a java.I got started with Android,i'm looking for basic tutorial for content provider.

I'm looking for an example which explains each line of code from there i can get started.

I know,i can get from google but i do n't find even one example explained fully.

I'm looking for an example which uses content provider to access my contact and display it in text box.

Thanks in advance!!

share|improve this question
this is a basic well defined example of using content providers. this should help you out in understanding the working. developer.android.com/guide/topics/providers/… and this deals with content providers for people in your phone. developer.android.com/resources/samples/ApiDemos/src/com/… i hope this helps. – Anurag Ramdasan Mar 16 '12 at 8:46
9android.net/android-contentprovider-tutorial. this tutorial will help you – Hung Nguyen Van Mar 26 at 7:39

1 Answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.