mozilla-mobile / shared-docs

⚠️ shared-docs moved to a new repository. It is now developed and maintained as part of: https://github.com/mozilla-mobile/firefox-android
https://medium.com/firefox-mobile-engineering
Mozilla Public License 2.0
34 stars 32 forks source link

Closes #14: add kotlin guide; other clean up #48

Closed mcomella closed 6 years ago

mcomella commented 6 years ago

Review it with preview: https://github.com/mcomella/shared-docs/blob/i14-kotlin/android/kotlin_guide.md

colintheshots commented 6 years ago

With the Kotlin Koans, I would specifically recommend the IntelliJ IDE plugin, Kotlin Edu. Educational plugins do not work yet in Android Studio though. It works great with IntelliJ Community Edition.

mcomella commented 6 years ago

@colintheshots AS 3.0 is listed on the official page: https://www.jetbrains.com/education/kotlin-edu/ as it is on the Koans page. Perhaps it changed recently?

mcomella commented 6 years ago

fwiw, I was hesitant to add this information initially because I didn't want to overwhelm people by having them install a bunch of single-use software but if it's important to properly run the Koans, it SGTM

mcomella commented 6 years ago

I wonder if we should point out these anywhere as we do use them quite a bit

@boek Good idea. Do you think this link is a good resource to learning how to use them? (I want to save cycles by not personally vetting all the resources we recommend :P)