WillWcchan / Simple-Random-Stock

Randomly select a stock from your favorite U.S index and have them saved in your history for future uses. Enjoy! For more info, check the README.MD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Random Stock

Randomly select a stock from your favorite U.S index and have them saved in your history for future uses. I created this application as a side project. I wanted to accomplish what I thought was impossible. I'm interested in the finance field. I wasn't able to find an app that would randomly select a stock for my style. Thus, I created this app.


Build Status

Mobile applications

Get it on F-Droid Get it on Google Play

Technologies

Simple Random stock uses a number of open source projects to work properly:

  • Room Database - Use SQLite to cache your app's data locally
  • Lifecycles - to perform certain actions in response to a component's lifecycle
  • MaterialIO - The Web equivalent of Bootstrap for Mobile
  • Unsplash - image by Ankush Minda on Unsplash
  • Gradle - build tool for obtaining dependencies
  • Dillinger - open source tool to create this README.md

Launch

  • No minimum hardware requirments
  • Have Android Studios
  • Fork or clone a copy of this repo and allow gradle to handle the build process
  • Click 'run' on SplashScreen located in the package .../splashscreens/SplashScreenActivity and the app will load

Development

Want to contribute? Great! Submit a pull request

Test

There are tests written in Junit and Espresso.

Todos

  • Write MORE Tests
  • Add Night Mode
  • Maybe come up with a way to run the app originally on MainActivity, instead of SplashScreenActivity

License

MIT

About

Randomly select a stock from your favorite U.S index and have them saved in your history for future uses. Enjoy! For more info, check the README.MD

License:MIT License


Languages

Language:Java 96.1%Language:Python 2.5%Language:Ruby 1.4%