Ok, I see the issue... I'm currently busy restructuring a flat. If I find some free time I'll take a look at that.
This has a typo
I think you have to declare it's a val in the class constructor in order to make it a class variable and use it within functions.
I guess that most of the stuff in this PR isn't very useful since what we concluded discussing. I can close this and make a new one only including the changes which are useful after you merge the…
Yes, I feel this could be a great way to solve this issue.
Why don't you swipe between the articles ?
I have many articles to read and I do not read them in order, it is easier for me to get back to the list and select from there what I want to read…
Personal use case: selfoss fetches new articles every 15 minutes, in the application I will be reading an article in a couple of minutes and then going back to the articles list to select another…
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. getItems in the viewmodel allows storing the items in the…
When init is run the connectivity check always fails. This allows retrieving the badges every time connectivity gets back. We could include here all operations that should be run as soon as…
Storing the items would allow sharing the same data across all activities without passing it around and it can be used to prevent making an api call every time you close an article and come back…
Alright, I'll find a different way to handle this then.
Oh, I did not notice that. I will wait for you to merge that before continuing.