codepath / android_guides

Extensive Open-Source Guides for Android Developers
guides.codepath.com
MIT License
28.31k stars 6.35k forks source link

Converting to Kotlin #206

Open rogerhu opened 8 years ago

rogerhu commented 8 years ago
jesuisnicolasdavid commented 8 years ago

it would be awesome to convert all the contents to Kotlin !

rogerioAnderson commented 8 years ago

I'm learning about kotlin now and I think that would be great start to convert simple apps as a learning work

smuzani commented 4 years ago

I think this deserves a bump. Kotlin used to be a "nice to have", but now the official Google documentation is Kotlin first. I still find myself looking through these guides and I'm thinking of helping with the code conversion.

nesquena commented 4 years ago

Yup agree on that, would love to see Kotlin language tabs for all of our guides. Our guides viewer system supports code snippets in multiple languages. You can see examples of supporting both languages on guides like this one https://guides.codepath.com/android/Using-the-RecyclerView

For now we will keep Java listed first but we will make it so that the desired language tab will be selected by default on our guides viewer in the future