mirror of
https://github.com/mgroves/MonodroidStockPortfolio.git
synced 2024-12-24 12:03:02 +00:00
added readme
This commit is contained in:
parent
98af705859
commit
c8be379e11
2 changed files with 9 additions and 1 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -43,4 +43,7 @@ _ReSharper*/
|
|||
.svn
|
||||
|
||||
# Office Temp Files
|
||||
~$*
|
||||
~$*
|
||||
|
||||
#monodroid private beta
|
||||
monodroid*.msi
|
5
README
Normal file
5
README
Normal file
|
@ -0,0 +1,5 @@
|
|||
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.
|
||||
Also, I can (partly) reuse the libraries I created for the Windows Mobile app.
|
Loading…
Reference in a new issue