You're correct, I rolled my own parser. The iHackernews API is nice, but I found it pretty unreliable in my testing. I've also noticed most other Android apps report API errors frequently. I'm planning on open-sourcing the library I wrote for this, but I need to clean it up first. Honestly, it's not the best code I've written.
I don't really have a good feel for the CPU load of the parsing (I was mostly concerned with how much time it would take). In my testing it seemed fine. Probably more concerning is the memory usage, as I see the GC kick in whenever I refresh the feed.
Comments
You're correct, I rolled my own parser. The iHackernews API is nice, but I found it pretty unreliable in my testing. I've also noticed most other Android apps report API errors frequently. I'm planning on open-sourcing the library I wrote for this, but I need to clean it up first. Honestly, it's not the best code I've written.
I don't really have a good feel for the CPU load of the parsing (I was mostly concerned with how much time it would take). In my testing it seemed fine. Probably more concerning is the memory usage, as I see the GC kick in whenever I refresh the feed.