BetterPickers without a support library
Asked Answered
R

1

8

I am using https://github.com/derekbrameyer/android-betterpickers to use time- and date pickers for my app. However, my app does not need a support library and it seems like I need SupportFragmentManager when setting a FragmentManager to the Time- and DatePickerBuilder :/ Is there a way to avoid the Support library?

Rinehart answered 9/4, 2014 at 6:59 Comment(1)
I would be so thankful, if someone knows how to solve this problem.Obe
W
0

Not sure how this is going to work for the long term, but i ran into this problem as well. I ended up just changing the references in the library source from the support fragments to using the app.fragment alternatives.

I've only done this with the DatePicker and Number picker, and have just started testing it, so I don't know if this will work for all of them, but so far so good.

Wright answered 10/12, 2014 at 20:33 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.