/StockHawk

The app currently finds stock prices from the internet and allows users to add stocks to track

Primary LanguageJava

StockHawk

The app currently finds stock prices from the internet and allows users to add stocks to track

Installation

$git clone https://github.com/fouchimi/StockHawk.git

On Linux and Mac OS, you can open the project on Android Studio and run ./gradlew assembleDebug and adb -d install app/{path-to-your-apk} which is often app/build/outputs/apk/{apk_file}.

On Windows, you can run this command instead gradle.bat assembleDebug and adb -d install app/{path-to-your-apk}

Alternatively you can simply click on the run button of the IDE and those steps will be ran automatically and load the application on your mobile or virtual device

Library

I have used MPAndroidChart to draw the graph. You can check check this link to get started.