maximou4391 / karhoo-android-sdk-samples

Android Samples for Karhoo SDKs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Samples for Karhoo SDKs

The samples demonstrating how to use Karhoo SDKs for Android.

This repo contains the following sample:

  1. network-sdk-sample: A simple app showing most features of the Karhoo Network SDK for Android.
  2. ui-sdk-components-sample: A simple app showing most features of the Karhoo UI SDK for Android using components.

Pre-requisites

A valid Karhoo Sandbox account. All require up-to-date versions of the Android build tools.

Getting Started

These samples use the Gradle build system.

First download the samples by cloning this repository or downloading an archived snapshot.

In Android Studio, import the relavant project by using the "Import Android Studio project" and select one of the sample directory that you downloaded from this repository. If prompted for a gradle configuration accept the default settings.

Alternatively you can use the gradlew build command to build the project directly.

Support

Looking to contribute?

πŸ› Bugs

Please file an issue for bugs, missing documentation, or unexpected behavior.

πŸ’‘ Feature Requests

Please file an issue to suggest new features. Vote on feature requests by adding a πŸ‘. This helps maintainers prioritize what to work on.

❓ Questions

For questions related to using the Projects, please re-visit a documentation first. If there are no answer, please create an issue with a label help needed.

License

BSD-2-Clause

About

Android Samples for Karhoo SDKs

License:BSD 2-Clause "Simplified" License


Languages

Language:Kotlin 100.0%