This app displays stocks current value.It also shows the graph on daily stock values,weekly stock values,monthly stock values and yearly stock values.
- Follow these instructions to build and run the project.
- Clone this repository.
- Download the appropriate JDK for your system.I am currently on JDK 8.
- Install Android Studio.
- Import the project. Open Android Studio, click Open an existing Android Studio project and select the project. Gradle will build the project.
- Run the app. Click Run > Run app. After the project builds you'll be prompted to launch on device or launch on emulator.
- User can search the stock values with stock symbol name
- User can add the stock symbol to the list and can always check the rising and falling value.
- User can have better analyse the market with stock graphs.
- This app uses Yahoo finance API to get the stocks JSON data.
- This app includes
compile 'com.github.PhilJay:MPAndroidChart:v2.2.3'third party library for plotting graph.