Send + receive faxes using Twilio’s Fax API and C#It is not something I do often but every now and then I need to send or receive a fax. I generally search services online and look at…Aug 22, 2019Aug 22, 2019
dannycabrera.GetiOSModel updated to v1.5.0I have updated dannycabrera.GetiOSModel to v1.5.0 with Apple’s three new iPhone models, iPhone XR, iPhone Xs and iPhone Xs Max.Sep 21, 2018Sep 21, 2018
Xamarin.Android await AlertDialog.BuilderSometimes you need to present the user with data and wait for a response all while not lock up the UI thread. Microsoft’s asynchronous…Jun 14, 20181Jun 14, 20181
Writing WAVE PCM header in Xamarin.AndroidWhen recording (low level) PCM encoded audio in Android with AudioRecord, the application must continuously read the audio buffer and write…Jun 1, 20181Jun 1, 20181
Adding .NET zip functionality to Xamarin projectsThere are various options out there to create zip files in your Xamarin projects and an issue with a 3rd party library gave me the…May 21, 20181May 21, 20181
Xamarin.Android Dismiss SetSingleChoiceItems on DialogClickEventArgs handlerIf you are ever working on a Xamarin.Android App and need to dismiss an AlertDialog box when loading SingleChoiceItems here’s an easy way…Apr 19, 2018Apr 19, 2018
Move IList<T> item to topFound myself in need of moving an item stored in an IList to the top of the stack. Some IList methods like RemoveAt() and Insert() would…Mar 26, 2018Mar 26, 2018
Android device identifier librarySome years ago I wrote a handy library Get iOS Model that I open-sourced on Github and through the years I’ve been asked if I would ever…Mar 22, 2018Mar 22, 2018