ReadYouApp / ReadYouApp/ReadYou
Restore last viewed position in article list
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 7.5k
- Forks
- 330
- PR merge metrics
- No merged PRs in 30d
Description
Checklist
- I've already searched in existing issues and haven't found a similar feature request.
Which category best fits this feature request?
Others
Is your feature request related to a problem? Please describe.
Yes. When I scroll through the list of articles (favorite, read and unread) and quit the app—whether by closing it or the system kills it—my position in the list is lost.
When I return, I have to scroll again to find where I left off.
This breaks the flow when I’m browsing many headlines or going through a long backlog.
Describe the solution you'd like
I’d like the app to remember my last scroll position in the article.
When I reopen the app, it should return me to the exact place in the list where I left off.
This would make the user experience smoother by letting users pick up where they left off without extra scrolling or searching.
Related links
The app Handy News Reader provides a similar feature: https://github.com/yanus171/Handy-News-Reader
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the article-list screens for favorite, read, and unread articles and trace how their scroll state is managed. Determine how the position can survive app closure or system termination, then verify that reopening each list restores the exact prior position without disrupting normal browsing.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100