0
What type of java app. is used in making android? I only have netbeans. I'm only a beginner.
5 ответов
+ 2
https://developer.android.com/studio/index.html
Android Studio (free) - allows programming in Java (I think there is C++ support option)
https://www.visualstudio.com/vs/android/
Visual Studio (trial) (with Xamarin) allows programming in C# or C++ for android development. It also has cross-platform functionality - so you can write your application and make it work over different phone operating systems!
I would highly recommend starting with Android Studio. It's free and there are a lot of guides and documentation out there to get started!
Check out this link: https://developer.android.com/training/basics/firstapp/index.html
This is an easy way to get started if you don't mind some reading.
+ 3
Try Android Studio. Google also have some excellent tutorials on Android development using this IDE
0
start off with visual studio and android sdk
0
I have only tried android studio so far. Though it has its issues, there is an extensive and well written documentation, as plenty of forums and tutorials and libraries you can use. So this is a big advantage...
0
thank you guys