You are here |
www.davidxia.com | ||
| | | |
android-developers.googleblog.com
|
|
| | | | News and insights on the Android platform, developer tools, and events. | |
| | | |
blog.presidentbeef.com
|
|
| | | | 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
|
|
| | | | 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
|
|
| | 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. |