android-spinnerwheel
android-spinnerwheel copied to clipboard
Wheel-like spinner widget for Android
When setCyclic is true, if there are multiple data sources, there will be confusion between the data switches. That is to say, the first data source will be displayed in...
I am using this library to show some numbers and some text only. sometime I got crash reports -- that the library crashed at function called recreateAssets. I don't use...
can not get center visible item click. When trying to implement below code ``` wheel.addClickingListener(new OnWheelClickedListener() { @Override public void onItemClicked(AbstractWheel wheel, int itemIndex) { Toast.makeText(getActivity(), "item" + itemIndex ,...
At first thanks for this great library! Is there a method or are there lines in the code to modify to disable or adjust the amount of overscrolling. regards, David
AbstractWheel wheelHorizontalView1 = (AbstractWheel) findViewById(R.id.wheelHorizontalView1); NumericWheelAdapter minAdapter = new NumericWheelAdapter(this, 1, 15, "%01d"); minAdapter.setItemResource(R.layout.wheel_text_centered_dark_back); minAdapter.setItemTextResource(R.id.text); wheelHorizontalView1.setViewAdapter(minAdapter); I added this, Now how to get selected text. Please, refer to this question,...
I used the same same code from the demo app, so I check for the value of the _scrolling_ flag, however by the time onScrollingFinished is finally called to reset...
java.lang.IllegalArgumentException: width and height must be > 0 in AbstractWheelView.recreateAssets
If i set abstractWheel.setCurrentItem(0), I am getting the above error. 07-26 14:39:23.702: W/System.err(23974): java.lang.IllegalArgumentException: width and height must be > 0 07-26 14:39:23.702: W/System.err(23974): at android.graphics.Bitmap.createBitmap(Bitmap.java:638) 07-26 14:39:23.702: W/System.err(23974): at...
Published on https://JitPack.io