Juan R

Results 3 comments of Juan R

+1 I want display a product form and user select type (e.g Pen) and fill pen attributes before submit. Anyway, thanks for your great gem!

``` [assembly: ExportRenderer(typeof(CustomMap), typeof(CustomMapRenderer))] namespace AgendaApp.Droid.Renderers { public class CustomMapRenderer : MapRenderer { private bool _isDrawn; public CustomMapRenderer() : base(Android.App.Application.Context) { } protected override void OnElementChanged(ElementChangedEventArgs e) { base.OnElementChanged(e); if...