Live data from Hacker News

Show HN: Hacker News reader for Android tablets

market.android.com

11–20 of 23 posts

Re: Show HN: Hacker News reader for Android tablets

#11
post #2

This looks awesome! However, it doesn't address the only problem I have with browsing HN on my Xoom with the regular browser: accidental votes. Is there a way you could add voting arrows larger than the ones on the web page?

I'm working on adding a tablet interface for the comments. For now, unfortunately you will have to zoom to hit the voting buttons.

I am not sure if it would even be possible, but I think it would be a good idea to add upvote buttons to the listview of topics. It would look good on the left beside the topic. Just a suggestion.

Re: Show HN: Hacker News reader for Android tablets

#12
Is this using the iHackernews API or did you roll your own? (I'm guessing the latter, since you reference jsoup.org?)

The iHN API has been very unstable for me lately, but all other HN readers for Android seem to use it (or their UI is just so bad it borders on unusable).

Do you think the CPU cost of parsing the HN soup yourself is significant compared to pre-chewed JSON from an API (say, iHackerNews)?

Re: Show HN: Hacker News reader for Android tablets

#13
Very nice. A few suggestions in case you intend to develop this further:

- The "Y" button for hiding/showing the list is maybe a bit too subtle. I only found it by randomly mashing everything on the screen on the theory that surely the functionality had to be somewhere. I think the problem is that it doesn't look at all like an active UI element.

- Going directly to comments doesn't seem to be possible. I guess you can just tap the list item and then show comments really quickly, but I would have expected tapping the comment count to do that.

- Would be nice to see which stories / comment pages I've already viewed.

- Would be even more awesome to see in the main list how many new comments were added since I last viewed the comment page of a story. - Is it really not possible to view more than the top 50 items?

Re: Show HN: Hacker News reader for Android tablets

#14
post #12

Is this using the iHackernews API or did you roll your own? (I'm guessing the latter, since you reference jsoup.org?) The iHN API has been very unstable for me lately, but all other HN readers for Android seem to use it (or their UI is just so bad it borders on unusable). Do you think the CPU cost of parsing the HN soup yourself is significant compared to pre-chewed JSON from an API (say, iHackerNews)?

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.

Re: Show HN: Hacker News reader for Android tablets

#15
post #10

When I try to install it tells me that "the item you are trying to purchase cannot be found". I've not seen that before. is there an apk on the net somewhere?

Hmm, the market is notoriously flaky. Try rebooting your device. Also verify your credit card info. For some reason that helps, even if you're not buying anything. If you're still have problems, let me know and i'll throw the apk up on a server somewhere.

Re: Show HN: Hacker News reader for Android tablets

#19
post #13

Very nice. A few suggestions in case you intend to develop this further: - The "Y" button for hiding/showing the list is maybe a bit too subtle. I only found it by randomly mashing everything on the screen on the theory that surely the functionality had to be somewhere. I think the problem is that it doesn't look at all like an active UI element. - Going directly to comments doesn't seem to be possible. I guess you c…

Hey Thanks!

- My thinking was that since in portait, clicking on any post will hide the list and make it pretty obvious how to get it back, I didn't need to add a button for it. But I think you're probably right.

- Yep, thats on my list.

- Also on my list.

- Good suggestion. I'll look into adding this.

Re: Show HN: Hacker News reader for Android tablets

#20
post #8

Is there something similar to this for the iPad? I really like the UI. Great work! Edit: I found this which looks similar http://itunes.apple.com/us/app/hackernews-for-ipad/id3648999... but the reviews are horrible, unfortunately.

Thanks! There are quite a few readers available on the iPad. I've only tried a few, but they seemed fine.
Post reply on HN