From 1920b0b4fa5745484cdd58ec4c2738337f366178 Mon Sep 17 00:00:00 2001 From: Jim Orluk <32406390+jeorluk@users.noreply.github.com> Date: Mon, 15 Oct 2018 12:44:20 -0400 Subject: [PATCH] Update index.md (#19316) Added link to advanced Android course. --- client/src/pages/guide/english/android-development/index.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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).