Create an array/database/API of your own of a minimum of 10 books.
10 book images will be provided below. You can add more books if you like.
Display the data book data such as price, author, name, rating, description, etc in a nice format.
A favorite button to add the book to favorites.
Also, there should be another activity/frame which displays the books you've added to favorites and occasionally you can remove from favorites.
Be creative to add new features to it.
Create an array/database/API of your own of a minimum of 10 books.
10 book images will be provided below. You can add more books if you like.
Display the data book data such as price, author, name, rating, description, etc in a nice format.
A favorite button to add the book to favorites.
Also, there should be another activity/frame which displays the books you've added to favorites and occasionally you can remove from favorites.
Use Recycler View for showing the data.
Once the data is loaded, add another activity that displays the description of the book also.
A 'favorite' activity/frame in which favorite books are managed.
Be creative to add new features to it.