Tell me more ×
Stack Apps is a question and answer site for apps, scripts, and development with the Stack Exchange API. It's 100% free, no registration required.

Updated - Version 1.1

Long overdue update for Android 4.x and version 2.x of the StackExchange API (updated screenshots below). This version is mostly to get things on a better footing to move forward. A subsequent version will take advantage of the new features in API 2.1.


Screenshots

enter image description here Question view

Tag top users list enter image description here

About

Scope creep. I never set out to write a full Android Stack Exchange client. It started out as a widget for the phone's home screen with notifications for when new answers were received. But then it really needed a better way of viewing the questions than just redirecting to the website. And then it didn't make sense to only be able to view questions that you'd received notifications for, so I added a user viewer so that you could view all of your questions. I left it for a while and then came back to it again recently to tie everything together.

Because of these origins, the app is still somewhat widget-centric. To get the best out of it you should install one or more widgets on your phone's home screen (you'll need your numeric user ID from the appropriate SE site - I'll see if I can do something slicker in a later version). The widget looks something like below. Tapping on the widget will take you to the user view (from which the above two screenshots are taken).

StackAnywhere widget

The alternative route into the app is from the launcher, which will start the network view, showing a grid of all the available SE sites, which you can then browse (questions, tags and users).

There is integrated search (press the search key on the phone or select search from the menu). The search is quite basic in terms of matching because it uses the Stack Exchange API search method (I'm looking into something a little more sophisticated for a subsequent version). One thing that is pretty pointless but still neat is that you can do voice search. The first time I tried this it worked flawlessly. The second time I searched for "pass by reference" and it returned results for "frostbite restaurants", which Stack Overflow knows surprisingly little about. Maybe it works better if you have an American accent.

License

Closed source, free to use (ad-supported).

Since a couple of people asked for it, there is now also an ad-free Gold Edition for £1.49 / €1.69 / $2.49. It's exactly the same except it doesn't have adverts.

Download

Platform

Android 2.2+

Contact

Me at Rectangular Software. Use the contact form or e-mail android at the same domain. Alternatively, just respond here.

Code

Written in Java for Android using IntelliJ IDEA and Apache Ant. Third-party libraries are Jackson (for JSON), StringTemplate for building the HTML content, and the AdMob SDK.

share|improve this question
Downloading this to my Galaxy Tab right now! FYI, wasn't able to find this in the Android Market when I searched on "Stack Exchange." – neilfein Jan 23 '12 at 2:53
Hi Dan, can you please have a look at this question I posted about how StackAnywhere uses the users API to show the list of users sorted by reputation? – Lorenzo Polidori Feb 22 '12 at 23:17
How can you bind this app to your account on StackExchange? – Jeroen Wiert Pluimers Apr 3 at 19:23
1  
@JeroenWiertPluimers At the moment you can't. In the next version I intend to add this so that you can post comments, but it needs a bit of a rethink as to how the app is structured. – Dan Dyer Apr 3 at 21:58
When I open this application on my Samsung Note II, I receive an error saying failed to load sites :( I have a stable internet connection and phone is up to date with Android 4.1.2 OS. – kunguz Apr 22 at 11:52
@kunguz If you are able to send me the logcat output I will take a look. Mail android at rectangularsoftware dot com. – Dan Dyer Apr 22 at 12:40
@DanDyer sent it, thank you for the quick response. – kunguz Apr 22 at 17:37

You must log in to answer this question.

Browse other questions tagged