/book-listing-app

Udacity Android Basics Course.

Primary LanguageJava

Book Listing App

Description

  • This app displays a list of books according to search query.
  • Using the google books API.

What I've learned :

  • Checking the internet connection.
  • Using AsyncTasks to connect to the internet.
  • Using AsyncTasksLoader to connect to the internet.
  • Reading and parsing JSON data.
  • Customizing ListViews,using ArrayLists & ArrayAdapters.
  • Using progress bar and listview empty state for better UX.
  • Using search view.

Screenshots