Giter Club home page Giter Club logo

seamlesspay-android's Introduction

SeamlessPay Android

License

Overview

SeamlessPay Android provides drop-in UI Components that can be used to collect your users' payment details and process payments from within your app. We also expose the Base SDK that allow you to use our API directly.

Get started with ๐Ÿ“š integration guide.

Installation

Your development environment must have minimum requirements configured:

Requirements

Note: If you do have the Android SDK installed, add a local.properties file to the top level directory with sdk.dir=/path/to/your/sdk/.android-sdk

Example Apps

The SeamlessPay Android SDK comes bundled with the following demo apps:

  • Example: Basic setup and usage of UI Components

Before start any development in Example App run command in terminal:

./gradlew addPreCommitGitHookOnBuild

While developing the SDK, it's crucial to test it in the Example App without distributing new artifacts to Maven. To do this, ensure you have pulled the latest Example App code. Then, update its settings.gradle file to include the SDK as a module:

include ':app'
include ':sdk'
project(':sdk').projectDir =
    new File('../sdk')

Next, add this module to the dependencies section of the build.gradle file to gain access to SDK classes in the Example App:

dependencies {
    implementation project(':sdk')
}

Once development is complete and you're ready to publish a new SDK version, remove the SDK module from settings.gradle:

include ':app'

Update the SDK dependency to use the most recent version from Maven and commit the changes:

Run ./gradlew :demo:installDebug to install the Demo app on a device.

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.