Library-App
Library App - Using Android studio / Final project
Screens
- SplashScreen: it’s launcher activity will be moved to MainActivity auto after 2 sec.
- MainActivity: Will contain 4 cards to navigate between app screens.
- CategoriesActivity: Will have RecyclerView to show categories from DB.
- BooksActivity: When user click on Category will show books in RecyclerView for clicked category only.
- BookDetailsActivity: When User click on book will show clicked book details in this activity.
- EditBookActivity: When User click on edit button will open this activity to update clicked book and also have delete button to delete book from DB.
- CreateBookActivity: This activity to create new book and should book have a real category. a. User can’t create new book if any data is missing or invalid data. b. Image is required. 8- CreateCategoryActivity: This Activity to create new Category