SO iPhone App - anyone else doing one? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-22T06:04:27Z http://stackoverflow.com/feeds/question/19682 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one 29 SO iPhone App - anyone else doing one? KiwiBastard 2008-08-21T12:02:46Z 2009-09-24T12:43:41Z <p>I am planning to create a (native) frontend Cocoa Touch app for SO on the iPhone / iPod touch.</p> <p>Has anyone else started this already so I don't reinvent the wheel. I would be keen on a collaborative effort if anyone else is interested.</p> <p>The app will be Free BTW</p> <p>EDIT:</p> <p>BTW I have had an email exchange with Jeff about this.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/19689#19689 2 Answer by CodingWithoutComments for SO iPhone App - anyone else doing one? CodingWithoutComments 2008-08-21T12:08:27Z 2008-08-21T12:08:27Z <p>You might want to run that by Jeff. He may have future plans. I'm also not sure if you can legally do that without the site being your own.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/19698#19698 2 Answer by Shaun Austin for SO iPhone App - anyone else doing one? Shaun Austin 2008-08-21T12:13:09Z 2008-08-21T12:13:09Z <p>Surely there's no legal issue (other than maybe the StackOverflow name and logo etc).</p> <p>If it's a pure reader then there's no issue with reading and displaying the RSS feeds. Otherwise it's going to require some kind of exposed API which will need to be opened up by the SO team.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/19699#19699 14 Answer by Chris Bartow for SO iPhone App - anyone else doing one? Chris Bartow 2008-08-21T12:13:29Z 2008-08-21T12:13:29Z <p>I think it would be more useful to make a mobile site so anyone with a phone and a basic browser can use the site. Of course, Jeff would be better off developing this. m.stackoverflow.com?</p> <p>What features would you plan that would take advantage of iPhone specific features?</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/19702#19702 2 Answer by Brian Warshaw for SO iPhone App - anyone else doing one? Brian Warshaw 2008-08-21T12:16:22Z 2008-08-21T12:16:22Z <p>To whoever down-modded Shaun Austin, I believe his "are you even allowed..." question was related to the iPhone SDK NDA. If so, I don't see anything wrong with his question.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/19707#19707 1 Answer by KiwiBastard for SO iPhone App - anyone else doing one? KiwiBastard 2008-08-21T12:20:37Z 2008-08-21T12:20:37Z <p>@Chris Bartow - something similar to the NetNewsGator iPhone app - obviously offline reading of questions and answers could be a feature. </p> <p>Even if it was fully connected then (I do anyway) find it easier to use a TableStyle iPhone app than a web page.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/20046#20046 11 Answer by Chris Hanson for SO iPhone App - anyone else doing one? Chris Hanson 2008-08-21T14:18:20Z 2008-08-21T14:18:20Z <p>I've been thinking of putting together a Cocoa desktop application once Stack Overflow has an API.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/23343#23343 4 Answer by Andrew Grant for SO iPhone App - anyone else doing one? Andrew Grant 2008-08-22T20:01:44Z 2008-08-22T20:01:44Z <p>I commend your enthusiasm but you may want to consider developing a mobile versions of SO (either hosted here or elsewhere using an API). There are a few reasons for this;</p> <p>1) It will be available to all mobile users. Even if you want to target 'iPhone' specific features, the browser in the iPhone (Mobile Safari) is based upon Webkit which can be used on devices other than the iPhone. For example I believe the upcoming Android phones all use Webkit (and thus any site targeting Mobile Webkit will work on Android with little fuss).</p> <p>2) It will also be easier to tweak/update as necessary to remain inline with the main site. Currently every update to an iPhone native application takes in the region of 1-2 weeks to make its way to users.</p> <p>3) Beta-testing native iPhone apps is frankly a pain in the butt and limited to 100 users. Even managing a size-able beta of 20+ users is painful and takes a good amount of logistics.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/79714#79714 0 Answer by Kendall Helmstetter Gelner for SO iPhone App - anyone else doing one? Kendall Helmstetter Gelner 2008-09-17T03:40:07Z 2008-09-17T03:40:07Z <p>1) If people want to make mobile versions for other platforms go ahead. But to hamstring any one mobile version just to try and make an app that will work OK everywhere but be great nowhere, is I think not a good idea. I don't want to see the Android version of a mobile platform limited by the abilities of the iPhone SDK or vice-versa.</p> <p>2) if someone makes m.stackoverflow.com, please allow us to turn it off. On the iPhone I cannot stand the mobile versions of sites, when the browsers become good enough on mobile devices there is no need for mobile sites. I am assuming this will be equally true for Android, or other mobile devices that have a good version of Opera.</p> <p>3) If people think App Store update delays may be a problem for some users, the answer is simple - release as a free app, but also make the app open source so that people can download nightly updates and run them as they wish. It's not like there are not already other open source iPhone projects, never mind the NDA.</p> <p>I too wonder what the intent of the app would be - a customized RSS reader with some advanced native search abilities might be useful. </p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/402193#402193 0 Answer by Brennan for SO iPhone App - anyone else doing one? Brennan 2008-12-31T02:58:17Z 2008-12-31T02:58:17Z <p>I am writing this from my iPhone and would like to use an SO API to access content. I would like to monitor my activity and quickly access my favorite tags. A mobile web interface would be good to but clearly the site is already mobile enough for an iPhone and Android phones thanks to Webkit Mobile.</p> <p>Once Apple publishes the Push Notification service a native app could help me get my answers very fast. And a native Mac/Linux/Win client could also use the same SO API.</p> <p>Once I am home again I will have to see how far along the SO API is to see what is possible. Logging myself in via OpenID will be a big question for me.</p> <p>If anyone is interested I could start work on this in February.</p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/551777#551777 9 Answer by Can Berk Güder for SO iPhone App - anyone else doing one? Can Berk Güder 2009-02-15T23:01:23Z 2009-02-16T15:57:43Z <p>Hi everyone,</p> <p>I posted a <a href="http://stackoverflow.uservoice.com/pages/general/suggestions/93431-iphone-optimized-version-or-native-client" rel="nofollow">suggestion</a> at UserVoice for an iPhone-optimized version or a native client about a month ago. With no API in horizon, I started working on a screen-scraping native client a few days ago.</p> <p>When I wrote Jeff about this, I told him we could turn this into a community effort if anybody else wants to contribute, and he kindly forwarded an email from another SO user (who mentioned this question) to me today.</p> <p>I haven't seen this question before, so I thought I should post an answer.</p> <p>The client is currently very limited in functionality, and it will still be quite limited when it's finished due to the lack of an API. I imagine this might render it unattractive for some users, but a glorified RSS reader is acceptable for me at the moment.</p> <p>I can set up a public GitHub repository if anyone wants to contribute.</p> <p>Oh, and here's a couple of teaser screenshots:</p> <p><img src="http://cbg.me/wp-content/uploads/2009/02/SO_Active.png" alt="Stack Overflow" /> <img src="http://cbg.me/wp-content/uploads/2009/02/SO_Profile.png" alt="Stack Overflow" /></p> http://stackoverflow.com/questions/19682/so-iphone-app-anyone-else-doing-one/1471455#1471455 0 Answer by carson for SO iPhone App - anyone else doing one? carson 2009-09-24T12:43:41Z 2009-09-24T12:43:41Z <p>For anyone interested I've created an API on top of the CC data dumps and on top of that I created a free <a href="http://www.ioncannon.net/projects/geeqe/" rel="nofollow">native iPhone application</a>. As soon as I can find time to make things look a little nicer I plan on releasing all the code for the app and the API.</p>