Skip to content

HimanshuGarg701/BookStoreApplication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BookStore Application:

Summary:

BookStore Application displays the list of 50 books. All the books are fetched from a json file created by me. We can click on any of the book to get its information.

Implementation:

User Sign Up/ Sign In:

There is a sign in/up function in the very beginning of the application. The users are allowed to make an account. All the information of the user is stored in Firebase Database.

Sign In Sing Up

BookListPage:

After the user is able to sign in/up we come across the list of all the books fetched from json file. The image of the book is displayed on left side with the help of Piccasso. The list view is obtained with the help of Recycler view. The name of the book is displayed next to the picture of the book.

BookList

Book Info Page:

Whenever you click on any of the book displayed in the Book List page, you will come across the Book info page where all the information of that book is displayed. There are 2 buttons at the end which are meant for asking whether to rent the book or to buy it.

BookInfo

Third Party Libraries:

Picasso –

Picasso is used to fetch image URL from the web and paste the pic to the desired location inside the application.

Groupie-

Groupie makes the access of Recycler View easier because of easy implementation of adapter class using Groupie adapter.

Gson-

Gson makes the fetching of Json files very easy and you can use the json file data effectively.

OkHttp-

OkHttp allows you to access the web URL comprising of http's.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages