ZakiResoluteSolutions
ZakiResoluteSolutions
When I scroll to past date it shows this error in WheelPicker.java "java.lang.ArithmeticException: divide by zero" MY CODE: ``` new SingleDateAndTimePickerDialog.Builder(CheckOutActivity.this) .bottomSheet() .curved() //.minDateRange(Calendar.getInstance().getTime()) //.minutesStep(15) .mustBeOnFuture() .mainColor(getResources().getColor(R.color.colorPrimaryDark)) .displayListener(new SingleDateAndTimePickerDialog.DisplayListener() {...
I have BarChart with multiple Values. What can I do to scroll bar chart horizontally? write now it is showing like this: 
I know how to set label on top of the bar but i need the label above every bar with string like shown in attached image. Please help ![simulator screen...