I am trying to create a folder and a text file in that folder on the device's external storage. The same as WhatsApp does. Also, I need to write some data to that file.
Is it possible to do this in xamarin forms? Or should we need to use a dependency service?
Thanks in advance