Giter Site home page Giter Site logo

android-samples's Introduction

Kiip SDK - Android Samples

A collection of Android sample projects for using the Kiip SDK.

Contents

BaseKiipUtils

A library project that is used by all the samples which you can also use in your app! It provides code that simplifies the Kiip integration.

SimpleSample

Sample app that shows how to do all the basics: save moments, attach listeners, and more.

CustomSample

Sample that that provides examples on how to customize the Kiip experience in your app.

Notification types:

  • Default: A basic notification displayed by Kiip.
  • Custom: A notification that uses a custom view defined by the developer, but displayed and managed by Kiip.
  • Integrated: A completely custom integration that the developer defines themselves.

Instructions

  1. Set up your application in the Developer Console. For more information:

    http://app.kiip.me

  2. Download the latest Kiip SDK from http://docs.kiip.me/en/downloads

  3. Copy the KiipSDK library project into libprojects/

  4. Launch Android Studio

  5. Select Open Project

  6. Select the top-level directory of this repository

  7. Modify the APP_KEY and APP_SECRET in the project's Application class to your credentials, as given by the Developer Console.

  8. Compile and run

Add Kiip to an existing project

  1. Create libprojects directory in your project

  2. Copy libprojects/BaseKiipUtils and KiipSDK to libprojects/

  3. Add BaseKiipUtils and KiipSDK as dependencies to your project:

    dependencies { compile project(':libprojects:BaseKiipUtils') compile project(':libprojects:KiipSDK') }

Support

For integration and reference, see our docs at http://docs.kiip.me

android-samples's People

Contributors

grantland avatar

Watchers

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