Title is clear. I\'m having this layout:
_________________
|_______________| <- Toolbar
|___|___|___|___| <- Tablayout
| |
|
Unfortunately, there is no way to get nested scrolling working on ListView
- otherwise it wouldn't require the modifications that were done in API 21.
You'll note that the current Parse SDK has actually removed ParseQueryAdapter
entirely. Given that, it may make sense to start building your own RecyclerView
based adapter using the Parse query APIs directly.