This repository contains a sample Android application that demonstrates how to integrate a PDF viewer using Jetpack Compose and Kotlin. The app allows users to load and display PDF files within a Compose UI.
- Load and display PDF files.
- Support for navigating through multiple pages.
- Smooth scrolling and zooming functionality.
- Customizable UI elements and styling.
To get started with the project, follow these steps:
-
Clone the repository to your local machine using
git clone https://github.com/chiragthummar/PDFReaderJetpackCompose.git
. -
Open the project in Android Studio.
-
Build and run the application on an emulator or physical device.
Contributions to the project are welcome. If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.
- Android PDF Viewer - An open-source library used for PDF rendering in Android applications.
- Jetpack Compose - A modern toolkit for building native UIs for Android.