Android Sample App- PDF Viewer Development

Заказчик: AI | Опубликовано: 19.11.2025
Бюджет: 50 $

I need a developer to create a simple Android sample application using Java (Android Studio). The purpose of this project is to demonstrate how to open both regular PDF files and password-protected PDF files using the latest Android PDF Viewer Library provided by Google: Library to Use: https://developer.android.com/media/grow/pdf-viewer Project Requirements 1. Technology Language: Java IDE: Android Studio Minimum SDK: as recommended by the library Library: androidx.pdf:pdf-viewer (as per the above documentation) 2. App Functionality The sample app should have a very simple UI with: A. Two Buttons Open Normal PDF Open Password-Protected PDF B. PDF Opening Behaviour When the user taps Open Normal PDF, the app should display a regular PDF stored in the app’s assets or raw folder. When the user taps Open Password-Protected PDF, the app should open another PDF which is password-protected. The app should correctly prompt for a password (if handled by the library) or show how to programmatically supply the password.