I am referring to this blog for listing the phone contacts. It is working fine on the ios part but on android part, the contacts are not listing. There are no exceptions or errors but the UI is blank.
As per the blog I have done the below things on the android platform:
1. created the model class Contact and interface IContactsService.
2. Added READ_CONTACTS permission and added ContactsService implementation.
3. Installed Plugin.CurrentActivity and Acr.UserDialogs packages.
4. Added Permission.Util class into the Android project.
5. Added required things on the MainActivity and ContactPage files on the Main project.
Don't know what I am missing on the android part, on ios it is working fine. On android, the contact permission is not asking during runtime. I manually add the permission from the app settings, but no luck. My Xamarin forms version: 4.8.0.1821
I am uploading a sample project here for reference.
Thanks in advance.
