Google Apps Script for Android Translation

Normally we get strings.xml files from our translation team, but today was one of those days, where (due to time constraints) we got the source Google Sheet file. We had to generate strings.xml files out of these. This gave me the perfect opportunity to explore Google Apps Script which you could run on your Google Sheet.

JaCoCo single coverage for Multi Module projects

I am working on an android project with multiple modules. I use JaCoCo for code coverage, and it’s setup in a way that a coverage report is generated for each module. Recently, I was in a need to generate a single code coverage report for the entire project so that it could be visualized. This blog explains how this could be done, since I didn’t find any other material on this.

How we applied material theming in our app

  1. Styles vs Themes
  2. Organizing Styles & Themes
  3. Applying Material Themes