views:

28

answers:

1

Hi,

I am developing an application, and I want to make it work on different resolutions and different densities. My question is how to position the controls through code such a way that it works on all resolutions.

Regards:

Jayanth

+3  A: 

Check out the following article.

http://developer.android.com/guide/practices/screens_support.html

josnidhin