3

I remember seeing a promising framework that let developers share the UI code of applications developed for MonoDroid and MonoTouch some time ago. Can't find it now, anyone knows its name?

Links to any frameworks attempting to achieve the same would be appreciated.

user974608
  • 242
  • 1
  • 8

2 Answers2

4

Is Monocross what you are looking for?
Or Monogame if you are going the XNA route?

Community
  • 1
  • 1
LosManos
  • 7,195
  • 6
  • 56
  • 107
  • The framework I'm talking about is a commercial product. It requires another subscription beside MonoTouch and MonoDroid. Monocross doesn't actually let you share the whole UI code right? That framework does, at least claimed to do so. Monogame actually lets (or going to let) you share everything, so thanks for mentioning that, but the framework I'm looking for is for general applications. I guess it could be done with Monogame, but would be a lot of work... – user974608 Jul 16 '12 at 04:59
4

You can also try Mvvmcross. I think it is branched from monocross but uses mvvm instead of mvc.

valdetero
  • 4,624
  • 1
  • 31
  • 46