Tagged Questions

Java is a popular programming language and runtime environment, allowing Java programs to run unchanged on most hardware and software platforms. See "About the java tag" for initial help. More information can be found in the java tag wiki on Stack Overflow.

learn more… | top users | synonyms

0
votes
0answers
16 views

How can I list questions from a SO site sorted by view count ?

I'd like to retrieve some questions that match one or more tag(s) and sort them by view count. The sort options are : activity (default) votes creation featured hot week month There is no 'view' ...
0
votes
1answer
61 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 ...
3
votes
0answers
150 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
338 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 ...
7
votes
3answers
227 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
260 views

RoboStack: A Google Wave Robot for StackExchange 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 the ...
5
votes
0answers
275 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 ...
22
votes
7answers
2k 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 = ...
41
votes
5answers
3k 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 & ...
54
votes
5answers
6k views

Droidstack for Android - now with chat support!

Get Droidstack To get Droidstack, either: Search the Android Market on your phone for "Droidstack" Go to the Android Market page Open the URL market://details?id=org.droidstack on your phone ...
11
votes
0answers
820 views

StackExchange Java client library

Sample Code /** * The following will print out the current stats for the * stackoverflow.com site. */ public class Example { public static void main(String[] args) { Stats stats = ...
10
votes
1answer
1k views

stackoverflow-java-sdk: Java wrapper for StackExchange API

I have released a beta snapshot version of a Java wrapper for StackOverflow API at http://code.google.com/p/stackoverflow-java-sdk/. Please try it and provide your feedback. Screenshot / Code Snippet ...
3
votes
4answers
326 views

Java wrapper for StackExchange

I am interested in building an Android or Java ME app. Has anyone started on a Java wrapper?