Developer Consolle & Tablets

luke2012

Well-Known Member
Licensed User
Longtime User
Hi to all,
I'm dealing with the Google checklist in order to make my app compatible with tablet layout.

In the Consolle I see an entry that say :

"Optimization Suggestions"

* What you should do : develop your app for tablets
- Include custom drawable resources for any tablet screen density

I don't know pratically what I have to do in order to satisfy this rule.
Anyone can help me ?

thanks in advance!
 

luke2012

Well-Known Member
Licensed User
Longtime User
Ok.
I don't understand why tablet like Galaxy Tab 2 10" cannot find my application in the market :-(
 
Upvote 0

Johnmcenroy

Active Member
Licensed User
Longtime User
There are two tips to make app optimized for tablets (you can see them also under tips in console):

1. Drawables must be optimized for tablets (Don't know how exactly do it in B4A to show Google Console that there are optimized drawables , because of different mechanizm of storing images in JAVA and B4A. In JAVA/Eclipse project all images must be in certain folders named accordinally , so for example folder drawable-hdpi/ is for HDPI images and so on. Supporting Multiple Screens | Android Developers)

2.App's Google Play data in console must include screenshots for 7",10" tablets

Edit: How I understand drawables must be placed in RES , in folder named how Google says (drawable-hdpi/ and so on) , read-only.
 
Last edited:
Upvote 0
Top