SkillAgentSearch skills...

AnnoyODroid

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

Install / Use

/learn @stoyicker/AnnoyODroid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

<a href="https://play.google.com/store/apps/details?id=annyodroid.sample"><img alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/images/apps/en-play-badge.png" width="185" height="60"/></a>

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

Related Skills

View on GitHub
GitHub Stars7
CategoryCustomer
Updated10y ago
Forks1

Languages

Java

Security Score

70/100

Audited on Feb 26, 2016

No findings