Search code examples
androidcompatibilityandroid-3.0-honeycombandroid-2.3-gingerbread

Will the apps made for honeycomb work in gingerbread?


I am creating an app for honeycomb including all the widgets which was not present in gingerbread.(like NumberPicker etc).

Will this app work in gingerbread?


Solution

  • No. You can try to include a custom made port of the NumberPicker into your application, but you'd probably have to write that yourself.