This SDK should provide you with all you'll need to start developing cloud-connected apps with the FeedHenry platform. The SDK provides access to cloud action calls, app authentication and authorization.
Project Info | |
---|---|
License: | Apache License, Version 2.0 |
Build: | Gradle |
Documentation: | http://www.javadoc.io/doc/com.feedhenry/fh-android-sdk |
Issue tracker: | https://issues.jboss.org/browse/FH |
Mailing lists: | feedhenry-dev |
./gradlew build
There are two supported ways of developing apps using Feedhenry for Android: Android Studio and Maven.
Add to your application's build.gradle
file
dependencies {
compile 'com.feedhenry:fh-android-sdk:4.0.0'
}
Include the following dependencies in your project's pom.xml
<dependency>
<groupId>com.feedhenry</groupId>
<artifactId>fh-android-sdk</artifactId>
<version>4.0.0</version>
<type>aar</type>
</dependency>
For more details about that please consult our JavaDoc.
Take a look in our demo apps
If you would like to help develop Feedhenry you can join our developer's mailing list, join #feedhenry on Freenode, or shout at us on Twitter @feedhenry.
Join our developer's mailing list for any questions or shoot a question on Stackoverflow using feedhenry tag! We really hope you enjoy app development with Feedhenry!
If you found a bug please create a ticket for us on Jira with some steps to reproduce it.