Is it enough to learn java to be able to make an android app? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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!

11th Apr 2017, 4:12 PM
Purushotham Parthy
Purushotham Parthy - avatar
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
11th Apr 2017, 7:27 PM
seamiki
seamiki - avatar
+ 1
Android Studio for android PC software, look into JavaFX
11th Apr 2017, 4:15 PM
LordHill
LordHill - avatar
+ 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.
11th Apr 2017, 4:19 PM
LordHill
LordHill - avatar
+ 1
thanks for helping me out😀
11th Apr 2017, 4:20 PM
Purushotham Parthy
Purushotham Parthy - avatar
+ 1
thx seamiki ✌✌
12th Apr 2017, 3:22 AM
Purushotham Parthy
Purushotham Parthy - avatar
0
is javafx enough for both gui and coding?
11th Apr 2017, 4:16 PM
Purushotham Parthy
Purushotham Parthy - avatar