Android Studio TabLayout Page Routing is not working
When I run the app and click the tablayout, it won't route me to the page that i expacted
rather than turn back to the First page and crash...
I was thinking about page routing with Intent and startActivity() as usual, and i expact that it would
work as the same as Buttons but it didn't worked for the tablayout. Please let me know if there's a way to
deal with this problem by using Intent and startActivity(),...