added info about fetching

This commit is contained in:
Prem
2014-12-22 19:51:34 -05:00
parent 38f92ed82e
commit c3f5c2701e
+3 -15
View File
@@ -1,29 +1,20 @@
# StockTicker
[Google play link](https://play.google.com/store/apps/details?id=com.github.premnirmal.tickerwidget)
- 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 are sorted by change in percent (descending).
- Only performs automatic fetching of stocks during trading hours and weekdays.
## Importing and exporting
*Are you tired of re-entering your tickers ever time you install a new finance app, or when you get a new phone? Fuggedaboutit!*
- 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.
- Stocks are sorted by change in percent (descending).
## Note
The main purpose of me building this app is to practice usage of Square's Dagger library and Netflix's RxJava library.
## Future versions
*Future versions will include:*
- Ability to set a custom refresh interval
- Ability to pick indices such as **^DJI**.
@@ -34,8 +25,5 @@ The main purpose of me building this app is to practice usage of Square's Dagger
MIT
---
**Author**
### Author
> Prem Nirmal | [premnirmal.github.io](http://premnirmal.github.io/) | [twitter](https://twitter.com/premnirmal88)