From 75e37f952bd58582b7fa09dcaee15694df946ad4 Mon Sep 17 00:00:00 2001 From: Animesh Roy <35850688+animeshroydev@users.noreply.github.com> Date: Sun, 18 Nov 2018 00:20:55 +0530 Subject: [PATCH] Add 'Develop Apps Using Flutter' to android-dev (#21921) --- guide/english/android-development/index.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/guide/english/android-development/index.md b/guide/english/android-development/index.md index b916526e96..6fef970b96 100644 --- a/guide/english/android-development/index.md +++ b/guide/english/android-development/index.md @@ -61,13 +61,23 @@ Kotlin was developed by JetBrains, the company behind one of the most popular Ja Because Kotlin generates Java bytecode, you can use your favorite Java frameworks and libraries in Kotlin and your Java friends can also use any Kotlin framework you develop. +###### Develop Android & iOS Apps Using Flutter + +[Official Docs](https://flutter.io) +If you are just a beginner in Android Developement. You can directly start learning Flutter (According to official docs flutter is a SDK for building high-performance, high-fidelity, apps for iOS and Android) using a single codebase. Flutter team made a statement that Flutter is now production ready. Flutter uses Dart programming language for building Apps. +*Few Advantages of using flutter for developing Apps for iOS and Android:* + +1. Create Android and iOS apps using a single codebase. +2. Saves lots of time and effort. +3. Increase Productivity. + ### Practice [Codelabs for Boosting up Skills](https://codelabs.developers.google.com) ### Google Developer Console -[Google Developer Console](https://developer.android.com/distribute/console/) +[Google Developer Console For Publishing Your App In Google Play Store](https://developer.android.com/distribute/console/) ### Courses