+ 2
How to create an user interface like on android (edittext, listview, etc.)
2 ответов
+ 1
For Mobile? or Desktop ?
Mobile -> Android Studio, just drag elements you need to your UI (Phone). OR write trought XML.
Desktop -> You can use the IDE NetBeans or Eclipse, with these 2, you only need to drag elements to your Window.
If you want to code your UI step by step, search about the class awt and swing on Java.
Greetings :D
0
Mobile or desktop, i think that is same. In android it need xml file or sdk. Is it possible create a graphic with default class like String, Integer, ArrayList, etc.