+ 6
Is android java similar to desktop java?
I am learning java mainly for building web/desktop applications. However, I am also interested in android. Is android programming very different from what I am learning? would it take a lot of extra time to learn android?
3 odpowiedzi
+ 4
the code is the same, but the frameworks are diferents.
+ 3
Android have a separate SDK software development kit.. if you know Java well you can understand androids sdk easily and build application easily
+ 2
ok, thanks! I am going to give that a try then! :)