All Projects → Webtrekk → webtrekk-android-sdk-v5

Webtrekk / webtrekk-android-sdk-v5

Licence: MIT license
Webtrekk Android SDK V5

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to webtrekk-android-sdk-v5

FindTaek
📦 내가 시킨 택배가 어디까지 왔는지 확인해보세요
Stars: ✭ 26 (+100%)
Mutual labels:  room, android-architecture, okhttp3
Coolweather
Weather App that uses Android best practices. Android Jetpack, clean architecture. Written in Kotlin
Stars: ✭ 154 (+1084.62%)
Mutual labels:  room, coroutines, android-architecture
Web Dev Tools Android
Sample Android Application - MVVM, Clean Architecture, Modularization, Repository Pattern
Stars: ✭ 215 (+1553.85%)
Mutual labels:  coroutines, android-architecture, okhttp3
Android-Clean-Architecture
This is a sample movie list Android application built to demonstrate use of Clean Architecture tools. Dedicated to all Android Developers - (Kotlin, MVVM, Clean Architecture, Rx-Java, Dagger, OkHttp, Unit Testing, SOLID principles, Code Coverage)
Stars: ✭ 268 (+1961.54%)
Mutual labels:  room, android-sdk, android-architecture
modern-android
Modern Android Project Skeleton
Stars: ✭ 17 (+30.77%)
Mutual labels:  room, coroutines, workmanager
News
A sample News 🗞 app built using Modern Android Development [Architecture Components, Coroutines, Retrofit, Room, Kotlin, Dagger]
Stars: ✭ 774 (+5853.85%)
Mutual labels:  room, coroutines, android-architecture
Mvvmarms
Android MVVM Architecture Components based on MVPArms and Android Architecture Components.
Stars: ✭ 425 (+3169.23%)
Mutual labels:  room, android-architecture, okhttp3
Android Mvvm Coroutine
Kotlin android application example with MVVM pattern, android architecture, kotlin coroutine, unit test, and UI test
Stars: ✭ 111 (+753.85%)
Mutual labels:  room, coroutines, android-architecture
Gallerit
A sample Android gallery to search images posted on Reddit built using modern Android development tools (Architecture Components, MVVM, Coroutines, Flow, Navigation, Retrofit, Room, Koin)
Stars: ✭ 153 (+1076.92%)
Mutual labels:  room, coroutines
Fountain
Android Kotlin paged endpoints made easy
Stars: ✭ 175 (+1246.15%)
Mutual labels:  room, coroutines
Android Kotlin Mvi Cleanarchitecture
Android + Kotlin + Modularization + Gradle Depedency managment + Gradle written in Kotlin DSL + Custom Gradle Plugin + MVVM + MVI + Clean Architecture + Repository Pattern + Coroutines + Flows + Koin + Retrofit2 + ROOM + Kotlin-Android-Extension + KtLints
Stars: ✭ 187 (+1338.46%)
Mutual labels:  room, coroutines
MusicX
MusicX is a music player 🎵 android app built using Kotlin and Jetpack Compose. It follows M.A.D. practices and hence is a good learning resource for beginners
Stars: ✭ 85 (+553.85%)
Mutual labels:  room, coroutines
Kotlin Android Examples
Stars: ✭ 146 (+1023.08%)
Mutual labels:  room, android-architecture
The Movie Db Kotlin
The Movie DB app using Kotlin with updated Android features
Stars: ✭ 176 (+1253.85%)
Mutual labels:  room, coroutines
Foodium
It simply loads Posts data from API and stores it in persistence storage (i.e. SQLite Database). Posts will be always loaded from local database. Remote data (from API) and Local data is always synchronized.
Stars: ✭ 1,940 (+14823.08%)
Mutual labels:  room, coroutines
Android Mvvm Architecture
This repository contains a detailed sample app that implements MVVM architecture using Dagger2, Room, RxJava2, FastAndroidNetworking and PlaceholderView
Stars: ✭ 2,720 (+20823.08%)
Mutual labels:  room, android-architecture
Cocktailapp
Cocktails Android App with Clean Architecture, MVVM , Retrofit, Coroutines, Navigation Components , Room, Dagger Hilt, Cache Strategy and Coroutines Flow
Stars: ✭ 128 (+884.62%)
Mutual labels:  room, coroutines
Wanandroid
Kotlin+JetPack+协程实现的MVVM架构Wanandroid客户端
Stars: ✭ 197 (+1415.38%)
Mutual labels:  room, coroutines
LinkHub
LinkHub is a simple and effective link management application that can help you to easily manage your app with no ads!
Stars: ✭ 90 (+592.31%)
Mutual labels:  room, coroutines
Dagger-Hilt-MVVM
Sample app that demonstrates the usage of Dagger Hilt with Kotlin & MVVM
Stars: ✭ 62 (+376.92%)
Mutual labels:  room, coroutines

Webtrekk Android SDK v5 Build Status

Site | Docs | Support

Webtrekk Android SDK is used to integrate Webtrekk tracking systems with your Android apps. Collect meaningful data about how your apps are used, track how your users interact with your app, how they view specific pages, and custom events. Based on the tracking data from apps different indicators can be measured, which are already known from the web analytics, such as page impressions, events, screen size, operating system, e-commerce tracking, etc.

Webtrekk Android SDK v5 is written entirely in Kotlin and uses Coroutines for non-blocking executions, WorkManager for enqueuing and sending the track requests to optimize the device battery and app performance. Webtrekk internally, collects and caches the data that you specify for tracking, and later, it sends those data to Webtrekk analytic servers in periodic times.

JCenter note

For versions of 5.0.8+ we are use mavenCentral() because Jcenter is shutting down

Installation (Java 11)

From version 5.1.3. and higher, Java 11 is required.

To set Java 11, go to Android Studio, Preferences->Build, Execution, Deployment->Gradle->Gradle JDK and select JAVA 11.

Also, add following into application build.gradle file:

compileOptions {
    targetCompatibility JavaVersion.VERSION_11
}

If using kotlin add this also:

kotlinOptions {
    jvmTarget = JavaVersion.VERSION_11.toString()
}

Gradle

implementation 'com.mapp.sdk:intelligence-android:5.1.3'

Maven

<dependency>
	<groupId>com.mapp.sdk</groupId>
	<artifactId>intelligence-android</artifactId>
	<version>5.1.3</version>
	<type>pom</type>
</dependency>

Maven

<dependency>
	<groupId>com.webtrekk.webtrekksdk</groupId>
	<artifactId>webtrekksdk-android</artifactId>
	<version>5.1.3</version>
	<type>pom</type>
</dependency>

Installation (Java 8)

implementation 'com.mapp.sdk:intelligence-android:5.1.2'

Last SDK version that supports JAVA 8

The SDK requires that you enable Java 8 in your builds.

compileOptions {
        targetCompatibility 1.8
        sourceCompatibility 1.8
}

Versions less then 5.0.4 are on Jcenter(), Access will be blocked on February 1, 2022. Warning: Please don't use versions 5.0.5, 5.0.6 and 5.0.7

Manifest permissions

Allow the network permission in your app manifest.

<uses-permission android:name="android.permission.INTERNET" />

The SDK supports min Android SDK (21).

Note that the SDK uses AndroidX, make sure to migrate your app to AndroidX Migration to avoid Manifest merger failure.

Read more

Check out the docs on the site to learn more about tracking server and custom params. We have implemented camera, push and form tracking in our Test Application

Contributing

Please check out our contributing guide before you start here.

License

MIT License

Copyright (c) 2019 Webtrekk GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].