GithubHelp home page GithubHelp logo

sunzj0314 / cobrowse-sdk-android-binary Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cobrowseio/cobrowse-sdk-android-binary

0.0 1.0 0.0 20.48 MB

Cobrowse.io - Android Native SDK

License: Apache License 2.0

cobrowse-sdk-android-binary's Introduction

Cobrowse.io - Android Native SDK

Cobrowse.io is 100% free and easy to try out in your own apps. Please see full documentation at https://docs.cobrowse.io.

Try our online demo at the bottom of our homepage at https://cobrowse.io/#tryit.

Installation

In your app build.gradle

dependencies {
    // ... other dependencies ...
    implementation 'io.cobrowse:cobrowse-sdk-android:2.+'
}

To use Cobrowse.io in your project, please add the following lines to your Application subclass.

package com.example;

import android.app.Application;
import io.cobrowse.CobrowseIO;

public class MainApplication extends Application {

    @Override
    public void onCreate() {
        super.onCreate();

        CobrowseIO.instance().license("<your license key here>");
        CobrowseIO.instance().start(this);
    }
}

Important: Make sure you do this in your custom Application subclass onCreate() to ensure devices register in your dashboard right away.

You may also start CobrowseIO in your MainActivity or other Activity if necessary. In that case, the SDK will continue to function even as new Activities are being created and destroyed.

Add your license key

Please register an account and generate your free License Key at https://cobrowse.io/dashboard/settings.

This will associate sessions from your mobile app with your Cobrowse.io account.

Try it out

Once you have your app running in the Android emulator or on a physical device, navigate to https://cobrowse.io/dashboard to see your device listed. You can click the "Connect" button to initiate a Cobrowse session!

Optional features

Identify your devices

Use 6-digit codes

Redact sensitive data

Customize the interface

Initiate sessions with push

Full device capabilities

Advanced features

Questions?

Any questions at all? Please email us directly at [email protected].

Requirements

  • API version 19 (4.4 KitKat) or later

cobrowse-sdk-android-binary's People

Contributors

headlessme avatar snyderj avatar

Watchers

James Cloos 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.