Reading List - Mobile Dev
2020
May
January
- 02
- 08
- 11
- 15
2019
December
- 31
- Xamarin.Forms OnPlatform Extension
- Xamarin.Forms RelativeBinding
- Xamarin.Forms.DebugRainbows - helps to debug UI alignment issue. Can be used for Views too. Just need to do the followings.
<Style x:Key="DebugRainbows" ApplyToDerivedTypes="True" TargetType="forms:VisualElement"> <Setter Property="rainbows:DebugRainbow.ShowColors" Value="True" /> </Style>
November
- 17
October
- 17
- Xamarin Forms - If you do compiled binding on root level object, each child item's data template have to be associated with a datatype or {x:null} for classic binding. Failure to do that may introduce wonky behavior where the binding works, but the UI would not reflect the changes until a change event occurs.
- 21
- 23