Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

 2 Answer(s)

  • Hi if you want to scroll some images you can directly use scrollview methods like this scrolls the screen up.

    scrollPager.post(new Runnable() {
                                        public void run() {
                                            scrollPager.fullScroll(View.FOCUS_UP);
                                        }
                                    });
    

    you can also use SCROLL_DOWN for down scrolling.

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: