Hi Guys,
Great initiative!
I haven't tried it out yet myself, but going by the comments, looks like there are some platform issues to sort out first.
Thats what my thoughts/suggestions are about - Platforms
I'm also a Java, Flash and Web developer and I've also been tossing around the idea to create a mobile app.
Disclaimer : These are just my opinions, so feel free to ignore them
Firstly, the .NET platform is notorious for having issues on a system level even if the application itself is fine.
I've also, in my experience at work, found that even though its meant to be backwards compatible, there are cases where thats not always the case, which results in bad User experience even though the app is fine.
Secondly, using .NET (to my knowledge) restricts use of the application to Windows only (or *nix with Win32 emulation), which isnt ideal.
My suggestion is to consider the use of HTML5 and/or Flash (if you use AIR, you can package the same application for Windows, Web, Android, iOS) :
help.adobe.com/en_US/air/build/WSfffb011...2cc36970aa-8000.html
With specific regard to mobile development, I've found that for my personal apps, developing in Android is great, but limited to Android, but using HTML5 you can create
offline apps that look and behave (for the most part) the same on all devices.
(HTML 5 spec includes offline storage of assets including video and audio and SQL Lite database usage).
Trsut me, I know its never as easy as saying "Okay, lets do it that way", but perhaps you want to consider these points because if you're going to put a lot of effort into the app, it would be great to have as large a user-base as possible.
Thanks for the hard work !
:happy: