An open API service indexing awesome lists of open source software.

https://github.com/michaeldehaney94/offload-background_task

"Who Wrote It?" and "Notify Me" app task built in Android Studio
https://github.com/michaeldehaney94/offload-background_task

android api asynctask asynctaskloader broadcast-reciever

Last synced: about 2 months ago
JSON representation

"Who Wrote It?" and "Notify Me" app task built in Android Studio

Awesome Lists containing this project

README

        

# Offload-Background_Task

Who Wrote It?
This task is to build a book application that takes an input of the name of a book, at the EditText View, and returns the name of the author.
The app is a that demonstrate how to retrieve JSON querystring data through Google Books API using AsyncTask to URI to locate online resources in the background.

Notify Me
The task is to create three buttons, 'Notify', 'Update' and 'Cancel'. This task si to explore the uses of building notification and broadcast receivers.