Last active
March 12, 2019 19:57
-
-
Save johngorithm/1992d0ce93fc49c4a724c8658ad5243b to your computer and use it in GitHub Desktop.
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 com.jxw.graphql.app; | |
//in: app/src/main/java/packageDir/app/ | |
import android.app.Application; | |
public class DemoApplication extends Application { | |
public String getBaseUrl() { | |
return "https://api.graph.cool/simple/v1/cjs1qws8c0mvr0102fkeosj4p"; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment