I am new to Android Programming, and I saw via tutorial that we can create GUI using main.xml or via Graphical Layout, but it is not that much flexible, like I choose a button and want show it on my chosen pixels of screen (as I do CGReckMake in iPhone programming), any suggestion or better way to get flexibility in Android GUI?
Share
In Android i know two way to design GUI by XML or By JavaCode but my suggestion is you should use XML because it is easy compare to javacode learning about layouts and view then you find it is very easy.