vote up 25 vote down star
2

I am planning to create a (native) frontend Cocoa Touch app for SO on the iPhone / iPod touch.

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.

The app will be Free BTW

EDIT:

BTW I have had an email exchange with Jeff about this.

flag

I would be interested too – gyurisc Jun 12 at 10:13
Did anything ever get done here? – TahoeWolverine Jul 24 at 13:43
Not yet - there is an API imminent from what Jeff has said, so might as well what for that to be released. – KiwiBastard Jul 24 at 23:27

11 Answers

vote up 10 vote down check

I've been thinking of putting together a Cocoa desktop application once Stack Overflow has an API.

link|flag
vote up 12 vote down

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?

What features would you plan that would take advantage of iPhone specific features?

link|flag
1  
You're right. A mobile site would prove much more portable and, ultimately, useful. But us iPhone junkies would prefer a native app. ;) – Chris Jul 14 at 22:38
Suggest this on meta.stackoverflow.com? – Legooolas Jul 22 at 22:31
vote up 7 vote down

Hi everyone,

I posted a suggestion 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.

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.

I haven't seen this question before, so I thought I should post an answer.

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.

I can set up a public GitHub repository if anyone wants to contribute.

Oh, and here's a couple of teaser screenshots:

Stack Overflow Stack Overflow

link|flag
I would use it. – Jonah Aug 24 at 22:17
I would use it aswell! – pr0wl Aug 25 at 5:58
vote up 4 vote down

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;

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).

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.

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 2 vote down

Surely there's no legal issue (other than maybe the StackOverflow name and logo etc).

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.

link|flag
vote up 2 vote down

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.

link|flag
vote up 1 vote down

@Chris Bartow - something similar to the NetNewsGator iPhone app - obviously offline reading of questions and answers could be a feature.

Even if it was fully connected then (I do anyway) find it easier to use a TableStyle iPhone app than a web page.

link|flag
vote up 0 vote down

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.

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.

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.

I too wonder what the intent of the app would be - a customized RSS reader with some advanced native search abilities might be useful.

link|flag
i disagree with 2. There is a need for mobile sites optimized for mobile devices. – Ian Boyd Oct 29 at 17:17
Some people may have a need but the point of #2 is to let us turn it off, not that there should not be a mobile optimized site. Always have some way to say that I just want the normal site. – Kendall Helmstetter Gelner Oct 29 at 18:01
vote up 0 vote down

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.

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.

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.

If anyone is interested I could start work on this in February.

link|flag
vote up 0 vote down

For anyone interested I've created an API on top of the CC data dumps and on top of that I created a free native iPhone application. 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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.