microsoft / SmartHotel360-Mobile

SmartHotel360 Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wish list, nice to see more samples on

boguslawblonski opened this issue · comments

It would be nice to see additional samples:
-Gestures support as swipe on many platforms
-usage of repeater control (not list) to print items
-RTL (non latin ) language sample
-Fault handling on request , many times try to connect,

Very interesting list. I'm going to add a little more info related to each point in case it helps.

  • Related to gestures there are nice libraries like MR Gestures .
  • In SmartHotel360 a control similar to Repeater Control is used. There are also some community components. For example this one.
  • There are recent changes in Xamarin.Forms related to RTL.
  • I recommend this article by David Britch.