mark
mark
Hi, I am not really sure how this was implemented because I'm seeing .aar file. Is this possible to port on Xamarin.Forms? Thanks!
@trevoriancox this is how I authenticate with Google: > try > { > > OAuthApi api = ... > > api.ResetData(); > var account = await api.Authenticate(); > if (!account.IsValid())...
You need to install the separate package for it.
Same issue here. I just noticed that every time I toggle the `IsVisible` property, I always see this log from the console output: ``` [glidex] IImageViewHandler of type `Android.Glide.ImageViewHandler`, `LoadImageAsync`...
> I am trying to create a staggered layout but while using glidex I cannot get the image size. I need to provide height request and width request manually. What...
You got it wrong. In order for this to work, you need to derive from `SegmentedControl` first and create a renderer for each platform. Make sure that the `View` you're...
Are these plans in the near future?+2
I was having the same issue until I added this into AndroidManifest.xml ```xml