- France
- https://amine-bouabdallaoui.fr
- Joined on
2022-07-18
@davidoskky I did a big cleaning as tou can see in #45, but I still need to #44.
Ok, great ! I'll let you know when I finish my refactoring.
That makes sens, but I still thinks the app needs to refresh onReload
.
We could try to find a way to differenciate between "going back from another activity of the app" and "relaunching the…
Every time I go back to the articles list the fetching starts, which is annoying because of the loading spinner appearing at the top each time.
Why don't you swipe between the articles ? …
When init is run the connectivity check always fails.
So this is a bug that should be fixed instead of having this workaround.
This allows retrieving the badges every time connectivity…
updateRemote doesn't necessarily have to be there, I have done it because I think it makes it easier to read through the activity code.
I find it more difficult to read. Moving some code…
it can be used to prevent making an api call every time you close an article and come back to the article list
this is intended to fetch the new articles as soon as possible.
Why were these moved here ?