An Android app that fetches and displays book data from the Google Books API based on title, author, or book type.

A native Android application built in Java that integrates with the Google Books API. Users can search for books by title, author name, or book type and view results in a list view. The app demonstrates core Android concepts including AsyncTask Loaders, JSON parsing, networking, and multithreading.