Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plaidev/karte-android-sdk
KARTE SDK for Android
https://github.com/plaidev/karte-android-sdk
Last synced: about 1 month ago
JSON representation
KARTE SDK for Android
- Host: GitHub
- URL: https://github.com/plaidev/karte-android-sdk
- Owner: plaidev
- License: apache-2.0
- Created: 2019-09-13T02:56:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-21T01:00:47.000Z (4 months ago)
- Last Synced: 2024-08-21T07:52:01.014Z (4 months ago)
- Language: Kotlin
- Homepage: https://karte.io/
- Size: 1.01 MB
- Stars: 5
- Watchers: 28
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[![CircleCI](https://circleci.com/gh/plaidev/karte-android-dev/tree/develop.svg?style=shield&circle-token=457a44e0e78580b5e8fff6047b938959148cabf7&a=.svg)](https://circleci.com/gh/plaidev/karte-android-dev/tree/develop)
[![codecov](https://codecov.io/gh/plaidev/karte-android-sdk/branch/master/graph/badge.svg)](https://codecov.io/gh/plaidev/karte-android-sdk)
[![License](https://img.shields.io/badge/license-Apache%202-blue.svg)](https://github.com/plaidev/karte-android-sdk/blob/master/LICENSE)KARTE is a real-time user analytics & action tool.
This repository holds the source code for the Android version of KARTE SDK.## Getting Started
Please see the detailed instructions in our docs to add [KARTE Android SDK](https://developers.karte.io/docs/android-sdk-v2) to your Android Studio project.## Documentation
The developer guide is located at
- [Developer Portal - KARTE Android SDK](https://developers.karte.io/docs/android-sdk-v2)The API references are located at
- [Core](https://plaidev.github.io/karte-sdk-docs/android/core/latest/index.html)
- [InAppMessaging](https://plaidev.github.io/karte-sdk-docs/android/inappmessaging/latest/index.html)
- [Notifications](https://plaidev.github.io/karte-sdk-docs/android/notifications/latest/index.html)
- [Variables](https://plaidev.github.io/karte-sdk-docs/android/variables/latest/index.html)
- [VisualTracking](https://plaidev.github.io/karte-sdk-docs/android/visualtracking/latest/index.html)## Getting Help
- **Got a question?**
If you have questions, ask in the [KARTE forum](https://forum.karte.io/).
- **Have a bug to report?**
[Open a GitHub issue](https://github.com/plaidev/karte-android-sdk/issues/new?assignees=&labels=&template=bug_report.md). If possible, include the OS version, SDK version and full logs.
- **Have a feature request?**
[Open a GitHub issue](https://github.com/plaidev/karte-android-sdk/issues/new?assignees=&labels=&template=feature_request.md). Tell us what the feature should do and why you want the feature.## Contributing
Please follow our guidelines.
- [Contribution Guideline](https://github.com/plaidev/karte-android-sdk/blob/master/CONTRIBUTING.md)
- [Code of Conduct](https://github.com/plaidev/karte-android-sdk/blob/master/CODE_OF_CONDUCT.md)## License
KARTE Android SDK is published under the Apache 2.0 License.Your use of KARTE is governed by the [KARTE Terms of Use](https://karte.io/legal/terms-of-use-en.html).