{"id":19672718,"url":"https://github.com/halilozel1903/learnkotlinprogramming","last_synced_at":"2025-04-29T01:30:45.744Z","repository":{"id":91423757,"uuid":"278863528","full_name":"halilozel1903/LearnKotlinProgramming","owner":"halilozel1903","description":"Let's Learn Kotlin Programming 💜 🧡","archived":false,"fork":false,"pushed_at":"2024-03-09T13:00:30.000Z","size":63,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-05T12:23:17.769Z","etag":null,"topics":["android","arraylist","kotlin","kotlin-android","kotlin-application","kotlin-beginner","kotlin-compiler","kotlin-examples","kotlin-flow","kotlin-language","kotlin-learning","kotlin-library","kotlin-multiplatform","kotlin-native","kotlin-programming","kotlin-programming-language","kotlin-sample","kotlin-tutorial"],"latest_commit_sha":null,"homepage":"https://medium.com/@halilozel1903","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/halilozel1903.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2020-07-11T13:07:06.000Z","updated_at":"2024-08-31T09:00:55.000Z","dependencies_parsed_at":"2024-03-14T21:50:36.190Z","dependency_job_id":null,"html_url":"https://github.com/halilozel1903/LearnKotlinProgramming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FLearnKotlinProgramming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FLearnKotlinProgramming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FLearnKotlinProgramming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/halilozel1903%2FLearnKotlinProgramming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/halilozel1903","download_url":"https://codeload.github.com/halilozel1903/LearnKotlinProgramming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251415617,"owners_count":21585865,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","arraylist","kotlin","kotlin-android","kotlin-application","kotlin-beginner","kotlin-compiler","kotlin-examples","kotlin-flow","kotlin-language","kotlin-learning","kotlin-library","kotlin-multiplatform","kotlin-native","kotlin-programming","kotlin-programming-language","kotlin-sample","kotlin-tutorial"],"created_at":"2024-11-11T17:13:06.957Z","updated_at":"2025-04-29T01:30:45.413Z","avatar_url":"https://github.com/halilozel1903.png","language":"Kotlin","readme":"# Learn Kotlin Programming 2️⃣ 0️⃣ 2️⃣ 3️⃣\n\n![picture](https://hypersense-software.com/blogs-assets/21756fe3-8017-922f-7b4c-271a0dea5044/file_1582906717409.jpg)\n\nWe learn Kotlin programming language. If you don't have any knowledge about programming Don't Worry, we learn everything from the very beginning.\n\n## About Kotlin Programming \u0026 Why Learn Kotlin? 🤔👀\n\n![kotlin](https://www.netsolutions.com/insights/wp-content/uploads/2020/04/Kotlin.jpg)\n\n1. **Open Source** : The Kotlin compiler, Intellij IDEA plugin, and build tools are all open source.\n2. **Interoperable** : Kotlin is %100 interoperable with Java. This means all your current Java/Android code works seamlessly with Kotlin.\n3. **Easy learning** : Kotlin is very easy to learn, especially for Java developers.\n4. **Concise** : Compared to Java, Kotlin code are much more concise. Also, Kotlin code is much more expressive.\n5. **Tool-friendly** : Kotlin is developed by JetBrains, the company renowned for creating development tools.\n6. **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.\n7. **Code safety** : Less code and better readability lead to fewer errors. The Kotlin compiler detects these remaining errors, making the code safe.\n8. **Support for multiplatform development** : You can use Kotlin for developing not only Android but also iOS, Backend, and Web applications.\n9. **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.\n10. **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.\n\n## Lessons \u0026 Samples (New lessons, samples will come) 🔜\n\n* [Hello World](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/HelloWorld.kt)\n* [Variables](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/Variables.kt)\n* [DataTypes](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/DataTypes.kt)\n* [String](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/String.kt)\n* [TypeConversions](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/TypeConversions.kt)\n* [Arrays](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/Arrays.kt)\n* [ArrayList](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/ArrayList.kt)\n* [Set](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/Set.kt)\n* [HashSet](https://github.com/halilozel1903/LearnKotlinProgramming/blob/master/src/HashSet.kt)\n\n## Support 💸\nIf this project help 💁 you, can buy me a cup of coffee. ☕\n\n[![\"Buy Me A Coffee\"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)\n\n## Resources 📚\n- https://kotlinlang.org/docs/reference/android-overview.html\n- https://developer.android.com/kotlin\n- https://www.programiz.com/kotlin-programming\n- https://www.javatpoint.com/kotlin-tutorial\n- https://www.geeksforgeeks.org/kotlin-programming-language/\n\n## License 📋\n```\nMIT License\n\nCopyright (c) 2023 Halil OZEL\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","funding_links":["https://www.buymeacoffee.com/halilozel1903"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Flearnkotlinprogramming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhalilozel1903%2Flearnkotlinprogramming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhalilozel1903%2Flearnkotlinprogramming/lists"}