I’m developing an android application for my University Project. I have developed the UI with the built in XML editor in eclipse, but it doesn’t give a good look. I’ve seen plenty of applications with good and easy UI integration but I’ve no idea on how they did it. I did an internet search and found out HTML is used to develop the UI but haven’t found any good tutorial. if you can tell me a good UI generator with tutorials to learn that would be great. I’m a learner in android so I would appreciate your kind help.
Thank you.
Dimal, there is no royal short-cut to designing good user interfaces. It is why some call programming an ‘art’. The Eclipse plugin isn’t that bad. A stand-alone tool is DroidDraw but I doubt if you’ll like it. My advise is to go through all the apps in the samples directory, and in the APIDemos. Pick the parts you’ll like and use the code. You can also make your own custom views by extending the View class and overriding the Draw method. Basically there are no limits to making GUIs on Android.