ZakiResoluteSolutions

Results 3 issues of 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: ![screenshot_2018-02-22-17-57-05-967 1](https://user-images.githubusercontent.com/34500827/36538548-f1874398-17f9-11e8-9d71-56fe31b0d7a6.jpeg)

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...