Recent content by Jalpa Bhaliya

  1. J

    How to set image as a wallpaper on a single home screen

    As we know android comes with 3 or 5 or 7 home screens. I want to set wallpaper image on a single home screen programetically and fix it for all other home screens. I used following code : Display display =((WindowManager) getSystemService(Context.WINDOW_SERVICE)).getDefaultDisplay(); Bitmap...
  2. J

    Manage Different Screen Resolution and Density in Android

    0 down vote favorite I have developed one application that works well in most of the devices but if run this application in HTC Sensation 4G(Resolution: 540x960, Density: 255), layout looks very small. I am using android qualifiers for managing layouts. Firstly I used below qualifiers but i...