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

php - cannot display multiple markers in google maps v3 from traceroute result -

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

javascript - firefox memory leak -