Google April 2020 | SubramanyamRaju Xamarin & Windows App Dev Tutorials

Thursday 30 April 2020

Resolved: ScrollTo not working with grouped ListView in Xamarin.Forms

Introduction:

Sometimes ListView contains a grouped ItemsSource represented by a custom model class, and we may need to scroll to first item programatically.

Thursday 23 April 2020

How to get a keyboard start capital letter in Entry in xamarin.Forms (C# - Xaml)

Introduction:

The Entry control defines a Keyboard property that allows an app to select the virtual keyboard that is displayed for the control. For example, a keyboard for entering a phone number should be different from a keyboard for entering an email address.

Monday 13 April 2020

Resolved: MISSING_PERMISSION_ACCESS_COARSE_LOCATION in Xamarin.Android (C# - Xaml)

Introduction:

Android considers accessing device location to be a secure permission, which typically requires the user to grant their permission to access the resource. The user may revoke this permission at any time. This means that a run time permission request should be performed prior to location permission.
Search Engine Submission - AddMe