+ 2

How to create an user interface like on android (edittext, listview, etc.)

6th Jan 2018, 3:34 AM
Fahri Z. Lasuru
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
6th Jan 2018, 5:05 AM
jaaxdev
jaaxdev - avatar
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.
6th Jan 2018, 8:15 AM
Fahri Z. Lasuru