This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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", |
OlderNewer