Skip to content

An android applications that returns a list of books based on users search query using the Google Books Api. It was built using the Android Architecture components and other basic android libraries

Notifications You must be signed in to change notification settings

Stephenayor/BookFinder

Repository files navigation

BookFinder

An android applications that returns a list of books based on users search query using the Google Books Api. It was built using the Android Architecture components and other basic android libraries It is a simple BookFinder application that tries to get the book associated data over the internet using the Retrofit library

Features

Built With 🛠

  • Retrofit - A type-safe HTTP client for Android and java
  • Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
    • LiveData - Data objects that notify views when the underlying database changes.
    • ViewModel - Stores UI-related data that isn't destroyed on UI changes.
  • GSON - A Java serialization/deserialization library to convert Java Objects into JSON and back.
  • Glide - An image loading and caching library for Android focused on smooth scrolling.

📸 Screenshots

List of Books Book Details Fragment
book_finder book details fragment

About

An android applications that returns a list of books based on users search query using the Google Books Api. It was built using the Android Architecture components and other basic android libraries

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages