I have been looking for a simple way to jump via link to a certain part of the screen, similar to the a href /#linkname in HTML. But I would like to do this programatically and not a webview.
How do you add page jumps in Android similar to HTML?
62 views Asked by djmedic At
1
Wrap your layout in a
ScrollView
and usescrollTo