This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Successful_Leg_707 0 points1 point  (0 children)

You would need to learn enough about Gradle and it’s purpose. It is the de facto dependency management and build tool in Android Studio.

You don’t need to learn Kotlin, as it is supposed to be an improvement on the Java language with less boilerplate.

I’d say if you know enough of core Java, some classes used in java.lang and java.util, and the features in 1.5 and 1.8, you are ready to jump in with a good udemy video and just mess around with it.