How much of java does an android developer need? And is what we learn here at SoloLearn java course enough? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 1

How much of java does an android developer need? And is what we learn here at SoloLearn java course enough?

9th Jun 2018, 12:01 PM
OSAMA HAMADA
OSAMA HAMADA - avatar
4 Respostas
9th Jun 2018, 1:39 PM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
+ 4
the sololearn course + generics should be enough. of course you also need to learn the android api maybe also lambdas
9th Jun 2018, 12:54 PM
Max
Max - avatar
+ 4
if you make a ArrayList of int you can use ArrayList<int> and in general if you want to make one from a type T you can use ArrayList<T>. writing classes that depend on a type is generics https://www.tutorialspoint.com/java/java_generics.htm
9th Jun 2018, 1:01 PM
Max
Max - avatar
+ 2
Thanks man, but what are these generics?
9th Jun 2018, 12:56 PM
OSAMA HAMADA
OSAMA HAMADA - avatar