This app displays a list of books according the user's input from the Google Books API.
More info on the Google Books API available at: https://developers.google.com/books/docs/overview
- To build this project, use the "gradlew build" command or use "Import Project" in Android Studio.
- Ilegar Libro is a Book Searching App.
- It fetches data from the Google Books API in realtime and displays the list of available books as per user's search input.
- The app makes use of ListView which displays the list of books with a custom adapter.
- The app also makes use of SearchView for searching the books from the Google Books Database.
- Loader Class is used for efficient use of Resources.