Show HN: News/YC - HN Reader for iOS
subvertapps.com
Show HN: News/YC - HN Reader for iOS
1–10 of 48 posts
Re: Show HN: News/YC - HN Reader for iOS
#2And yes, there's an iPad version in the works too!
-----
And if anybody is wondering, review time was at 5 days for this one.
Re: Show HN: News/YC - HN Reader for iOS
#3- How does voting work?
- How do I login?
- How do I get to page 2?
- Returning to the article list may be clearer with a back arrow
- I'd love to see landscape mode
Re: Show HN: News/YC - HN Reader for iOS
#4Re: Show HN: News/YC - HN Reader for iOS
#5Nice, I like it a lot. I tend to read HN on my phone and this could be a real improvement. A few questions: - How does voting work? - How do I login? - How do I get to page 2? - Returning to the article list may be clearer with a back arrow - I'd love to see landscape mode
2. Unfortunately I haven't figured out how to get to Page(n) with the api I'm using for this: http://hndroidapi.appspot.com/ - if anyone uses this for their own and knows, hook a brother up! Edit: Also, this API doesn't allow for logging in / upvoting. I'd love to have this in there though. Anybody know any other APIs that allow this consistently?
3. Duly noted.
Thanks for the feedback, I hope you like it. Hopefully in less than a week I can have a solid v1.1 submitted to focus on everybody's issues/complaints.
Re: Show HN: News/YC - HN Reader for iOS
#6There was a Hacker News reader for iOS and then it stopped loading news and gave errors. So I found one called Hacker Node that worked better. Which one of this, I don't see a link to the App Store just an image.
Re: Show HN: News/YC - HN Reader for iOS
#7- The "Go To Comments" and "Return To Stories" buttons aren't styled as buttons, so it's not immediately obvious that they do anything.
- The gray bar at the top underneath the orange should really be transparent I think, it makes the top bar feel very thick and a bit clunky.
- There should be some indication that an article is loading when the UIWebView pops up. Users might not have Wifi, and it could be some time before any part of the page is rendered.
- I think the modal UIWebView should probably rise up past the top navigation bar. When you're reading an article there really isn't much need for it to be there, and every extra pixel is precious on a phone.
Nice app though overall.
Re: Show HN: News/YC - HN Reader for iOS
#8It's pretty good. A few user interface issues: - The "Go To Comments" and "Return To Stories" buttons aren't styled as buttons, so it's not immediately obvious that they do anything. - The gray bar at the top underneath the orange should really be transparent I think, it makes the top bar feel very thick and a bit clunky. - There should be some indication that an article is loading when the UIWebView pops up. Users m…