Ketan Patel

Results 2 comments of Ketan Patel

Hi All, I tried to fix some issues. Here is the link https://github.com/Abhan/ScrollableSideIndexer Thanks.

Hi, You can make method like this: public void hideMyScroller() { if (mScroller != null) { mScroller.hide(); } } public void showMyScroller() { if (mScroller != null) { mScroller.show(); }...