IS there any mobile site that eases answering questions whilst I'm on the iPhone. It is quite difficult doing it on the iPhone with the regular site.
If not is there an API I can use to code my own version?
|
IS there any mobile site that eases answering questions whilst I'm on the iPhone. It is quite difficult doing it on the iPhone with the regular site. If not is there an API I can use to code my own version? |
|||||||||||||||||
|
|
No, there is no mobile optimized stackoverflow site. No, the API is currently read only. If you wanted to pursue coding your own, I'd suggest writing a website wrapper in C#, Python, PHP, etc, hosting it on another website, where the wrapper would replace the default css with a custom version you design. It isn't trivial due to the extent of the design of the site, but it may be your best bet. |
|||
|
|
|
By chance I was looking for a mobile version and found this site (not affiliated) that provides a decent read-only view of Stackoverflow - http://stackoverflow.mobi/ There's also an Anroid app called Droidstack that is available on the Market - but I've not tried it so can't comment. |
|||
|
|
The (beta) mobile theme has been rolled out to all sites on Stack Exchange, you should be able to see it on your mobile devices. See here. |
|||||||||
|
|
Yes Stack Overflow exposes itself using the OData protocol. There's a bunch of mobile apps on the Android market for it, I'm not sure about the iPhone app store. |
|||||||
|