Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amplitude/Amplitude-Android
Native Android SDK for Amplitude
https://github.com/amplitude/Amplitude-Android
amplitude amplitude-android analytics android best hacktoberfest java product sdk
Last synced: 3 months ago
JSON representation
Native Android SDK for Amplitude
- Host: GitHub
- URL: https://github.com/amplitude/Amplitude-Android
- Owner: amplitude
- License: mit
- Created: 2012-09-06T13:18:59.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T05:46:29.000Z (5 months ago)
- Last Synced: 2024-06-13T01:51:25.901Z (5 months ago)
- Topics: amplitude, amplitude-android, analytics, android, best, hacktoberfest, java, product, sdk
- Language: Java
- Homepage:
- Size: 44.7 MB
- Stars: 163
- Watchers: 92
- Forks: 90
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![Legacy SDK](https://img.shields.io/badge/state-legacy-yellow)](https://github.com/amplitude/Amplitude-Kotlin)
[![Maven Central](https://img.shields.io/maven-central/v/com.amplitude/android-sdk?versionPrefix=2)](https://mvnrepository.com/artifact/com.amplitude/android-sdk/latest)# Announcement 📣
Amplitude is introducing a new [Android Kotlin SDK](https://github.com/amplitude/Amplitude-Kotlin). This new SDK provides improved developer experience, helps users instrument data more seamlessly and provide more control over data being instrumented using custom plugins.
To learn more about the new SDK, here are some useful links:
* Maven Central: https://search.maven.org/artifact/com.amplitude/analytics-android
* GitHub: https://github.com/amplitude/Amplitude-Kotlin
* Documentation: https://www.docs.developers.amplitude.com/data/sdks/android-kotlin# Official Amplitude Android SDK
##### _February 17, 2023_ - [v2.39.2](https://github.com/amplitude/Amplitude-Android/releases/tag/v2.39.2)
## Amplitude and Ampli SDK
[Ampli SDK](https://www.docs.developers.amplitude.com/data/ampli) is autogenerated library based on your pre-defined [tracking plan](https://help.amplitude.com/hc/en-us/articles/5078731378203-Create-a-tracking-plan). The Ampli SDK, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about **Amplitude SDK**. To learn more about Ampli SDK, please refer to the [Ampli Android](https://www.docs.developers.amplitude.com/data/sdks/android-ampli/) and [examples](https://github.com/amplitude/ampli-examples).## Installation and Quick Start
Please visit our :100:[Developer Center](https://www.docs.developers.amplitude.com/data/sdks/android/) for instructions on installing and using our the SDK.## Javadoc
See our [Android SDK Reference](http://amplitude.github.io/Amplitude-Android/) for a list and description of all available SDK methods.## Demo Applications
* A [demo application](https://github.com/amplitude/Android-Demo) showing the integration of our SDK using Gradle.
* A [demo application](https://github.com/amplitude/Segment-Android-Demo) showing the integration of our SDK using [Segment's](https://segment.com) Android SDK.
* A [demo application](https://github.com/amplitude/GTM-Android-Demo) demonstrating a potential integration with Google Tag Manager.## Changelog
Click [here](https://github.com/amplitude/Amplitude-Android/wiki/Changelog) to view the Android SDK Changelog.## Need Help?
If you have any problems or issues over our SDK, feel free to [create a github issue](https://github.com/amplitude/Amplitude-Android/issues/new) or submit a request on [Amplitude Help](https://help.amplitude.com/hc/en-us/requests/new).