Video Infos
Author
Published
Topics
Unit tests allow you refactor your code with confidence and usually run blazingly fast! But how do you ensure that your UI looks as expected? Espresso tests are hard to set up, prone to flakiness and require APKs, emulators, dexing, ADB...ugh.
LATEST ANDROID JOBS
update your work life
MORE DEV CONTENT
check out more videos and blogs
Practical Android CI/CD with GitHub Actions and Kotlin script
Setting up CI/CD pipeline should be the first thing an Android developer should do when starting a new project. Think automatic versioning, verification of pull requests, completing JIRA tasks, and…
WATCH VIDEOBuilding Multiprocess Android Applications
Today we put more and more functionality into the client. Each Android app has a memory budget for its execution that cannot be exceeded. That limit is enforced in a…
WATCH VIDEO