Skip to content

halilozel1903/KotlinTutorials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Kotlin Tutorials ๐Ÿ‘จ๐Ÿปโ€๐Ÿ’ป

Screenshot

What is Kotlinโ“

Kotlin is a cross-platform, statically typed, general-purpose programming language with type inference. Kotlin is designed to interoperate fully with Java and the JVM version of Kotlin's standard library depends on the Java Class Library, but type inference allows its syntax to be more concise.

You can access the article from the link below: ๐Ÿ‘‡๐Ÿผ

https://medium.com/@halilozel1903/kotlin-nedir-43e312d2dca6

The goal of the project ๐ŸŽฏ

Starting from the most basic topics about Kotlin, learning advanced topics by myself and creating an interactive project by sharing the information I have learned with you.

Project Content ๐Ÿ› 

It's a project that contains various information and examples about the basics of programming with Kotlin.

Project Subjects ๐Ÿ”–

Resources ๐Ÿ“š

  1. https://kotlinlang.org/docs/kotlin-docs.pdf
  2. https://www.programiz.com/kotlin-programming
  3. https://www.tutorialspoint.com/kotlin/
  4. https://www.geeksforgeeks.org/kotlin-programming-language/

Support ๐Ÿ’ธ

If this project help ๐Ÿ’ you can buy me a cup of coffee. โ˜•

"Buy Me A Coffee"

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.