-
-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding readme to content provider sample
- Loading branch information
Keval
committed
Nov 23, 2016
1 parent
876ec68
commit d1f4e49
Showing
3 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
Content Provider and resolver/ContentProviderSample/.idea/misc.xml
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
Content Provider and resolver/ContentProviderSample/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
Binary file added
BIN
+52.1 KB
Content Provider and resolver/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.