Posts

Generating multiple sites from single template

Sometimes, it is needed to create multiple static web sites that are almost the same and only different in some small parts, like footers or some other text. For example, this is often useful for AB testing. It is easy to do it manually, but if you need to modify this site later, you have to do it for each version, which is time consuming and error prone. That is why we created small script that generates such sites from single set of templates and configured set of site specific variables. It is using Mustache for templating and JSON for configuration. It is very trivial and can be customized as needed. Tool is very simple, but fits our current needs. If you want more features, or find bug, please contribute or create request: Simple Template Engine

Bluetooth or other external protocols in Android emulator

Using Navigation component graph in Wear OS

Using action menus only for specific fragments in Android Wear OS