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

103 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 best solutions below

0
On BEST ANSWER

Wrap your layout in a ScrollView and use scrollTo