updated readme

This commit is contained in:
mgroves 2011-04-02 13:28:31 -04:00
parent 3d31d52493
commit f187f9ed92

5
README
View file

@ -22,9 +22,8 @@ Monodroid devs to learn from, as well as help myself learn how to use git.
Notes
-----
I originally used db4o for the persistence of this app, but since the Mono version of db4o seems to
be a bit behind, and it also seems a little silly to run a conversion of a conversion on top of
another conversion, so I just switched it over to using Sqlite, since it's not that complex of a
I originally used db4o for the persistence of this app, but I had trouble getting that to work
with MonoDroid, so I just switched it over to using Sqlite, since it's not that complex of a
domain anyway.
To get stock quotes, I'm using a Yahoo API coupled with the FileHelpers library