-
一级一级快速滑动,程序奔溃,报
java.lang.NullPointerException: Attempt to invoke virtual method 'int java.lang.String.length()' on a null object reference
…
-
Is it possible to change date format like day, month, year, hour, min, sec.?
it says how to change it in original repo. but I couldn't change it with your repo.
https://github.com/Bigkoo/Android-P…
uzman updated
10 months ago
-
Build file 'E:\Android-PickerView-master\pickerview\build.gradle' line: 2
A problem occurred evaluating project ':pickerview'.
> Failed to apply plugin 'com.github.dcendents.android-maven'.
> …
-
` java.lang.IllegalArgumentException: Illegal lunar date, must be like that:
year : 1900~2099
month : 1~12
day : 1~30
at com.bigkoo.pickerview.utils.LunarCalendar.lunarTo…
-
我的项目引用这个控件,当点击的时候报错,
E/AndroidRuntime: FATAL EXCEPTION: main
Process: com.sleep.ibreezeesr, PID: 2356
java.lang.IllegalStateException: Could not execute method o…
-
android-OptionsPickerView https://github.com/Bigkoo/Android-PickerView
can‘t get it’s options
-
Unchecked call to 'setPicker(List)' as a member of raw type 'com.bigkoo.pickerview.view.OptionsPickerView'
IDE:Android Studio 3.2.1
android {
compileSdkVersion 28
defaultConfig {
…
ghost updated
5 years ago
-
自问自答
build()之前调用setDecorView即可
activity中如下
```
.setDecorView(activity.getWindow().getDecorView().findViewById(android.R.id.content))
.build();
```
Frament中类似 下面是demo中的例子:
```…
-
版本是最新版4.1.9
手机是vivo y55 android6.0
报错信息如下
Caused by: android.view.InflateException: Binary XML file line #7: Binary XML file line #8: Error inflating class Button
at android.view.LayoutI…
-
at java.util.ArrayList.throwIndexOutOfBoundsException(ArrayList.java:255)
at java.util.ArrayList.get(ArrayList.java:308)
at com.bigkoo.pickerview.view.WheelOptions$2.onItemSelected(…
ckdvd updated
5 years ago