0
Is it enough to learn java to be able to make an android app?
i am a beginner to java, but i am pretty good at cpp. my professor suggested java to overcome the problem of developing a gui. so could you please tell me the softwares that i need to develop a full fledged software on a pc. i am also interested in android app dev, so plz help me out!
6 Answers
+ 3
GUI for Java
You can use swing components to get started with gui in Java. Java FX is a modern approach to GUI
Google how to setup JDK on your system and use the IDE you prefere (Eclipse, intelliJ, Netbeans, BlueJ).
http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm
A very fast approach to GUI is the G4P library and tool for the Processing IDE.
https://processing.org
GUI on Android is Another story
For that you need Android Studio and some knowledge about Android System
+ 1
Android Studio for android
PC software, look into JavaFX
+ 1
JavaFX is not a program, it is Java GUI code stuff.. I am not aware of a program that has a full layout manager for Java GUI as I want to learn to do it myself. That question is better for someone else.
+ 1
thanks for helping me outđ
+ 1
thx seamiki ââ
0
is javafx enough for both gui and coding?