Use this code in your java class.
your_scrollview.post(new Runnable() {
@Override
public void run() {
your_scrollview.smoothScrollTo(0, your_view.getTop());
}
});
If you want to get new posts, check out the new programming tutorials here.
Use this code in your java class.
your_scrollview.post(new Runnable() {
@Override
public void run() {
your_scrollview.smoothScrollTo(0, your_view.getTop());
}
});
If you want to get new posts, check out the new programming tutorials here.