0
green
6y

Kotlin or java for android ?

Comments
  • 2
    You can use both.

    Do Java for the complicated things first since you'll get more tutorials like @irene said.

    Start using Kotlin for models and then slowly move on to the bigger stuff.
  • 1
    Actually you can copy paste code from tutorials and Android Studio will convert it to Kotlin just fine
    But it's better to know Java
Add Comment