Skip to content

Hearthstone API wrapper for Java 7+ and Android API 9+. Supports both synchronous and asynchronous (imperatively and reactively) execution types.

License

Notifications You must be signed in to change notification settings

stoyicker/AnnoyODroid

Repository files navigation

AnnoyODroid

master Build Status Codacy Badge Coverage Status

Would you like to have your app show up here?

AnnoyODroid isn’t endorsed by Blizzard Entertainment and does not reflect the views or opinions of Blizzard Entertainment or anyone officially involved in producing or managing Hearthstone. Hearthstone and Blizzard Entertainment are trademarks or registered trademarks of Blizzard Entertainment, Inc. Hearthstone © Blizzard Entertainment, Inc.

Hearthstone API wrapper for Java and Android. Free to use (CC BY 4.0).

Compatible with Java 7+ and Android API 9+. Supports both synchronous and asynchronous (imperatively and reactively) execution types.

Pull requests are welcome. See the guidelines for contributing.

Download

Release Release

Gradle

repositories {
    maven { url "https://jitpack.io" }
}

compile 'com.github.stoyicker:annoyodroid:(insert latest version)'

Maven

<repository>
  <id>jitpack.io</id>
  <url>https://jitpack.io</url>
</repository>

<dependency>
  <groupId>com.github.stoyicker</groupId>
  <artifactId>annoyodroid</artifactId>
  <version>(insert latest version)</version>
</dependency>

Sample app

Get it on Google Play

License

AnnoyODroid (c) by Jorge Antonio Diaz-Benito Soriano

AnnoyODroid is licensed under a Creative Commons Attribution 4.0 International License.

You should have received a copy of the license along with this work. If not, see http://creativecommons.org/licenses/by/4.0/.

Open source licenses: See THIRD_PARTY.md

About

Hearthstone API wrapper for Java 7+ and Android API 9+. Supports both synchronous and asynchronous (imperatively and reactively) execution types.

Resources

License

Stars

Watchers

Forks

Packages

No packages published