Java wrapper for the yelp api I made for an android project. Uses Google Gson to handle json conversion and Scribe for OAuth.
I wrote this using scribe 1.3.7 and gson 2.3.1 so if you want to add it to your project download those jars or add this to your Gradle dependencies
compile 'org.scribe:scribe:1.3.7'
compile 'com.google.code.gson:gson:2.3.1'