All Projects → relateddigital → visilabs-android

relateddigital / visilabs-android

Licence: other
Visilabs Android SDK http://visilabs.com/

Programming Languages

java
68154 projects - #9 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to visilabs-android

plug-react
React components and hooks to plug your React applications into Croct.
Stars: ✭ 76 (+76.74%)
Mutual labels:  personalization
Atomic-GRUB2-Theme
Theme for the Grub2 at the purest ATOMIC style
Stars: ✭ 83 (+93.02%)
Mutual labels:  personalization
recipe-personalization
EMNLP 2019: Generating Personalized Recipes from Historical User Preferences
Stars: ✭ 48 (+11.63%)
Mutual labels:  personalization
visilabs-ios
Visilabs IOS SDK
Stars: ✭ 37 (-13.95%)
Mutual labels:  personalization
Winds
A Beautiful Open Source RSS & Podcast App Powered by Getstream.io
Stars: ✭ 8,530 (+19737.21%)
Mutual labels:  personalization
10-bitClockWidget
10-bit Clock Widget uses 10 binary dots and their color to represent current time in 12-hour format.
Stars: ✭ 18 (-58.14%)
Mutual labels:  personalization
PFL-Non-IID
The origin of the Non-IID phenomenon is the personalization of users, who generate the Non-IID data. With Non-IID (Not Independent and Identically Distributed) issues existing in the federated learning setting, a myriad of approaches has been proposed to crack this hard nut. In contrast, the personalized federated learning may take the advantage…
Stars: ✭ 58 (+34.88%)
Mutual labels:  personalization
Arch-MOTD
Arch-MOTD (Message of the day)
Stars: ✭ 28 (-34.88%)
Mutual labels:  personalization
RainbowTaskbar
Customizable Windows taskbar effects.
Stars: ✭ 39 (-9.3%)
Mutual labels:  personalization
Patient2Vec
Patient2Vec: A Personalized Interpretable Deep Representation of the Longitudinal Electronic Health Record
Stars: ✭ 85 (+97.67%)
Mutual labels:  personalization
nosto-magento2
marketplace.magento.com/nosto-module-nostotagging.html
Stars: ✭ 19 (-55.81%)
Mutual labels:  personalization
Leanplum-iOS-SDK
Leanplum's integrated solution delivers meaningful engagement across messaging and the in-app experience.
Stars: ✭ 63 (+46.51%)
Mutual labels:  personalization
wallpaper-learn
Learn languages, facts, schoolwork, and more from your wallpaper by setting a cycling background with computer-generated images.
Stars: ✭ 22 (-48.84%)
Mutual labels:  personalization
Nginxy
FancyIndex Theme for Nginx same appearance of Apaxy for apache
Stars: ✭ 34 (-20.93%)
Mutual labels:  personalization
adversarial-recommender-systems-survey
The goal of this survey is two-fold: (i) to present recent advances on adversarial machine learning (AML) for the security of RS (i.e., attacking and defense recommendation models), (ii) to show another successful application of AML in generative adversarial networks (GANs) for generative applications, thanks to their ability for learning (high-…
Stars: ✭ 110 (+155.81%)
Mutual labels:  personalization
nosto-prestashop
Nosto plugin for Prestashop
Stars: ✭ 12 (-72.09%)
Mutual labels:  personalization
Launcher
🚀 A distraction-free minimal homescreen for Android.
Stars: ✭ 116 (+169.77%)
Mutual labels:  personalization
plug-js
The easiest way to collect, manage, and consume real-time data to fuel personalized experiences.
Stars: ✭ 103 (+139.53%)
Mutual labels:  personalization
nosto-magento
Magento extension for Nosto
Stars: ✭ 28 (-34.88%)
Mutual labels:  personalization
groucho
Know all your users. Scalable front-end (anon) personalization & attribution
Stars: ✭ 31 (-27.91%)
Mutual labels:  personalization

Visilabs Android Library

Latest Version

November 18, 2022 - Visilabs v6.0.6

Latest Version Build Status

Table of Contents

Visilabs Android

The Visilabs Android Sdk is a java implementation of an Android client for Visilabs.

Installation

Visilabs Android SDK requires minimum API level 21.

Add maven jitpack repository to your project/build.gradle file

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

Add Visilabs to the dependencies in app/build.gradle.

implementation 'com.github.relateddigital:visilabs-android:6.0.6'

This version uses AndroidX

Visilabs SDK Set Up

Mobile Tagging for Visilab and more information : Please check docs

Sample Applications

Note :

You may use the support library module in sample application but we will not contribute support library in the future. This is our last support.

In App Notification Story
Image of InAppNew Image of Story

Mail Subscription Form

After form is created at RMC panel, likewise in-app message, existence of mail subscription form is controlled by after each customEvent call. You need to call overload of customEvent which takes Activity as third parameter in order to show mail subscription forms.

customEvent(String pageName, HashMap<String, String> properties, Activity parent)

It is shown as follows;

mail-subscription-form

Spin To Win

After form is created at RMC panel, likewise in-app message, existence of spin to win is controlled by after each customEvent call. You need to call overload of customEvent which takes Activity as third parameter in order to show spin to win.

customEvent(String pageName, HashMap<String, String> properties, Activity parent)

It is shown as follows;

Spin to Win Full Spin to Win Half
spin-to-win-full spin-to-win-half

Sending Campaign Parameters

You can send campaign parameters using sendCampaignParameters :

HashMap<String, String> properties = new HashMap<>();
properties.put("utm_campaign","euromsg campaign");
properties.put("utm_source","euromsg");
properties.put("utm_medium","push");
Visilabs.CallAPI().sendCampaignParameters(properties);

Licences

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].