layout - Android Tablet Lyaout -
i noticed app not appear in googleplay tablet. created different layouts , inserted supports screens in manifest. missing? have studied documentation not understand missing. give thanks help. in manifest
<supports-screens android:smallscreens="true" android:normalscreens="true" android:largescreens="true" android:xlargescreens="true" android:anydensity="true" />
and created folders layouts:
layout-sw600dp layout-sw720dp layout-large layout-xlarge layout-xxlarge
and various drawable folders:
drawable drawable-hdpi drawable-ldpi drawable-mdpi drawable-xhdpi drawable-xxhdpi
the problem various things. need set right minimum , target sdk versions, provide screenshots of tablet layout of app , back upwards screen-sizes. creating folders isn't enough, need provide right drawables there, too.
to see missing, developer console.
if want sure app included in “designed tablets” view, go developer console check tablet optimization tips. if see issues listed there, you’ll need address them in app , upload new binary distribution. if there no issues listed, app eligible included in “designed tablets" view in top lists.
source: http://android-developers.blogspot.de/2013/10/more-visibility-for-tablet-apps-in.html
android layout tablet
No comments:
Post a Comment