Add Text "Advanced Android Development" (#18359)

This commit is contained in:
iamkrishnamohan
2018-10-13 20:06:54 +05:30
committed by Kristofer Koishigawa
parent ab718dc2ce
commit 4446ed1099

View File

@ -25,4 +25,7 @@ A _broadcast receiver_ is another component without user interface (except an op
## [Content providers](https://developer.android.com/guide/topics/providers/content-providers)
A _content provider_ is a component used to manage a set of app data to share with other applications. Each item saved in the content provider is identified by a URI scheme.
For detailed information about the topic, see the official [Android fundamentals](https://developer.android.com/guide/components/fundamentals) documentation
For detailed information about the topic, see the official [Android fundamentals](https://developer.android.com/guide/components/fundamentals) documentation.
## Advanced Android Development
To learn advanced Android programming concepts, see Google's [Advanced Android Development](https://developers.google.com/training/courses/android-advanced) course.