2010-11-02 18:34:16 +00:00
|
|
|
Monodroid Stock Portfolio
|
|
|
|
=========================
|
|
|
|
|
2011-03-16 03:02:09 +00:00
|
|
|
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
|
|
|
|
|
2010-11-02 18:34:16 +00:00
|
|
|
What...? Why...?
|
|
|
|
----------------
|
|
|
|
|
2010-11-02 18:02:52 +00:00
|
|
|
This is a rewriting of a Windows Mobile project I wrote for my own personal use, since I have
|
|
|
|
recently switched from Windows Mobile to Android.
|
|
|
|
|
|
|
|
I am using Monodroid since I'm not good at Java, and I couldn't get PhoneGap to work right.
|
2010-11-02 18:22:47 +00:00
|
|
|
Also, I can (partly) reuse the libraries I created for the Windows Mobile app.
|
|
|
|
|
|
|
|
By hosting this project on github, I will be providing this app as an open-source app for other
|
2010-11-02 18:34:16 +00:00
|
|
|
Monodroid devs to learn from, as well as help myself learn how to use git.
|
|
|
|
|
|
|
|
Notes
|
|
|
|
-----
|
|
|
|
|
2011-04-02 17:28:31 +00:00
|
|
|
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
|
2010-11-02 18:37:42 +00:00
|
|
|
domain anyway.
|
|
|
|
|
|
|
|
To get stock quotes, I'm using a Yahoo API coupled with the FileHelpers library
|
2011-03-16 03:02:09 +00:00
|
|
|
(since the Yahoo API outputs a CSV)
|
|
|
|
|