Building a video recording application in Android with CameraX
In this post you will learn how to build a video recording application in Android using CameraX
Android Jetpack and Lifecycles
This post highlights the benefits of using Android Jetpack and the Lifecycles components to guarantee integrity of your view’s data
OSX Pro Tip for .NET Environment Variables
This post will take you through the steps of using environment variables from within you Visual Studio Code or Visual Studio for Mac
Building a beautifully smart form in Android using RxJava
I don’t think I know a single Android developer who’s not stoked about Reactive Programming with RxAndroid right now. I totally dig the idea of subscribing to events emitted by my applications and be able to react accordingly.
Picasso - Same URL but different content
How to secure Apache with Let’s Encrypt and CloudFlare on Centos
I took it upon myself to converting a couple of my domains to use Let’s Encrypt in order to offer a secure connection to them. If you haven’t heard about Let’s Encrypt by now you’ have probably been living under a rock. If that’s the case though, have a read at this page and you’ll get up to speed with it.
Multi-Line C# Strings
I’ve seen this question being asked on StackOverflow so many times I event thought about writing a bot to automatically reply to it.
I’m joining Twilio
Dart Pub packages stats
Modulecounts came to my attention, and I thought the idea was pretty neat.
Sending and Receiving SMS messages with Dart
I wanted to be able to send SMS messages with Dart, and because it doesn’t actually support it natively (not that I would expect it to anyway), I decided to write a library that allows me to do just that.