I am developing one application using sencha touch 2
.
In the app, i am using some images as button and some default buttons also. Even some other components are also there.
The problem is, when i am testing it for different android devices, the UI is not coming properly.
Suppose when i am testing for Samsung S2
, it is fitting in the screen. But while testing for 480 * 360 screens
, it is going out of the screens.
How can i handle the different screen sizes for android?? Is there any sample code??
Please help..