# StockTicker **Repository Path**: android_ios_test/StockTicker ## Basic Information - **Project Name**: StockTicker - **Description**: A resizable stock ticker widget for your android home screen, written in Kotlin - **Primary Language**: Kotlin - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-01 - **Last Updated**: 2021-01-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # StockTicker [![Circle CI](https://circleci.com/gh/premnirmal/StockTicker.svg?style=svg)](https://circleci.com/gh/premnirmal/StockTicker) [![Google play link](google-play-badge.png)](https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget) [iOS version](https://itunes.apple.com/us/app/todaystocks/id993467855?ls=1&mt=8) available on [github](https://github.com/premnirmal/TodayStocks) too! ## Motivation The main purpose of this app is to demonstrate usage of Dagger and RxJava - A homescreen widget that shows your stock portolio in a resizable grid. - Based off the [ministocks widget](https://github.com/niteshpatel/ministocks) but allowing unlimited tickers in a grid so you don't have to worry about sizing. - Stocks can be sorted by dragging and dropping the list. - Only performs automatic fetching of stocks during trading hours and weekdays. - **Now has Graphs!** Using [android MPAndroidChart] (https://github.com/PhilJay/MPAndroidChart) ## Importing and exporting - You can import a list of tickers by selecting **import tickers** from the settings menu. All you need is a textfile with your tickers in *comma-separated* format. - You can also export your tickers to a file by selecting **export tickers**. - You can set the font size in Settings. ## Future versions *Future versions will include:* - Ability to pick indices such as **^DJI**. - Ability to change the app theme and colors ## License MIT ### Author > [Prem Nirmal](http://premnirmal.me/)