Skip to content

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

Notifications You must be signed in to change notification settings

WillWcchan/Simple-Random-Stock

Repository files navigation

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