0

What type of java app. is used in making android? I only have netbeans. I'm only a beginner.

6th Dec 2017, 10:37 PM
N'coder
N'coder - avatar
5 Réponses
+ 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.
7th Dec 2017, 1:22 AM
Kyle
+ 3
Try Android Studio. Google also have some excellent tutorials on Android development using this IDE
6th Dec 2017, 10:55 PM
Dan Walker
Dan Walker - avatar
0
start off with visual studio and android sdk
6th Dec 2017, 11:25 PM
Android Boi
Android Boi - avatar
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...
7th Dec 2017, 12:08 AM
Kostas Batz
Kostas Batz - avatar
0
thank you guys
7th Dec 2017, 1:44 AM
N'coder
N'coder - avatar