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 <daniel.s.holdsworth@gmail.com> * Update src/data/roadmaps/android/content/100-pick-a-language/100-kotlin.md --------- Co-authored-by: dsh <daniel.s.holdsworth@gmail.com> Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>pull/5651/head
parent
27934c1188
commit
7333941a38
1 changed files with 6 additions and 1 deletions
@ -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. |
||||
`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/) |
||||
|
Loading…
Reference in new issue