What are the parts of Java I actually need to know in-depth before starting Android development? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

What are the parts of Java I actually need to know in-depth before starting Android development?

I like to develop app fille manager ,camera app , keyboard app,mini games

17th Jun 2019, 2:08 PM
Programmer Raja
Programmer Raja - avatar
5 Answers
+ 4
You just need to know java fundermental how to create classes interfaces abstract classes most importantly understand how threading works that pretty much everything you need to understand then I,LL advice you to try out java fx just a bit to know how to work with gui but it not required
18th Jun 2019, 10:19 AM
GeneralZod
GeneralZod - avatar
+ 2
17th Jun 2019, 6:46 PM
Chris Coder
Chris Coder - avatar
+ 1
I highly recommend you switch to kotlin language and learn in-depth "just in time" when you will need something to develop what you want.
18th Jun 2019, 8:16 PM
Patryk Dolata
Patryk Dolata - avatar
+ 1
applets was removed from java
19th Jun 2019, 4:49 PM
zemiak
- 2
In java you have to be familiar with 1.java.applet 2.java.awt 3.javax.swing 4.java.awt.event the 4th option tells you about keyboard mouse click foucus focuslost blur etc and all other events
18th Jun 2019, 8:54 AM
sree harsha
sree harsha - avatar