diff --git a/client/src/pages/guide/english/android-development/index.md b/client/src/pages/guide/english/android-development/index.md index ea19f80a50..8160a02f3f 100644 --- a/client/src/pages/guide/english/android-development/index.md +++ b/client/src/pages/guide/english/android-development/index.md @@ -60,5 +60,6 @@ Because Kotlin generates Java bytecode, you can use your favorite Java framework ### Developing Android Apps -The best part of learning Android is that the courses and material available out there online are free. -The link to the course is here - [Developing Android Apps](https://udacity.com/course/new-android-fundamentals--ud851). +The best part of learning Android is that many of the courses and material available out there online are free. +The link to the basic course is here - [Developing Android Apps](https://udacity.com/course/new-android-fundamentals--ud851). +The link to the advanced course is here - [Advanced Android App Development](https://www.udacity.com/course/advanced-android-app-development--ud855).