Live data from Hacker News

Show HN: My first Android app - Hacker News reader

play.google.com

31–40 of 46 posts

Re: Show HN: My first Android app - Hacker News reader

#34

Why does it need permission to read my identify? Sorry, uninstalled.

I've been wondering about this. What exactly does the "READ PHONE STATUS AND IDENTITY" permission entail, and why do developers need it? What exactly am I giving them access to when I allow it?

Apparently read your IMEI and other identifying information, which then can be sent anywhere without further permission (assuming it has network access as this app has)

Re: Show HN: My first Android app - Hacker News reader

#35

There is a box in the page which says: "This app is not compatible with your Samsung GT-S5830C." I wonder why it isn't. I didn't know there were version specific Android apps.

It's not specifically targeting your device, it's Android 4.0+ only right now. Android 2.X support is coming soon.

Re: Show HN: My first Android app - Hacker News reader

#36
post #27
post #24

Two problems with rotation: 1) The article list scrolling position is reset. 2) On my Nexus 7, going from landscape to portrait while viewing comments closes the comments.

Rotation issues are usually to do with the activity being recreated (i.e. onCreate is called again) as the screen size has changed. There is a config to disable this however: http://developer.android.com/guide/topics/resources/runtime-...

It's usually better to implement onSaveInstanceState and onRestoreInstanceState.

http://stackoverflow.com/questions/3542333/how-to-prevent-cu...

Re: Show HN: My first Android app - Hacker News reader

#38
post #22

Good start, though the feature I've found essential in this type of application is being able to share an article via a long press on the main page. I send dozens of articles to Pocket every day that way.

>I send dozens of articles to Pocket every day that way.

Exactly.

A HN app with a "share to pocket" (configurable for other share targets of course) one-tap link on articles would be my new main app over night.

Post reply on HN