BookList Android project from my Androids Basics Udacity Course.
- Allows user to get a list of the published books on a given topic.
- Connects to the Google Books API in order to fetch results and display them.
- Using an AsyncTask.
- Parsing a JSON response.
- Checks for internet connection.
- Using ListView and Adapter to populate a list.