From cc2e7b2a409a0e541bbca78489e929bc33023891 Mon Sep 17 00:00:00 2001 From: "David Gunner (Jnr)" Date: Thu, 25 Oct 2018 11:41:49 +0100 Subject: [PATCH] Updated index.md to include TOC (#28022) Added a table of contents for the user to easily navigate the index.md and jump to the relevant section. --- guide/english/android-development/index.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index f00602e932..1d308e71b7 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -1,6 +1,21 @@ --- title: Android Development --- + +## Table of Contents + +* [Android Development](#android-development) +* [Getting started](#getting-started) +* [Setting Up and Getting Started with Android Studio](#setting-up-and-getting-started-with-android-studio) +* [Official Documentation](#official-documentation) +* [Java vs Kotlin](#java-vs-kotlin) +* [Beginners in Android Development Should Start With Java](#beginners-in-android-development-should-start-with-java) +* [Java Programmers Should Learn Kotlin](#java-programmers-should-learn-kotlin) +* [Practice](#practice) +* [Google Developer Console](#google-developer-console) +* [Courses](#courses) +* [Developing Android Apps](#developing-android-apps) + # Android Development Android apps can be a great, fun way to get into the world of programming. Officially, programmers can use Java, Kotlin, or C++ to develop for Android, and though there may be API restrictions, using tools, developers can use a large number of languages, including JavaScript, C, or assembly, and the possibilities are endless. @@ -26,7 +41,7 @@ Lastly, learn to integrate 3rd party libraries and Firebase services to add func [Google Developers Guide for Android](https://developer.android.com/training/index.html) -#### Java vs. Kotlin +#### Java vs Kotlin Ever since Google announced Kotlin as the official language for Android development at Google IO in 2017, programmers who want to become Android developers are in a dilemma. The big question in front of them is whether they should learn Kotlin or Java.