user interface - Confusion with Tablet Support in Android -


i trying optimize android application tablets in google play store

as per documentation here -

http://developer.android.com/distribute/googleplay/quality/tablet.html#android-versions

it asking me give minsdkversion 11 or higher

now problem if give this, application stop showing users below api level 11, gingerbred(api level 10), still high % age

anyone having ideas on how sort out?

you going have use support library compatible versions lower sdk 11 , still work on above


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -