Digital Library Application for Library Book Management
- Users can Read A Book In PDF
- Users can search a book
- Admin can upload a book
- Admin can delete book
This application is divided into two, namely user and admin applications, if you want to see the source of the admin application, open the ADMIN_APP folder
To set the Firebase Services, open the app/src/main/res/values/secret.xml, now there you will find the following syntax:
<resources>
<integer name="google_play_services_version">12451000</integer>
<string name="firebase_database_url" translatable="false">YOUR_URI_DATABASE</string>
<string name="project_id" translatable="false">YOUR_PROJECT_ID</string>
<string name="google_app_id" translatable="false">YOUR_APP_ID</string>
<string name="google_api_key" translatable="false">YOUR_APP_KEY</string>
<string name="google_storage_bucket" translatable="false">YOUR_STORAGE_BUCKET</string>
</resources>
- Click Me! Download-Now
- Zahir Hadi Athallah