I make an Android application. And put some buttons and a progressbar on the layout. But it is very difficult to adjust those componentss’ position. They will move to some where wild when I drag them. I don’t know whether other persons have met the same problem.
And what I cannot understand is that when I finish relayouting the components, I found that button1 now has function of button2, and button2 has function of button3… Who met the same problem? And could you let me know why and your solution?
I make an Android application. And put some buttons and a progressbar on the
Share
The difficilty of somethink can’t be easely comparable. It depends of a big number of elements and one of the most important is your expertise. If you are used to something and then you will sudenly change to something complitely different, you will find this difficult to use, even if it is easier in general.
In which concerns the android ADT layout, I agree with you that the grafical interface is not great to use (especially if you are comming from iPhone).
I can suggest you to use directly XML and use the graphical interface for only basic things like creating your button, texts etc.
Using XML, it will be a litle bit difficult on the begining but once you are familiarized with, you can push the limits higher.
I don’t know if this can help but it is my point of view. (+1 dor you, interesting question).