Display stock performance in android
问题 Could anyone please advise me what would be the best way to display the performance of a particular stock in an android app. I would be interested to know if any one has used any particular libraries. I use a yahoo finance CSV parser to fetch the stock info. Thanks. 回答1: I don't know of any good libraries specifically dealing with stock information, but I am assuming you are interested in charting? There are a bunch of options for producing charts for Android apps: Graphview - A custom View