From 8607451546d496fdbbb3955f996a1cb7fa65951d Mon Sep 17 00:00:00 2001 From: clydeax <44319352+clydeax@users.noreply.github.com> Date: Sat, 8 Dec 2018 09:25:27 +0300 Subject: [PATCH] Add the "Code Samples" part to the article (#24315) Useful link example --- guide/english/android-development/index.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index 1a8553cd3cd..fd2d7d980c4 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -98,9 +98,12 @@ The best part of learning Android is that many of the courses and material avail 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). +### Code Samples + +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) -