omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    Anyone want to help me with my Fever API News Reader?

    Pythonista
    2
    3
    1115
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • iPFT
      iPFT last edited by

      Hi everyone

      I've been working on pythonista app that will sync with the Fever API to a local sqlite database. I've got this so far: https://github.com/iPFT/Feverista

      Could really do with some help with some additional features. If you'd like to help me out or join in, then please do. I have learnt and borrowed a lot from these forums and there are some really great things you are all doing, so wanted to share this back to the community.

      It is working quite well at the moment, but a few things still need sorting -
      I want to resolve but iOS GUI isn't something I am that great at so if you see some odd looking things - it is a work in progress ;-)

      Let me know, would love your help!

      Thanks

      iPFT

      mikael 1 Reply Last reply Reply Quote 0
      • mikael
        mikael @iPFT last edited by

        @iPFT, Fever API is not something I am familiar with or nevessarily need, but I can maybe help you with a low-hanging fruit: see here for one implementation of pull to refresh.

        1 Reply Last reply Reply Quote 0
        • iPFT
          iPFT last edited by

          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.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post
          Powered by NodeBB Forums | Contributors