Articles related to Android
This is the collection of all posts tagged with "Android".
If you would like to view another tag, please select from the list of available tags below
The Importance of Validating the Gradle Wrapper
Protecting your projects from malicious gradle wrappers is straight-forward if you know what to look out for. Find out what your are guarding against and how to protect your projects.
Android Library UI Tests & Firebase Test Lab
Firebase Test Lab generally requires 2 .apk files for testing, how can we test library module UI tests in Test Lab?
Switching AspectJ Plugins in Android
The previous AOP Plugins I have used in Android have had various issues with maintainability. Discover why I switched and which plugin I switched to
Increasing Android Lint Terminal Results
When running lint via ./gradlew lint in terminal, typically only the first 3 results are shown. Find out how to display the rest in this article.
Auto-Mirroring Android Devices With scrcpy
Auto-mirroring Android devices for work or for fun using scrcpy.
So long, Statistexts
Google policy updates and the voluntary removal of my first app, Statistexts, from the Google Play Store.
Aspect-Oriented Programming in Android
Aspect-Oriented Programming can allow you to manage cross-cutting concerns in your Android app with minimal code reuse. Learn more in this article