Accompanies [app]s written in, or [library]s meant to be used from, the Java programming language
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: ...
3
votes
0answers
159 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) ...
0
votes
0answers
86 views
Error Copying Source File in Audio Spectrum Visualizer [closed]
Good afternoon, my name is David and I have a question regarding on the Gtomee.com website. You see, I'm testing this code using LibGDX, Java, and Eclipse to test the music player that detects the ...
2
votes
1answer
80 views
Using an existing Java oAuth implementation to access the Stack Exchange 2 Api?
I found the Scribe oAuth api and I was wondering how a call would work with the Stack Exchange API, since that uses oAuth. I'm sorta green when it comes to oAuth but I'm planning on writing an ...
3
votes
1answer
143 views
Java wrapper for the Stack Exchange API 2.0?
I've checked out StackWrap4J, but it looks like it doesn't support some of the new methods provided in the v2.0 API (specifically the ones having to do with user authentication). Does anyone know if ...
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 ...
0
votes
0answers
16 views
Java Http request on api.stackexchange with json response [duplicate]
Possible Duplicate:
Strange encoding for JSON output
I try to make a http request with java on the api stack exchange. But when I try to parse the Json response, it says that it is ...
0
votes
1answer
66 views
Coding error at open URL
Hi,
I have the following method to open a URL API
String c="";
URL direccionURL;
try {
direccionURL = new URL("http://api.stackoverflow.com/1.0/users/523725");
BufferedReader in = new ...
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 ...
8
votes
1answer
367 views
Stack Exchange gadget for Gmail and iGoogle
About
This handy gadget can be added to iGoogle or left-hand nav panel of any Gmail account.
It displays your current reputation on selected StackExchange sites and notifies you of reputation ...
8
votes
3answers
258 views
Rep Compare - Utility for Comparing Reputation - Version 0.8
New version! Includes a view of the posts similar to the Stack Exchange Reputation view. Just click and drag to select a region of ansers. (Note, still kind of buggy. Doesn't seem to exactly match ...
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 ...
5
votes
0answers
291 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
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 ...
23
votes
8answers
3k views
StackWrap4J Java wrapper
The StackWrap4J 1.0.1 jar is now available! (See the changelog)
Sample Code / Screen Shot
The following code snippet was used to test the wrapper in the Android emulator:
TextView text = ...
47
votes
6answers
4k views
SkeetStalker - Get to unanswered questions before Jon Skeet?
Screenshots
Main Page
Supports all StackExchange sites via StackAuth
Search for users on any site to stalk
About
I created this for fun and for a chance to play around with GWT & ...
58
votes
4answers
7k views
Droidstack for Android - now with chat support!
Current status
I'm not actively maintaining Droidstack anymore, I guess real life just got in the way. Being in college and having a full time programming job leaves no room for hobby projects. ...
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)
{
...
12
votes
2answers
2k views
stackoverflow-java-sdk: a Java wrapper for the Stack Exchange API
I have released a beta snapshot version of a Java wrapper for the Stack Overflow API at http://code.google.com/p/stackoverflow-java-sdk/. Please try it and provide your feedback.
Screenshot / Code ...
3
votes
4answers
379 views
Java wrapper for Stack Exchange
I am interested in building an Android or Java ME application. Is there a Java wrapper?