RedditEngine
This is a Java libray, which uses some Android features.
Usage:
- Add the library to you build path
- Instantiate RedditApi like this: RedditApi api = DefaultRedditApi.getInstance();
- Whenever doing operations, make sure the library is aware of the context you are in: api.setContext(currentContext);
- See interface RedditApi for functions you can call. See http://www.reddit.com/dev/api for details on each end point.
The library is pretty well commented. You may run JavaDoc on the project to get full API doc.