alphaDroid89

Results 4 comments of alphaDroid89

@gotokatsuya Npm, thanks for your reply, yes i want scale_type for grid items

@chayan1988: I used the following logic for endless scrolling public void moveScrollView() { ``` // ********************* Scrollable Speed *********************** scrollPos = (int) (horizontalScrollview.getScrollX() + 1.0); if (scrollPos >= scrollMax) {...

Hi @SkywingWang is there is any solution for this. When I tried to run my application I get the same above-mentioned issue. if you have any workaround please share with...