Quiltt Logo

Android SDK

The Quiltt Android SDK provides Components for seamless integration of the Quiltt Connector into your Android app.

Documentation

For full documentation, additional examples and the source code, see the Quiltt Android SDK on Github.

Link to this section#Install

Link to this section#Maven Central

Link to this section#Setting up OAuth

Quiltt always prioritizes OAuth-based connections, which require your user to be provide consent on their institution's website or app, and then be redirected back to your app. This means that your application needs to be able to gracefully handle this redirect by returning them to Connector flow in your app.

For production Environments, you must pass always a https:// URL to oauthRedirectUrl. This URL must be a valid App Link that can launch your app, like https://app.mydomain.com/connect_bank.

Please see the Android App Links guide for more information.

For local development, you can use http://. We recommend using a tunneling service like Ngrok.

If you use Plaid, you must register the Quiltt callback URL as an allowed redirect URI in the Plaid Dashboard. See the Plaid OAuth guide for more information.
https://*.callback.quiltt.io

Link to this section#Usage

Link to this section#Jetpack Compose

Link to this section#XML Layout