Questions tagged [better-pickers]

Android library for better Picker DialogFragments

Android-BetterPickers is presented as an Android library project. A standalone JAR is not possible due to the theming capabilities offered by the DialogFragments.

You can include this project by referencing it as a library project in Eclipse or ant. Note that to use this library, both it and your project must be compiled with Android 4.0 (API level 14) or newer, similar to ActionBarSherlock.

Reference : https://github.com/derekbrameyer/android-betterpickers

4 questions
1
vote
0 answers

Cannot run older android studio project

I am trying to run an older project. But two libraries are causing Resource entry xxx already defined error." among other errors. Tried cleaning, clearing cache and invalidating etc. nothing helps. I looked into exploded aar in intermediates but…
0
votes
2 answers

Getting previous selected date on CalendarDatePicker android

I'm trying to figure out how to get the current selected date to be showned on the CalendarDatePicker. E.g. If i have September 13, 2016 as the date being selected it should be shown/highlighted on the CalendarDatePicker that i selected that date.…
user5241618
0
votes
2 answers

Getting java.lang.NoClassDefFoundError when using android-betterpickers library

Whenever I try using a Fragment that utilizes the android-betterpickers library, I get the following error. I have my projected pointed to the android-betterpickers as a library for my project. Anyone know what may be going on here? 08-10…
user1406716
  • 9,565
  • 22
  • 96
  • 151
-1
votes
2 answers

Android betterpickers issue

I'm using the betterspickers library . i'm trying to implement the calendardatepicker. It opens the picker dialog but when I click on one of the days of the months the app crashes. here is my class: public class AddOneActivity extends…