Thoughts on Approaching LiveData Observers
Intro
In my journey of creating my IntervalMe app I originally just used Android’s Room without using LiveData and Observers which meant I was struggling with the asynchronous behavior of database queries. I am going to explain my journey of changing my approach to using LiveData and Observers.
More …Building an Interval Timer
A project to write a timing app for myself to use at the gym More …Fixing Teamviewer MSI To Allow Machine Install
Problem
When trying to install Teamviewer 12 (and probably later versions) through the MSI you can’t use a machine installation because the MSI requires a basic UI to be setup. You can do this with a user install by setting the GPO to basic however that means only an admin can login into the computer and install the MSI
More …Hello world!
Welcome! This is a blog by Christopher, me, this theme was built by the poole, updated by fongandrew, full credits go to them. This will mostly be about software I build and my thoughts around the process.
More …