Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save CHLibrarian/fdc6b2ad855e0a0a9bdd to your computer and use it in GitHub Desktop.
Save CHLibrarian/fdc6b2ad855e0a0a9bdd to your computer and use it in GitHub Desktop.
ContextHub Application Services Register App (Android)
public class MyContextHubApp extends Application {
@Override
public void onCreate() {
super.onCreate();
// Register with ContextHub
ContextHub.init(this, "YOUR-APP-ID-HERE");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment