datetimepicker icon indicating copy to clipboard operation
datetimepicker copied to clipboard

Cannot use beyond API 16

Open EdbertChan opened this issue 9 years ago • 2 comments

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.

EdbertChan avatar Feb 04 '15 04:02 EdbertChan

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.

chrisonline avatar Feb 04 '15 06:02 chrisonline

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

kmlkrk avatar Feb 05 '15 17:02 kmlkrk