Nick9500 / ministocks

Android Stocks Widget
http://niteshpatel.github.io/ministocks
MIT License
1 stars 2 forks source link

As a Developer, I want to add Crypto ticker symbols into StockSuggestions #54

Closed Nick9500 closed 6 years ago

Nick9500 commented 6 years ago

We want to have the database of symbols for Cryptocurrencies show up within the StockSuggestions text field once the user begins typing, similar as it is now for stocks. As a developer, I want to add Crypto ticker symbols into StockSuggestions.

[SP: 5] [Priority: 1] [Risk: High]

Demo Open widget Open Preferences Tap Stock Setup Start typing BTC (for bitcoin) Tap on BTC - Bitcoin in the suggestions

Tasks: Find an API to pull Crypto from (maybe AlphaVantage) Parse JSON for symbol Create a Repo similar to YahooFinanceStockRepo Get the same data as Nitezh (price, vol, name, etc) Create widget row based on new Crypto info Add to list

everlybolivar commented 6 years ago

Mock-up of how the stock ticker will be available to the user screen shot 2018-04-03 at 3 45 41 pm

GurkomalSRao commented 6 years ago

completed