Show HN: My first Android app - Hacker News reader
31–40 of 46 posts
Re: Show HN: My first Android app - Hacker News reader
#32If I pay to remove adds from my phone, will they be removed from my tablet and all future installs?
Re: Show HN: My first Android app - Hacker News reader
#33Re: Show HN: My first Android app - Hacker News reader
#34Why 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?
Re: Show HN: My first Android app - Hacker News reader
#35There 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.
Re: Show HN: My first Android app - Hacker News reader
#36Two 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-...
http://stackoverflow.com/questions/3542333/how-to-prevent-cu...
Re: Show HN: My first Android app - Hacker News reader
#37Re: Show HN: My first Android app - Hacker News reader
#38Good 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.
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.