diff --git a/client/src/pages/guide/english/android-development/core-components/index.md b/client/src/pages/guide/english/android-development/core-components/index.md index acba501b1f..764808a2cb 100644 --- a/client/src/pages/guide/english/android-development/core-components/index.md +++ b/client/src/pages/guide/english/android-development/core-components/index.md @@ -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 \ No newline at end of file +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.