From 19112af36dd315997b35e0f3e0303713b9924902 Mon Sep 17 00:00:00 2001 From: Lauren Date: Sat, 15 Dec 2018 12:54:40 -0600 Subject: [PATCH] added references for vocab and documentation (#26222) * added references for vocab and doc * fix: formatting --- guide/english/android-development/index.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index 15e3e47795..c1247e103e 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -104,7 +104,10 @@ The link to the advanced course is here - [Advanced Android App Development](htt It is good to check out code samples and projects for your learning process. There are many code samples available online. Here is a link for some android code samples - [Samples | Android Developers](https://developer.android.com/samples/). ### 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) -[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) +### Additional References +- [Android Vocabulary Glossary](https://developers.google.com/android/for-all/vocab-words/) +- [Android Documentation Search](https://developer.android.com/)