Is there any way to create Android App for Compatible all API Levels -


is there way create android app compatible api levels. when searching topic have found article this, eg: if create app level 16(4.1, 4.1.1), app works level , above levels. true? , there possible way create app compatible levels?

also if create app android 4.0.3 , level 15, work 4.0.4?

simple.just give in manifest support in versions

    <uses-sdk     android:minsdkversion="8"     android:targetsdkversion="17" /> 

Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -