android / android/codelab-android-paging
Basic/Start doesnt seem to match the codelab
- Dominant language
- Kotlin
- Stars
- 509
- Forks
- 268
- PR merge metrics
- No merged PRs in 30d
Description
According to the codelab what basic/start is supposed to load only the current days articles but what is actually happening is all 500 articles are being loaded at once without any pagination.
[4. Project overview](https://developer.android.com/codelabs/android-paging-basics#3)
> As mentioned earlier, the current articleStream in the repository only presents news for the current day. While this might be enough for some users, others might want to view older articles when they've scrolled through all available articles for the current day.
Contributor guide
Research direction
Start with the basic/start project and compare its behavior with the linked codelab's “Project overview” section. Reproduce the article loading behavior and trace the article stream and pagination entry points described there. Done means basic/start loads only the current day's articles as stated by the codelab, rather than all 500 articles at once.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100