Is it necessary to learn Gradle for Android development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it necessary to learn Gradle for Android development?

I am learning android developing and should I learn gradle and Groovy-based domain-specific language ?? And where I can learn these?? Does learning Gradle will help me in creating android app?

7th Nov 2019, 8:00 PM
Plaban Kr. Mondal
Plaban Kr. Mondal - avatar
4 Answers
+ 2
Gradle is a build-tool, building android apps is automated nowadays in Android Studio, so not necessarily no you don't need it. In my opinion you don't need Groovy either. Plain Java is good. If you want to make it a bit fancier, you could try the Kotlin language.
8th Nov 2019, 6:24 PM
Veliside
Veliside - avatar
+ 2
Ipang it's supposed to be easier to write Kotlin than Java, because of the syntax.
9th Nov 2019, 8:05 AM
Veliside
Veliside - avatar
0
Veliside Can you elaborate on the "a bit fancier" part of Kotlin? Why, how is it a bit fancier with Kotlin?
8th Nov 2019, 9:51 PM
Ipang