Insights for app owners, developers, and all digital product enthusiasts


If it helps, pick something more specific:
Building A Relentless Android Alarm Clock. Part 1 - NFC

Building A Relentless Android Alarm Clock. Part 1 – NFC

Ever feel like falling prey to the well known snooze syndrome in the morning? Do you have a strong resolve in the evening to get up early, and then an even stronger resentment towards actually having to get up? Struggle no more, for the tables are finally turning! The rescue arrives disguised as a relentless […]

The basic Google Cast v3 tutorial

How to Implement Google Cast v3 in Your Android App – Helpful Library

Do you want to support Chromecast in your Android app so yours app’s users can stream media on their TVs? If yes, you will need to add Google Cast v3 into your Android App. I prepared for you small Android library – must-read which will make your implementation process simple, fast and agile. Enjoy!   

android o

New Android O – what does it mean to you as a developer?

A few days ago, Google announced info about the new developer preview version of Android O: Android Developers: O-MG, the Developer Preview of Android O is here! Since Android N, Google is trying to take control over the battery-consuming background processes. It’s caused, for example, by implicit intents and apps registered for receiving broadcasts based […]

SpringAnimation header image

Introduction to SpringAnimation with examples

Have you ever wanted to do a bouncy animation like one of these on Android? If you have, you’re in for a treat! Dynamic-animation is a new module introduced in revision 25.3.0 of the Android Support Library. It provides a small set of classes for making realistic physics-based view animations. You might say “whatever, I’m just gonna slap a BounceInterpolator or an OvershootInterpolator on my […]

feat 03

Workcation App – Part 3. RecyclerView interaction with Animated Markers

Welcome to the second of series of posts about my R&D (Research & Development) project I’ve made a while ago. In this blog posts, I want to share my solutions for problems I encountered during the development of an animation idea you’ll see below.

feat 02

Workcation App – Part 2. Animating Markers with MapOverlayLayout

Welcome to the second of series of posts about my R&D (Research & Development) project I’ve made a while ago. In this blog posts, I want to share my solutions for problems I encountered during the development of an animation idea you’ll see below.

feat

Workcation App – Part 1. Fragment custom transition

Welcome to the first of series of posts about my R&D (Research & Development) project I’ve made a while ago. In this blog posts, I want to share my solutions for problems I encountered during the development of an animation idea you’ll see below.

artem sapegin 176819

How to make generated Java test sources recognizable by IDE

This post describes how to work around an issue in Android Gradle Plugin concerning generated sources recognition by IDE.

Setting animation scale for Android UI tests

Setting animation scale for Android UI tests

This post describes how to disable animations on Android device or AVD before running UI tests (especially Espresso-powered) in reliable way.

https://www.thedroidsonroids.com/blog/android-gradle-configurations

Android Gradle configurations

Article explains configuration provided by Android Gradle plugin.

street vehicle motor scooter vespa

How to handle Featured and MVP in simple Android app

Introduction During my company workcation in Bali, I noticed that the main mean of transport in Indonesia are scooters, they are used by everyone and I mean it, EVERYONE. They are so popular, that they almost replaced public transportation. With so high number of scooters, there have to be a lot of them needing repair. It […]

Espresso Test Recorder – A quick How-To

Espresso Test Recorder – A quick How-to

A quick how-to on using the newest feature of Android Studio – Espresso Test Recorder

/dev/full on OS X

/dev/full on OS X

How to simulate ENOSPC errors on OS X

What’s new in Android 7.0 Nougat

What’s new in Android 7.0 Nougat?

An overview of new featuers in Android 7.0 Nougat.

photo 1438703025185 2954c4c6baee

Constraint Layout == Relative Layout on roids?

Sneak peek at Constraint Layout and new Layout Editor along with simple example.

Multi-Window Simple Examples: Part 3 - Launching another app

Multi-Window Simple Examples: Part 3 – Launching another app

Simple example of how we can start another app in split-screen mode

Multi-Window Simple Examples: Part 2 - Drag and Drop

Multi-Window Simple Examples: Part 2 – Drag and Drop

Simple example of how to handle drag and drop during multi-window

Multi-Window Simple Examples: Part 1 – Screen changes

Multi-Window Simple Examples: Part 1 – Screen changes

Simple example of how to handle screen changes during multi-window