From 7333941a3864cce63e5b7275e281e7921cee5305 Mon Sep 17 00:00:00 2001 From: Sakti Sriraj Mishra Date: Sat, 11 May 2024 06:43:57 +0530 Subject: [PATCH] Add kotlin resources (#5351) * Update 100-kotlin.md Resources to learn Kotlin were added * Added Kotlin Learning resource to Android Roadmap Co-authored-by: dsh * Update src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md --------- Co-authored-by: dsh Co-authored-by: Kamran Ahmed --- .../android/content/100-pick-a-language/100-kotlin.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md b/src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md index 272325987..e4945544e 100644 --- a/src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md +++ b/src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md @@ -1,3 +1,8 @@ # Kotlin -`Kotlin` is a cross-platform, statically typed general-purpose programming language with type inference. Developed by JetBrains, the makers of the world’s leading IDEs, Kotlin has a syntax, which is more expressive and concise. This allows for more readable and maintainable code. It is fully interoperable with Java and comes with no limitations. It can be used almost everywhere Java is used today, for server-side development, Android apps, and much more. Kotlin introduces several improvements for programmers over Java, which makes it a preferred choice for many developers. With more concise code base and modern programming concept support - it's certainly a future of Android app development. \ No newline at end of file +`Kotlin` is a cross-platform, statically typed general-purpose programming language with type inference. Developed by JetBrains, the makers of the world’s leading IDEs, Kotlin has a syntax, which is more expressive and concise. This allows for more readable and maintainable code. It is fully interoperable with Java and comes with no limitations. It can be used almost everywhere Java is used today, for server-side development, Android apps, and much more. Kotlin introduces several improvements for programmers over Java, which makes it a preferred choice for many developers. With more concise code base and modern programming concept support - it's certainly a future of Android app development. + +Use following resources to learn more: + +- [Learn Kotlin Programming for Beginners - Free Code Camp](https://youtu.be/EExSSotojVI?si=4VPW8ZHa2UMX0HH1) +- [Learn Kotlin - w3schools](https://www.w3schools.com/kotlin/)