Add Text "Advanced Android Development" (#18359)
This commit is contained in:
committed by
Kristofer Koishigawa
parent
ab718dc2ce
commit
4446ed1099
@ -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.
|
||||
|
Reference in New Issue
Block a user