This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"RewardsData": [ | |
{ | |
"channel": "SPORTS", | |
"reward":"CHAMPIONS_LEAGUE_FINAL_TICKET", | |
"rewardId":"0" | |
}, | |
{ | |
"channel": "KIDS", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"sky_customers":{ | |
"customers":[ | |
{ | |
"address": "623 Jaffray Street, Kaka, Louisiana, 7360", | |
"created_date": "Monday, June 9, 2014 1:29 PM", | |
"email": "[email protected]", | |
"company": "KONGENE", | |
"sky_eligibility_id": 1, | |
"phone": "+1 (953) 419-2955", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"books": { | |
"0": { | |
"book": { | |
"version_id": "369", | |
"name": "Genesis", | |
"abbr": "Gen", | |
"ord": "1", | |
"book_group_id": "0", | |
"testament": "OT", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gaming.eatongate.com.kwiffapp; | |
import android.support.v7.app.AppCompatActivity; | |
import android.util.Log; | |
import android.widget.Toast; | |
import com.github.nkzawa.socketio.client.Ack; | |
import org.json.JSONException; | |
import org.json.JSONObject; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package io.socket.emitter; | |
import java.util.ArrayList; | |
import java.util.Iterator; | |
import java.util.List; | |
import java.util.concurrent.ConcurrentHashMap; | |
import java.util.concurrent.ConcurrentLinkedQueue; | |
import java.util.concurrent.ConcurrentMap; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package gaming.eatongate.com.kwiffapp; | |
import android.os.Bundle; | |
import android.support.design.widget.FloatingActionButton; | |
import android.support.design.widget.Snackbar; | |
import android.support.v7.widget.Toolbar; | |
import android.util.Log; | |
import android.view.View; | |
import android.widget.Toast; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "beverages": [ | |
{ | |
"name": "Espresso", | |
"description": "Strong, black and with a finely marbled crema – this is how the Italians love their espresso. Immerse yourself in the southern Italian coffee culture with a cup of Lavazza Caffè Espresso, a premium blend of only the best Arabica beans. For lovers of authentic espresso enjoyment, there is no alternative. Let this small but powerful drink showcase its impressive flavours by serving it in a small, thick-walled cup. But it is just as ideally suited for preparing “long coffees”. This is a pure espresso that indulges the noses of true coffee connoisseurs with its intense fragrance before revealing its bold taste: A true feast for the senses for you, your family and your friends", | |
"price": "1.99" | |
}, | |
{ | |
"name": "Dark Roast Coffee", | |
"description": "It’s easy to get lost in the moment over a robust cup of your favourite dark-roasted coffee. Fuller-bodied and bold, these coffees featu |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//called in application onCreate | |
public Cloudinary initCloudinary() { | |
Map config = new HashMap(); | |
config.put("cloud_name", getString(R.string.cloudinary_name)); | |
config.put("api_key", getString(R.string.cloudinary_key)); | |
config.put("api_secret", getString(R.string.cloudinary_secret)); | |
return new Cloudinary(config); | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"response": { | |
"books": [ | |
{ | |
"version_id": "431", | |
"name": "Genesis", | |
"abbr": "Gen", | |
"ord": "1", | |
"book_group_id": "0", | |
"testament": "OT", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cats": [ | |
{ | |
"breed": "exotic shorthair", | |
"legs": 4, | |
"image": { | |
"xxhdpi": "exotic_shorthair", | |
"xhdpi": "", | |
"hdpi": "", | |
"mdpi": "", |
NewerOlder