-
suggestions for my android app
about 9 years ago
-
almost 9 years ago
you may get help by this link : https://codeload.github.com/javatechig/Android-GridView-Example/zip/master
-
-
about 9 years ago
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.
-
2 Answer(s)