mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2024-11-14 19:29:26 +00:00
updated readme to reflect CSV library changes
This commit is contained in:
parent
872df67ffd
commit
f6d7c71188
1 changed files with 8 additions and 1 deletions
9
README
9
README
|
@ -1,6 +1,12 @@
|
|||
Monodroid Stock Portfolio
|
||||
=========================
|
||||
|
||||
Updates
|
||||
-------
|
||||
|
||||
3/15/2011 - I'm no longer using FileHelpers, since I can't get it to work with MonoDroid anymore (even with compiling it myself)
|
||||
so I switched to LumenWorks.Framework.IO.Csv because writing CSV parsing is a hard problem that I don't need to solve again
|
||||
|
||||
What...? Why...?
|
||||
----------------
|
||||
|
||||
|
@ -22,4 +28,5 @@ another conversion, so I just switched it over to using Sqlite, since it's not t
|
|||
domain anyway.
|
||||
|
||||
To get stock quotes, I'm using a Yahoo API coupled with the FileHelpers library
|
||||
(since the Yahoo API outputs a CSV)
|
||||
(since the Yahoo API outputs a CSV)
|
||||
|
||||
|
|
Loading…
Reference in a new issue