Google February 2020 | SubramanyamRaju Xamarin & Windows App Dev Tutorials

Wednesday 19 February 2020

Xamarin.Forms Resolved: Cleartext HTTP traffic not permitted in Android

Introduction:
Starting with Android 9 (API level 28) cleartext(non-HTTPS) support is disabled by default? It is always recommended to make connections over HTTPS to ensure that any web communication is secure. This policy may have an impact on your development cycle if your app needs to download an image or file on a server hasn’t been configured for HTTPS.

Tuesday 18 February 2020

Xamarin.Forms Custom Renderer: Borderless Entry (C# - Xaml)

Introduction:
In this article, we can learn how to create entry without border using custom renderer

Description:
In Xamarin.Forms, there is no way to set border less properties to Entry in Xaml. Alternately we have to use custom renderers in platform specific projects like below
Search Engine Submission - AddMe