Skip to content

A Sample app to demonstrate the usage of PoyntOS SDK

Notifications You must be signed in to change notification settings

rtanaka/PoyntSamples

This branch is 227 commits behind poynt/PoyntSamples:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2d92644 · Jan 21, 2015

History

17 Commits
Jan 21, 2015
Jan 21, 2015
Jan 21, 2015
Jan 21, 2015
Jan 21, 2015
Jan 21, 2015
Nov 10, 2014
Jan 21, 2015
Jan 21, 2015
Nov 10, 2014
Nov 10, 2014
Nov 10, 2014

Repository files navigation

Poynt Sample

The purpose of this sample app is to demonstrate a simple integration with PoyntOS SDK to build apps that run on PoyntOS.

Couple of things to note here:

  1. Permissions in AndroidManifest.xml - these are required to make sure your application can invoke the Poynt Services and access Data from the Poynt Content Providers.
  2. Binding/Unbinding to the PoyntServices is required as with any AIDL service on android.
  3. Poynt Authenticator is used to support Poynt Accounts (Business users 'aka' employees) logins through the Android Account Manager interface.

Building & Running

The sample uses gradle wrapper to build. Just use the gradlew commands to build or you can open the project in Android Studio and run it directly from there.

./gradlew assembleDebug

Maven repository credentials

Our maven repository is protected with login credentials, which at this point are shared only with the developers who've signed up for PoyntOS SDK on a first come first served basis. If you've already signed up but haven't received the information from us yet, please be patient as we reach out to everyone from the SDK request list.

About

A Sample app to demonstrate the usage of PoyntOS SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 54.2%
  • Python 45.8%