Infinite scrolling within a tabbed listview on Android

Is it a good experience to give an infinite scrolling view across tabs in Android if there are tabbed list views in the app?

Basically if a user scrolls through a list in a tabbed view, the tab auto scrolls to the next tab once the user reaches the end of the list in one tab. Also if the users scrolls back on the list, he's taken to the previous tab (so like an infinite scrolling list across tabs).

I see an implementation on iOS of a similar kind in this app. https://itunes.apple.com/in/app/grofers-local-shopping/id960335206?mt=8

Will this make sense on Android?