PagerDatePicker
PagerDatePicker copied to clipboard
PagerDatePicker for Android
When I try to slide or click the date, the result is not same with what I select it, the date is sometimes next date or prev date and the...
java.lang.ArrayIndexOutOfBoundsException: length=10956; index=-1 at java.util.ArrayList.get(ArrayList.java:310) at pl.rspective.pagerdatepicker.adapter.AbsDateAdapter.setSelectedDate(AbsDateAdapter.java:81) at pl.rspective.pagerdatepicker.adapter.AbsDateAdapter.(AbsDateAdapter.java:56) at pl.rspective.pagerdatepicker.sample.custom.CustomDateAdapter.(CustomDateAdapter.java:0) at pl.rspective.pagerdatepicker.sample.ui.fragments.DatePickerCustomFragment.onViewCreated(DatePickerCustomFragment.java:61) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1123) at android.support.v4.app.FragmentManagerImpl.moveToState(FragmentManager.java:1286) at android.support.v4.app.BackStackRecord.run(BackStackRecord.java:758) at android.support.v4.app.FragmentManagerImpl.execPendingActions(FragmentManager.java:1671) at android.support.v4.app.FragmentManagerImpl$1.run(FragmentManager.java:532) at android.os.Handler.handleCallback(Handler.java:739) at android.os.Handler.dispatchMessage(Handler.java:95) at android.os.Looper.loop(Looper.java:148) at...
I don't use android.support.v4.app.Fragment in my project and I don't know how I could make it work with the version I use.
I'm using this library to select dates between start date and end date. How can I remove all Sundays from this pagerdatepicker
I am using this library, and on every date selection there is a network call to fetch data of that date. But on selection of any date its fetching the...
Pager item background is hard coded to black, seems it must be set to color attribute date_item_background.
Added a null check to pager, in case it's not been set yet to avoid the NPE.
I'm thinking of converting this lib to PagerMonthPicker!!! like Caldroid lib does ! All date, Month, yearly pager will be more awesome !