Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 700 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 700 Bytes

Introduction

HumidityReader-AsyncTask is a sample application to fetch a humidity sensor readings over http periodically. The data is displayed in a simple animated line graph using snake.This app is part of lab 4 for my Android class to demonstrate the use of AsyncTasks.

Installation

Download:

git clone

The project is created with Android Studio. The following instructions will work with the tools provided with Android Studio.

To build the application, enter:

./gradlew

And install the application package on your device:

adb install app/build/outputs/apk/app-debug.apk

You should then be able to run the app on your device.