Search

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

  • 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.
  • Issue #449

    Senior React Native Engineer (Mobile)

    You will architect and grow new and existing codebases, give technical input and feedback to Axios’ product and design teams for new features, and help develop the skills of your teammates with industry best practices around testing, accessibility, and documentation.
  • Issue #448

    Senior React Native Engineer (Mobile)

    You will architect and grow new and existing codebases, give technical input and feedback to Axios’ product and design teams for new features, and help develop the skills of your teammates with industry best practices around testing, accessibility, and documentation.
  • Issue #448

    Using and testing Room Kotlin APIs

    Florina Muntenescu shows how to use and test Room Kotlin APIs and also how things work under the hood.
  • Issue #448

    Unit Tests and Concurrency

    Stojan Anastasov shows that when testing RxJava code, you do NOT have to replace all schedulers with Trampoline, which may make you miss possible concurrency issues.