• Courses
  • Tutorials
  • DSA
  • Data Science
  • Web Tech
Switch to Dark Mode
August 24, 2022 |15.6K Views

How to build a Book Library Android Application using Java

  Share  2 Likes
Description
Discussion

In this video, we will be building book library android application in which we will be displaying the different types of books within our android application. 

There are many android applications present on google play store which provides different types of books to read within their android application. We can also get to see different types of books on the google play application itself. 

Following are the functionalities that we will be adding in this application:

1) We will be adding a search bar within our android application. When user puts his query in that search bar and click on search we will get to see the search results for that search query. We will get to see different types of books which are based on user query. 

2) Along with that when user clicks on any of the book from the searched results. He will be able to view all the details of that book such a author, number of pages, and others. 

3) We will be also adding two buttons within our application with the help of which user will be able to buy or view that specific book. In this video we will be learning how to use postman, using Volley for JSON parsing. 

This project will surely help beginner to intermediate level android developer to brush up and enhance their Android development skills. 

How to Build a Book Library App using Google Books API in Android?
https://www.geeksforgeeks.org/how-to-build-a-book-library-app-using-google-books-api-in-android/

Read More