1

i have bsnl penta 7" tab. It comes under normal, mdpi, 455x800, screen size is ~5.4"(but tab is 7") when checked via code.

The real problem is, when running my application it loads images, size etc from \res\drawable folder (not a problem with mdpi also not loading from /res/drawable-large). So that the images and font will be small. Similar problem is occurring in some other smart phones too. How can be handled it.

I also configured an emulator similar spec to that tab and it works perfectly.

thanks in advance

Abin
  • 540
  • 4
  • 15
  • try it with folder named large-mdpi – Tamilselvan Kalimuthu Jan 14 '14 at 06:54
  • You should create new device with which density option you want. – alicanbatur Jan 14 '14 at 07:25
  • @Tamilselvan i tried it before and as i said the tab come under normal not large by checking via code. – Abin Jan 14 '14 at 07:31
  • @alicanbatur "new device" means creating an emulator using this spec.. if so i created and it works perfect.. but in case of real device it is not.. – Abin Jan 14 '14 at 07:34
  • Can you share device name with me ? @Abin – alicanbatur Jan 14 '14 at 07:36
  • @alicanbatur BSNL penta is701c version 4.0.3(version is updated) – Abin Jan 14 '14 at 08:14
  • @alicanbatur this link got some of its spec http://www.pantel.in/tablet/t-pad-is701c-41.html – Abin Jan 14 '14 at 09:11
  • @Abin i look it up. I'm sorry i dont get problem. If the problem is images, you check they are in right place. For eg, if you put same images in different folders(drawable-mdpi,drawable-hdpi ..) it wont change anything. You need different images for different screen sizes. – alicanbatur Jan 14 '14 at 09:37
  • @alicanbatur i may explain by example, there is an image of mango in drawable folder and orange in drawable-large folder under resource folder where both the image is named as ic_fruit. When we run on this 7 inch tab image of orange is to be loaded. But in my case image of mango is loading. I hope u understand me. -Thanks – Abin Jan 14 '14 at 11:32
  • let us [continue this discussion in chat](http://chat.stackoverflow.com/rooms/45186/discussion-between-alicanbatur-and-abin) – alicanbatur Jan 14 '14 at 11:35

0 Answers0