Last active
August 6, 2020 16:15
-
-
Save shakalaca/a68e0e9249477d11521695ade285fc3e to your computer and use it in GitHub Desktop.
理想中 PagingState.data (對應到 RemoteKeys) 內容,prev 為上一頁,next 為下一頁。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------+--------------+---------+ | |
| prev: 0 | repo 001 | next: 2 | | |
+---------+--------------+---------+ | |
| prev: 0 | repo 002 | next: 2 | | |
+---------+--------------+---------+ | |
| prev: 0 | repo 003 | next: 2 | | |
+---------+--------------+---------+ | |
... | |
+---------+--------------+---------+ | |
| prev: 0 | repo 048 | next: 2 | | |
+---------+--------------+---------+ | |
| prev: 0 | repo 049 | next: 2 | | |
+---------+--------------+---------+ | |
| prev: 1 | repo 050 | next: 3 | | |
+---------+--------------+---------+ | |
| prev: 1 | repo 051 | next: 3 | | |
+---------+--------------+---------+ | |
| prev: 1 | repo 052 | next: 3 | | |
+---------+--------------+---------+ | |
... | |
+---------+--------------+---------+ | |
| prev: 1 | repo 098 | next: 3 | | |
+---------+--------------+---------+ | |
| prev: 1 | repo 099 | next: 3 | | |
+---------+--------------+---------+ | |
| prev: 1 | repo 100 | next: 3 | | |
+---------+--------------+---------+ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment