GermainZ / Identiconizer

Apache License 2.0
55 stars 8 forks source link

Support for older androids? #1

Closed sionleroux closed 6 years ago

sionleroux commented 10 years ago

I would like to to use this but I have android version 2.2.1. What part of this app requires version 4?

GermainZ commented 10 years ago

You'd need to use Action Bar Sherlock, implement a SimpleCursorAdapter alternative, a NumberPicker widget alternative, replace the Switch, use NotificationCompat etc. Some are simple enough, others require more work.

If it doesn't require any core changes or nasty workarounds, I'm happy to accept pull requests. I'm not going to do it myself, though.

sionleroux commented 10 years ago

All right, thanks! I'll make time to check it out :thumbsup: