Skip to content

halilozel1903/LearnKotlinProgramming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Learn Kotlin Programming 2️⃣ 0️⃣ 2️⃣ 3️⃣

picture

We learn Kotlin programming language. If you don't have any knowledge about programming Don't Worry, we learn everything from the very beginning.

About Kotlin Programming & Why Learn Kotlin? πŸ€”πŸ‘€

kotlin

  1. Open Source : The Kotlin compiler, Intellij IDEA plugin, and build tools are all open source.
  2. Interoperable : Kotlin is %100 interoperable with Java. This means all your current Java/Android code works seamlessly with Kotlin.
  3. Easy learning : Kotlin is very easy to learn, especially for Java developers.
  4. Concise : Compared to Java, Kotlin code are much more concise. Also, Kotlin code is much more expressive.
  5. Tool-friendly : Kotlin is developed by JetBrains, the company renowned for creating development tools.
  6. Big community : Kotlin has great support and many contributions from the community, which is growing all over the world. According to Google, over 60% of the top 1000 apps on the Play Store use Kotlin.
  7. Code safety : Less code and better readability lead to fewer errors. The Kotlin compiler detects these remaining errors, making the code safe.
  8. Support for multiplatform development : You can use Kotlin for developing not only Android but also iOS, Backend, and Web applications.
  9. Kotlin support in Android Jetpack and other libraries : KTX extensions add Kotlin language features, such as coroutines, extension functions, lambdas, and named parameters, to existing Android libraries.
  10. Mature language and environment : Since its creation in 2011, Kotlin has developed continuously, not only as a language but as a whole ecosystem with robust tooling. Now it's seamlessly integrated in Android Studio and is actively used by many companies for developing Android applications.

Lessons & Samples (New lessons, samples will come) πŸ”œ

Support πŸ’Έ

If this project help πŸ’ you, can buy me a cup of coffee. β˜•

"Buy Me A Coffee"

Resources πŸ“š

License πŸ“‹

MIT License

Copyright (c) 2023 Halil OZEL

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.