Skip to content
Bob Dickinson edited this page Aug 27, 2014 · 2 revisions

Property Cross is a benchmark application used to evaluate cross-platform mobile development tools. For more info, see http://http://propertycross.com/.

Xamarin is one of the best, in terms of how "native" the apps seem: http://propertycross.com/

To implement this in Synchro, we need some more work.

  • Need to deal with flexible layout issues
  • Image scale issue (display image at desired size) - all platforms
  • Need grid control for landscape (tablet) layouts
  • On Android, list item repopulation is ugly (need some caching/backing, or disable row recycling)
  • Text layout issues (wrap to specified width, grow height)
  • Persistent user state mapping would also be cool (set favorite on one device, go to another and see favorite)