Search

You can now search through our archive !
Please specify a keyword

  • Issue #467

    A Guide to Visual Testing in Mobile

    When 1 in 4 applications are abandoned upon first use, don’t let a visual blocker be the reason users flock to your competitor’s app. Use this guide to learn about the paramount role of visual testing in driving the adoption of your mobile applications.
  • Issue #466

    A Guide to Performance Testing in Mobile

    With mobile becoming a crucial revenue-driving channel, making a case for mobile performance testing is paramount. This eGuide examines the different kinds of testing, from Load Testing to Front-end UI/UX. Find out what they are and why they are important.
  • Issue #466

    Fighting Testing Boilerplate with IntelliJ IDEA Live Templates

    Writing tests involves repeating some patterns over and over again. Aleksander Jaworski shows how IntelliJ IDEA can shorten the process of test creation with the help of live templates.
  • Issue #466

    Unit Testing Kotlin Channels & Flows

    Mohit Sarveiya shares with you how to implement and test Kotlin Channels and Flows with practical examples
  • Issue #464

    Senior Android Engineer

    Develop a suite of mobility applications involving maps, routing & live navigation#Develop using industry best practices & modern testing methods#Be part of a diverse and dynamic team at one of the largest platform developers for Mobility-as-a-Service applications in Europe
  • Issue #463

    Unit testing on Android

    Testing your code is crucial for many reasons and Deniz Demirci demonstrates those through this article with examples.
  • Issue #463

    Android 12 Developer Preview 3

    Google has shared Developer Preview 3, the next milestone release of Android 12, for your testing and feedback.
  • Issue #460

    JaCoCo with Evgeny Mandrikov

    This episode of The Developers' Bakery is all about testing and code coverage with Evgeny Mandrikov on stage!
  • Issue #459

    Mocks, fakes and stubs: the stunt doubles of testing

    Sebastiano Poggi considers mocks, fakes, and stubs: what they are, why they're useful, and what's the difference between each other.
  • Issue #458

    WorkManager: Advanced configuration & testing

    Ben Weiss introduces you to more of WorkManager’s advanced features.
  • Issue #456

    Staff Android Engineer

    Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders
  • Issue #456

    Introduction to WorkManager

    Android Developer Relations Engineer Ben Weiss gives us a preview for WorkManager; from basic usage, threading, custom configuration, multi-processing over debugging and testing to migrating deprecated code to WorkManager.
  • Issue #455

    Staff Android Engineer

    Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders
  • Issue #455

    Jetpack Compose Testing cheatsheet

    The Compose testing cheat sheet is a quick reference of some of the most useful Compose test APIs. The cheat sheet is also downloadable in PDF format.
  • Issue #455

    Unit Testing Kotlin Flow

    Nick Skelton has struggled unit testing Kotlin Flows attempting to apply LiveData or RxJava approaches. In this article, he then goes on to experiment with the Google recommended method and finally, showcases the best solution so far.
  • Issue #455

    turbine

    Turbine is a small testing library for kotlinx.coroutines Flow
  • Issue #455

    Friends App Android Client Ep4

    In this video, Jovche Mitrejchevski sets up the UI testing dependency and writes the first Compose UI test for this series.
  • Issue #454

    Android Engineer

    Help Fundrise bring the future of real estate investing to everyone! We're looking for talented Android Engineers to join our small but growing team to help us get to the next level. Do you have a passion for Kotlin, CI/CD, testing, and clean architecture? Send us your resume, we'd like to talk!
  • Issue #454

    Staff Android Engineer

    Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders
  • Issue #454

    First preview of Android 12

    Google has released the first Developer Preview of Android 12, the next version of Android, for your testing and feedback.
  • Issue #454

    Unit Testing as a 1st-class Citizen

    Testing can sometimes be seen as not adding value, or being too complicated. Rob Holmes tries to change those perceptions, to help you see why tests are just as important as the code itself!
  • Issue #453

    Staff Android Engineer

    Join the team that delivers the member-facing experience for our core products - the bike & tread. This team works heavily with Kotlin - all within our custom fork of AOSP. We care about architecture, testing, and “together we go far” mentality. Staff engineers at Peloton are technical leaders
  • Issue #451

    Migrating Your Design System to Jetpack Compose Part 3: Interop & Testing

    In this third article, Adam Bennett talks about how you actually integrate Jetpack Compose into an existing View-based app and how to test your freshly minted Composables.
  • Issue #451

    Expanding the reach of your Android Auto apps

    You can now reach more drivers by publishing navigation, parking, and charging apps to open testing tracks in the Google Play Store
  • Issue #451

    UI Testing with Kakao & Testing REST APIs Using MockWebServer

    UI tests are normally written using Android native testing framework which is Espresso but in this post, Caner Gulgec shows you how to write UI tests with Kakao and mock REST API responses.