human
human

Reputation: 647

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?

Upvotes: 1

Views: 123

Answers (1)

nhaarman
nhaarman

Reputation: 100398

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.

Upvotes: 1

Related Questions