How do you add page jumps in Android similar to HTML?

62 views Asked by At

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.

1

There are 1 answers

0
msh On BEST ANSWER

Wrap your layout in a ScrollView and use scrollTo