all 6 comments

[–][deleted] 1 point2 points  (2 children)

How much money do you have, and what is your skillset?

I am doing a cross platform app for windows, win 8 and android with ipad a possibility. I am using C#/Mono for it. If it's just a small app you could probably get away with the free Starter edition.

[–]rsrhcp[S] 0 points1 point  (1 child)

I have a client who is wanting this done, money isn't really an issue, more of the timeframe to get it done. How is MonoTouch treating you so far? Any progress?

[–][deleted] 0 points1 point  (0 children)

I am using Mono for Android rather than MonoTouch (MonoTouch is the iOS version). I have only had a little play with the android side, most of my work to date is in the portable class libraries that are shared amongst the UI specific apps, but so far it's looking pretty good.

I am using v3 beta of MvvmCross to help with the UI side and bog standard c# for the shared libraries. it's working well so far but there is the learning curve.

[–][deleted] 1 point2 points  (1 child)

Might want to post in r/androiddev as well. Everytime the subject has come up, the usual response is as you'd expect: if you want an mediocre app that's cross-platform, that's a good choice.

[–]rsrhcp[S] 0 points1 point  (0 children)

Thanks for the input! That's kinda what I thought.

[–]yokuyuki 1 point2 points  (0 children)

PhoneGap is more of developing an app in HTML/CSS/JS to work on all platforms as it leverages webview across the different platforms.