Android Application Compatibility -


what should have write in manifest android application screen compatibility multiple android devices? tried compatible , support screen taking normal layout.

i think looking this

<supports-screens android:resizeable=["true"| "false"]               android:smallscreens=["true" | "false"]               android:normalscreens=["true" | "false"]               android:largescreens=["true" | "false"]               android:xlargescreens=["true" | "false"]               android:anydensity=["true" | "false"]               android:requiressmallestwidthdp="integer"               android:compatiblewidthlimitdp="integer"               android:largestwidthlimitdp="integer"/> 

but giving can not achieve looking for

read this developer site

also example


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 -