This android is simply a pdf reader app with Night mode or dark mode feature. This app fetches your all pdf from your device and shows it into the app And it has a search bar that helps to search pdfs.
1. Fetch all PDF files from your device
2. Can read all PDF files
3. You can enable and disable Night Mode
4. Has a Search bar to search PDF files
5. Admob ads Integration
Both Banner ad and Interstitial Ad
6.Interactive UI/UX design
dependencies {
implementation 'com.github.barteksc:android-pdf-viewer:3.2.0-beta.1'<br>
implementation 'com.google.android.gms:play-services-ads:12.0.0'<br>
----//------
}