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
- Host: GitHub
- URL: https://github.com/michaeldehaney94/offload-background_task
- Owner: michaeldehaney94
- Created: 2021-03-18T23:41:55.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-21T17:34:43.000Z (about 4 years ago)
- Last Synced: 2025-01-30T15:51:21.599Z (4 months ago)
- Topics: android, api, asynctask, asynctaskloader, broadcast-reciever
- Language: Java
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.