Which Java IDE in Android Platform Supports Graphic? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Which Java IDE in Android Platform Supports Graphic?

Java N IDE- https://play.google.com/store/apps/details?id=com.duy.compiler.javanide is a good IDE. However, it does not support graphic. Anyone knows which Java IDE that supports graphic in Android platform?

11th Dec 2018, 3:16 AM
Muhd Khairul Amirin
Muhd Khairul Amirin - avatar
4 Answers
+ 4
Try out AIDE. https://play.google.com/store/apps/details?id=com.aide.ui but it has some features which you have to pay for.
11th Dec 2018, 11:39 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 4
Every Android developer needs an IDE (Integrated Development Environment) for rapid application development. An IDE acts as an all-in-one solution for enabling developers to design, code, compile, test, debug, and package the application software. 3 IDEs For Android Application Development 1. Android Studio: Android Studio, developed by Google, is an all-round integrated development environment that enables developers to achieve what they need without having to leave the IDE. The coding environment of Android Studio acts just like any other Java IDE in terms of error checking and file hierarchy. Alongside its code writing ability, Android Studio allows developers to test applications using the Android Virtual Device Manager or by plugging the devices and using Android Debugging Bridge. 2. Eclipse IDE: Eclipse is one the most popular IDEs for developing Android apps. It is an open-source software and free to use. It was released under the Eclipse Public license. It has a huge and active community that provides a wide variety of plugins and configurations to build feature-rich applications. It is highly customizable and provides full support for Java programming languages and XML editors. Its graphical user interface enables access to various command line SDKs. 3. Xamarin.Android: Xamarin.Android is a widely used integrated environment to develop Android, iOS, as well as Windows Phone applications. It is an ideal platform to write cross-platform apps using a single codebase. Developers can use Xamarin.Android and the entire Xamarin platform for free as it is open-source and released under the MIT license. Xamarin.Android uses C# to write the app source code and third-party libraries which allow developers to build applications quickly. https://crbtech.in/android/best-android-training-institute-pune
11th Dec 2018, 12:28 PM
meenal deshpande
+ 3
meenal deshpande the question is for a Java IDE that supports GUI's on the android os.
12th Dec 2018, 3:08 PM
Shuaib Nuruddin
Shuaib Nuruddin - avatar