/DigiLib

Digital Library Application for Library Book Management

Primary LanguageJavaApache License 2.0Apache-2.0

DigiLib - Digital Library

Digital Library Application for Library Book Management

Users Features

  • Users can Read A Book In PDF
  • Users can search a book

Admin Features

  • Admin can upload a book
  • Admin can delete book

Note

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

User Images

image

image

image

image

image

Admin Images

image

image

image

Firebase Settings

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>

DEMO Download

Credits

  • Zahir Hadi Athallah