Explore >> Select a destination


You are here

www.davidxia.com
| | android-developers.googleblog.com
9.5 parsecs away

Travel
| | News and insights on the Android platform, developer tools, and events.
| | blog.presidentbeef.com
9.2 parsecs away

Travel
| | This is a little less-polished-than-usual post about how to build/install Android applications with DragonRuby Pro. on a Linux system. The higher tiers of features in DragonRuby tend to be less well-documented, so here is a bit of a braindump on getting games running on a real Android device.
| | blog.ropnop.com
8.6 parsecs away

Travel
| | Android Nougat changed the default behavior for apps, so installing the Burp CA to user certs no longer works. Here's two ways to bypass it
| | sookocheff.com
80.6 parsecs away

Travel
| Still in search of a Kubernetes development environment I can run on my development machine that somewhat replicates, I was recently introduced to both the multipass and microk8s projects from Canonical. multipass is a prerequisite for microk8s, so let's start there. With multipass, you can easily launch and run Ubuntu virtual machines with a single command. ? multipass launch --name foo Launched: foo With a virtual machine in hand, you can run execute arbitrary commands on the machine using the exec subcommand.