Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.09 KB

File metadata and controls

34 lines (22 loc) · 1.09 KB

PSPDFKit for Android Example - Simple Jetpack Compose Example App

A simple example app demonstrating PSPDFKit for Android's composable API in the com.pspdfkit.jetpack.compose package.

Prerequisites

  • The latest stable Android Studio version available here.

Getting Started

Clone and check out this example app repository on your local machine:

git clone https://github.com/PSPDFKit/pspdfkit-jetpack-compose-pdf-viewer.git
cd pspdfkit-jetpack-compose-pdf-viewer

You can now open the project inside Android Studio, or build and install the app directly from the command line:

./gradlew :app:installDebug

License

This software is licensed under a modified BSD license.

Additional Resources