This post describes how to build a custom side drawer that opens from the right side of the screen using Jetpack compose
ReadThis blog explains a simple setup to fake Dagger Android injections when writing instrumented tests. We will explore the new `FagmentScenario` and `ActivityScenario` as well as using them to simplify writing instrumentation tests when using Dagger Android
ReadGoogle announced AndroidX fragment 1.2.0 At AndroidDevSummit 2019. In this blog post we will go through this release to see what's new and how can we use this new version in our projects.
ReadThis article serves as a how-to guide for implementing basic video conferencing with WebRTC. WebRTC is a free, open project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimised to best serve this purpose.
ReadKtor is a new framework for building asynchronous servers and clients. It's 100% Kotlin and runs on Coroutines. In this blog, we will explore using the Ktor client to make HTTP requests in an Android App.
ReadA quick introduction to the lifecycle of Android Views and an example on how to implement onMeasure to negotiate your view's size.
ReadThis is the second part of a series of blogs about Robolectric 4. It will explain how Robolectric works and what might go wrong. This blog will also explain how can we bridge the gap between Robolectric and Espresso.
ReadThis is the first part of a series of blogs about Robolectric 4. This part will go through project setup steps and running the first shared test.
ReadSetup wireless ADB and debug your Android app over Wi-Fi
Read