I am planning to develop an Android based mobile for my Human Computer Interaction based project. I am looking for a UI designing application for Android platform. Can it be achieved with Eclipse or is there a better way of developing UI for Android applications that could be used directly with coding?
I am planning to develop an Android based mobile for my Human Computer Interaction
Share
You can directly code your UI too if you want to. It just takes long, and you open a window for errors.
Developing UI with eclipse using XML is great and easy, why don’t you want to use it?
If by UI you mean “not-the-basic-UI”, then it’s possible too with eclipse – if you want a customized view then you code it, and if you want the normal UI views to look differently, theres a way to do that too (I’m pretty sure you can set your own pictures for
button-state-pressed,button-state-selectedand so on…)You need to be more specific with what you want to do.