+ 13
Is java that we use for regular and java that we use for android is different or same??
8 ответов
+ 17
java is always java, just with different libraries and applications
+ 10
If you want devlop android application So you should have strong knowledge of Java like object how loops and recurson works and you want to know java all important libaries...
+ 6
In order to create apps, advanced knowledge of java is essential
+ 2
I guess that they are the same or maybe there is a small difference
+ 2
Hi @The_dashh!
Java is the same on the back-end, but the main method is the "onCreate()". If you know java, will be easy to create Android Apps.
On the front-end, you can use XML, with the self Android library, but for this, on the present version of the Android Studio, there are a lot of GUI resources to build your design.
Be strong on Java and you will be strong on Android Platform Technology!
+ 1
yes, the syntax and the code are same, the different is library,
+ 1
Java is the core part of scripting in Android app development. Layout part that defines visual items are xml based.
+ 1
java used in android is same but you have to use different libraries which makes it look different and difficult my advise is just learn java fundamentals so you get knowledge of java and move on to android part. and yes i have done same ;);)