What is min sdk version

android min sdk version

Search Google for: android min sdk version

Search Android Developers Group for: android min sdk version

Search Android Beginers Group for: android min sdk version

Search Google Code for: android min sdk version

Search Android Issues Database for: android min sdk version

min sdk android manifest file

Search Google for: min sdk android manifest file

Search Android Developers Group for: min sdk android manifest file

Search Android Beginers Group for: min sdk android manifest file

Search Google Code for: min sdk android manifest file

Search Android Issues Database for: min sdk android manifest file

android:minSdkVersion

Search Google for: android:minSdkVersion

Search Android Developers Group for: android:minSdkVersion

Search Android Beginers Group for: android:minSdkVersion

Search Google Code for: android:minSdkVersion

Search Android Issues Database for: android:minSdkVersion

here is a link that discusses the minSDKVersion

minsdk targetsdk version android

Search for: minsdk targetsdk version android

here is a discussion on stack overflow

we are advised to read this

minsdk is very clear.

targetsdk indicates that the application is optimized and most appealing features will be in the targetsdk. however the developer made adjustments so that it will work on lower sdks as well up to the minsdk.

who cares about this then?

May be the platform? may be the user?

May be the user because, she may be comforted to download and use it because it is the latest??

May be the platform because on an advanced device it won't have to switch back or optimize or enable compatibility features to ensure that the lower level apps runs as well but may not be in their optimal state. The device can turn off certain features to save energy if it knows that you work well with a newer version that is on the device.

if confusing set both to the same.

If your code is using newer features but know how to step down on lower devices then you can do this. This could be important if you want to give the best experience for the new devices but still want to give compatibility to the old.

This becomes clear the moment you implement your app for 4.0 and also 1.5. Same app works for both but you have programmatically used apis from both.