Hey, thanks @mikael I have seen that thread and got a working sample. It's not so much the Fever API I needed help with, it's really more around GUI functionality with navigationviews, tableviews and user interaction like press and hold cells, swipe left/right, pull etc. I am using NavigationViews so assume I just need to create a ui.View as an underlying container? I will see if I can work it into my existing code.

The other bits I am interested in improving is refreshing the tableviews on the fly, e.g. when I mark an article, group or feed as read that the database is queried again and refreshes all the views. My current counts are based on the SQL. This looks like it works when going into and back out of views, but not the counts.