Thanks for posting that.  Man, that's ugly.  The best solution would
be for Android Market to support multiple app version rather than
having the dev add all this extra inefficient code.

On Nov 16, 10:19 pm, siuying <siu.y...@gmail.com> wrote:
> You may use minSdkVersion=3, and within the code, use reflection or
> other means to determine the capabilities of the device, and use only
> supported API on the device. Check the android blog related post
> (http://android-developers.blogspot.com/2009/04/backward-compatibility-
> for-android.html) for details.
>
> This mean extra works, and it seems the only way to go.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to