I'm using Eclipse with Android SDK. As we all know, when we develop websites, we can set objects' width, height and margins between them in percentages. Today it's really important because of the responsive design. But how can I achieve this effect in Eclipse when I develop an Android app?
I don't want to rely on graphics, I want to make boxes like divs in html and set their width/height parameters in percentages, depending on the smartphone's resolution. Is it possible to achieve? What should I use?