GithubHelp home page GithubHelp logo

getcello / cello-android Goto Github PK

View Code? Open in Web Editor NEW
1.0 0.0 0.0 106 KB

Cello for Android, for integrating Cello referral component into your Android application.

Home Page: https://cello.so

License: Apache License 2.0

android cello mobile

cello-android's Introduction

Cello for Android

The Cello SDK for Android enables you to add sharing into your Android app. With a plug-n-play mobile sharing component, your users can easily share their invite link with their friends and network using mobile sharing options convenient for them.

Note, that you will still need to provide access to full featured Cello Referral Component through your web app for your users to be able to claim their rewards

Installation

You can install Cello for Android using Gradle or manually. A basic installation takes around 15 minutes but will take a little longer if you want to customize the way the Cello Referral Component is launched.

To install Cello for Android, you will need an API key, which you will be provided during onboarding.

Compatibility

Cello SDK for Android is compatible with API 21 and up.

Setup

Install Cello to see and give your users the option to spread the word from your iOS app. Cello for Android supports API 21 and above.

Note: We recommend using the latest available compileSdkVersion.

Install Cello

Add the following dependency to your app's build.gradle file:

dependencies {     
  implementation("so.cello.android:cello-sdk:0.1.0") 
}
dependencies {
    implementation 'so.cello.android:cello-sdk:0.1.0'
}

Maven Central

Cello is hosted on maven central. You will need to add maven central to your root build.gradle file.

allprojects {
    repositories {
      mavenCentral()
    }
}

Example app

There are example sample app provided here.

React Native Support

Looking for React Native support? We have a React Native Plugin for Cello Referral component ๐ŸŽ‰

cello-android's People

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.