how much should i know about java to start learning android studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

how much should i know about java to start learning android studio

28th Mar 2017, 12:59 PM
shobhit
shobhit - avatar
3 Answers
+ 11
practically only the basics are enough, however you will only be able to do very simple stuff
28th Mar 2017, 1:12 PM
Kamil
Kamil - avatar
+ 10
A modified Java is used in Android Studio. So, basics are enough.
28th Mar 2017, 1:47 PM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 2
the basics are enough but with basics i mean basically the whole syntax of the language, you should be familiar with classes, inheritance, polymorphism, abstract classes, interfaces, etc knowing about some advanced topics like file access and threads can be useful, but you can as well just learn it when you need it with android but if you know that it should not be a problem, google has great resources for learning if you know java you basically just have to research what classes the android api contains and how to use then
28th Mar 2017, 3:20 PM
Jakob Robert
Jakob Robert - avatar