Skip to content

feedhenry/fh-android-sdk

Repository files navigation

FeedHenry Android SDK

circle-ci codecov License Maven Central Javadocs

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

Building

./gradlew build

Usage

There are two supported ways of developing apps using Feedhenry for Android: Android Studio and Maven.

Android Studio

Add to your application's build.gradle file

dependencies {
  compile 'com.feedhenry:fh-android-sdk:4.0.0'
}

Maven

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>

Documentation

For more details about that please consult our JavaDoc.

Demo apps

Take a look in our demo apps

Development

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.

Questions?

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!

Found a bug?

If you found a bug please create a ticket for us on Jira with some steps to reproduce it.