Yelp Integration in Android
I have to integrate yelp api in my android app. I have never done it so need a bit of help. I want to know how do I start, what all things are required, etc. I tried implementing this code https://github.com/Yelp/yelp-api/blob/master/v2/java/Yelp.java in android. It gives a NoSuchMethodError at line request.send() What might be the problem? For Yelp Integration in Android: Step 1: Register to Yelp site. You will require Yelp keys. Register here . Get API access. Step 2: You need to have scribe-1.2.1.jar in your project. Get it here . Step 3: Add these 2 files in your project: Yelp.java and