From c8be379e116d0fb8a438a29cb41b8975e01f6cbd Mon Sep 17 00:00:00 2001 From: mgroves Date: Tue, 2 Nov 2010 14:02:52 -0400 Subject: [PATCH] added readme --- .gitignore | 5 ++++- README | 5 +++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README diff --git a/.gitignore b/.gitignore index b320473..6d157cb 100644 --- a/.gitignore +++ b/.gitignore @@ -43,4 +43,7 @@ _ReSharper*/ .svn # Office Temp Files -~$* \ No newline at end of file +~$* + +#monodroid private beta +monodroid*.msi \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..f95c5af --- /dev/null +++ b/README @@ -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. \ No newline at end of file