Accompanies [app]s written in, or [library]s meant to be used from, the Java programming language
11
votes
0answers
1k views
Stack Exchange Java client library
Sample Code
/**
* The following will print out the current stats for the
* Stack Overflow site (stackoverflow.com).
*/
public class Example
{
public static void main(String[] args)
{
...
5
votes
0answers
292 views
Stacklipse - Eclipse plugin preview
About
Stacklipse is an eclipse plugin that utilizes stackapps api to provide a search view in Eclipse. Currently just provide a prototype preview.
Screenshot
License
EPL
Download
...
4
votes
0answers
162 views
SOCharts: Charts by Tags
Screenshot
I created this small app as a weekend hack. It shows the reputations, upvotes, downvotes and accepted answers for a user against the tags for the answers.
About
I wanted to know how ...
4
votes
0answers
2k views
TopStack - Android client for Stack Exchange
Screenshot / Code Snippet
About
Android client for stack overflow and all stack exchange network in future.
License
Freeware. Will probably change to ad-supported or may be open-source (depends ...
3
votes
0answers
163 views
Stack Careers - An Android app for searching Stackoverflow Careers
Screenshot
About
An Android app for searching Stackoverflow Careers. Allows job seekers to search for job postings exposed by the Stackoverflow Careers RSS feed. Users can search by skill(s) ...
3
votes
0answers
45 views
Is it OK to have a test account for a developing client?
I'm currently trying to implement an agorava component for Stackoverflow, and for testing purpose, i would like to create a test account, which would have one question asked, and would maybe send ...
3
votes
0answers
314 views
RoboStack: A Google Wave robot for the Stack Exchange API
Screenshot / Code Snippet
For a video snapshot visit http://code.google.com/p/robostack/.
About
Unlike a Jabber/XMPP robot, this application is a Google Wave robot that takes full advantage of ...
1
vote
0answers
22 views
Wrapper implementation method to get user notifications in Stack Exchange?
I'm trying to build an app that requires me to get the user notifications for a particular Stack Exchange user.
Now, I'm trying to use Java to accomplish this and I came across this wrapper library: ...