I'm developing an android app.for that i'm using device of size 1024*600. I want to make my app device independent.its should run on small device as well as lager device than current.how to make this?i made changes in manifest file.but doesn't work.
<supports-screens android:largeScreens="true"
android:smallScreens="true"
android:anyDensity="true"
android:normalScreens="true"
android:resizeable="true"
/>