Can a UI be made for Android in Eclipse using the Graphical view?

ReesePratt

New member
Joined
Sep 5, 2011
Messages
0
Reaction score
0
Points
0
I'm trying to write a program for the Android. I know nothing of XML however. I was playing around a bit with the Graphical view thing under res/layout. I couldn't figure out how to get my text to be displayed after I dragged and dropped the textview into the widow though, even after I made a string that was supposed to link to it. The XML said it was there, but I couldn't see it. Anyone know of a tutorial on how to use the Graphical view thing? Or anyone have any tips?
 
The graphical designer within eclipse is terrible I recommend DroidDraw that the other person commented, but keep in mind that even droiddraw offers only very very basic features and lacks all of the features taht the android sdk provides for interfaces, eventually you will have to learn xml, its easy though (if you're learning java and android development, trust me, the xml part is the simplest part)
 
It's a separate software. You'll have to download it separately. DroidDraw
 
Back
Top