Which Layout Is Better To Use?
In My Application i have to use the Calculator. The Different Button in Calculator should be like below image. So, What should be better to implement such type of the Layout ? I t
Solution 1:
You should use Relative layout
as it will adjust itself with different resolution screens.
Solution 2:
Use Relative layout because its have more functionality and also easier than other layout ................... and you have also set component toRightof and toLeftof and also many functionality////////
Post a Comment for "Which Layout Is Better To Use?"