Skip to content

contexthub/contexthub-android-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

contexthub-android-framework

Android Framework for ContextHub http://app.contexthub.com

Download

Gradle

repositories {
    jcenter()
    maven { url "https://raw.github.com/contexthub/contexthub-android-framework/master" }
}

dependencies {
    compile 'com.chaione:contexthub:1.+'
}

Maven

<dependency>
  <groupId>com.chaione</groupId>
  <artifactId>contexthub</artifactId>
  <version>LATEST</version>
</dependency>

Register

public class MyContextHubApp extends Application {

    @Override
    public void onCreate() {
        super.onCreate();

        // Register with ContextHub
        ContextHub.init(this, "YOUR-APP-ID-HERE");
    }
}

Documentation

http://docs.contexthub.com/contexthub-android-framework/

##Support

If you have questions, bugs, or feature requests, please open an issue with us. We are working hard to make this framework great and would love to hear from you.

https://github.com/contexthub/contexthub-android-framework/issues

Releases

No releases published

Packages

No packages published