By using an anchor tag on html i can go to specific part of the page as long as i have the ID of foo.
<a href="#foo">Jump to #foo on same page</a>
Is there a way in android where i can implement a feature like that on menu?
For example i click one option on menu and then i will go to a specific content (like a TextView) of the app.
I tried searching but i don't know what terms i will use to search.
I'm new to android Thanks in advance