StackWrap4J Java wrapper
- by Bill the Lizard
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 = (TextView)findViewById(R.id.output);
StackWrapper stackWrap = new StackOverflow();
String displayText = null;
try {
Stats stats = stackWrap.getStats();
…