Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Notifications You must be signed in to change notification settings

fouchimi/StockHawk

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages