On Aug 9, 10:26 am, FrEaKmAn <zasebn...@gmail.com> wrote:

> Will external library (for parsing JSON) work on 1.5 if it works on
> 2.1? So are libraries limited by android version? If yes, why?

My understanding is that any libraries you use are built into a single
APK with your own code, so there's no inherent barrier to deploying
them onto any Android version. This is assuming the code itself is
compatible, of course, but I'm guessing your JSON parser is probably
OK.

String

-- 
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