diff --git a/README.md b/README.md index 069f2a3..e534199 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Plaid Link Sample Android App [![version][link-sdk-version]][link-sdk-url] -Sample application that demonstrates Plaid Link integration for Android in both Kotlin and Java. +This sample app will show you how Link Android SDK can integrate with your own app in both Kotlin and Java. Check out [the benefits](./docs/sdk-vs-webview-comparison.md) of using the SDK. +
diff --git a/docs/sdk-vs-webview-comparison.md b/docs/sdk-vs-webview-comparison.md new file mode 100644 index 0000000..c06eb06 --- /dev/null +++ b/docs/sdk-vs-webview-comparison.md @@ -0,0 +1,13 @@ +# Plaid SDK vs Webview +Integrating with the SDK provides many benefits over using a [WebView](https://developer.android.com/reference/android/webkit/WebView). + +| | SDK | Webview | +| :--- | :----: | :---: | +| Lines of code to integrate | <20 | >100 | +| Type-safe API | X | | +| Support for all link flows (including OAuth!) | X | | +| Monthly updates with the latest features | X | | +| Support from Plaid | X | | +| Up-to-date documentation | X | | + +