[android-developers] Re: Are external libraries limited by Android version?

2010-08-10 Thread ko5tik
On Aug 9, 1:26 pm, FrEaKmAn wrote: > Hello > > 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? Why do you need external library to parse JSON, if android already provides this functionality? -- You received t

[android-developers] Re: Are external libraries limited by Android version?

2010-08-09 Thread String
On Aug 9, 10:26 am, FrEaKmAn 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