I am making a graphic intensive application for Android.
The problem i am facing is that on my home screen there are 6 images that are placed on a FrameLayout. Since i own a HTC Desire, I placed the images such that they look great on 3.7in but when i test it on a 5 or a 7in display, the UI goes crazy and there are huge gaps amongst the tiny images which were nice on 3.7in.
How do I fix my app for all screen sizes? How do I scale the images such that there are no gaps?
please help ....