Cannot use beyond API 16
EdbertChan opened this issue · 2 comments
EdbertChan commented
On your description, it says it is available for 2.1+ (API 7). However, the project has to be compiled with the target API 16 which means other projects using it must be 16 or higher.
chrisonline commented
That's not right!
You can compile it with the latest API and it is always compatible with older version as long as you don't use API calls they don't exists on older versions.
kmlkrk commented
@chrisonline is right. I am currently using this library in a project that is backwards compatible to Android 2.3 without any issues. Pickers work and look beautiful even in Gingerbread.