Added Android Studio section with helpful links (#19998)

* Added Android Studio section with helpful links

Added the Android Studio section with links for the download, how to install, and running the android applications in an emulator.

* Added line breaks to links
This commit is contained in:
Anthony Campbell
2018-10-26 10:32:02 -05:00
committed by Christopher McCormack
parent 5d5d865e72
commit 35c77e345a

View File

@ -80,3 +80,10 @@ Because Kotlin generates Java bytecode, you can use your favorite Java framework
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).
### Android Studio
[Android Studio](https://developer.android.com/studio/)
[Installing Android Studio](https://developer.android.com/studio/install)
[Running Apps in an Emulator](https://developer.android.com/studio/run/emulator)