Skip to content

Commit

Permalink
Adding readme to content provider sample
Browse files Browse the repository at this point in the history
  • Loading branch information
Keval committed Nov 23, 2016
1 parent 876ec68 commit d1f4e49
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions Content Provider and resolver/ContentProviderSample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#Content Provider

- This project demonstrates how ot expose your application data to other applications using content provider.

####What you will learn:
- Create content provider.
- Expose your SQLite database using simple content provider.
- Bind data to the list view using `SimpleCursorAdapter`.

####Sample App:
- Here is the [link](https://mega.nz/#!GJBAUI5L!A8bFkMSFZvxUoQda-h57hI1sHywm5H_AneV9-0G8J10) of the sample apk.

####Screen shot:
![Screenshot](https://github.com/kevalpatel2106/android-samples/tree/master/Content%20Provider%20and%20resolver/ContentProviderSample/assets/sample.png)
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1f4e49

Please sign in to comment.