IniToDEVbyMarius Merkevičius·May 24, 2022How to meld item backgrounds together in RecyclerView.Adapter + GridLayoutManagerMy mission was to display items with backgrounds. Little of what I did not notice at first was that background outlines were ‘meld’…
IniToDEVbyMarius Merkevičius·Feb 2, 2022Tinkering around Gradle plugin basicsShort story of how can you update / develop / tinker on already created Gradle plugin and bend it to your needs
IniToDEVbyMarius Merkevičius·Oct 19, 2021Just another work tracker for JIRA — WT4Overview of desktop app / tool that helps synchronize worklogs in JIRA and works offline.
Marius Merkevičius·Oct 8, 2021Challenges of composing RecyclerView with ConcatAdapter in a GridMy road in using ConcatAdapter with different types of RecyclerView.Adapter’s and displaying items in pairs (or not) by using grid layout.
Marius Merkevičius·May 18, 2021How to burn 🔥 time as an engineer or how to transfer basic data using QR 📱A mini story how to get off track, but creating something worth vile. Or not. Take your pick.
Marius Merkevičius·Apr 1, 2021Just another post of TestNG bag of tricksBag of tricks using integration tests with TestNG, Gradle, Kotlin, AssertJ and big data input.
InTreatwell Product Engineering BlogbyMarius Merkevičius·Dec 14, 2018Holiday clean up or cute versioning in android 🧹TL;DR;
InTreatwell Product Engineering BlogbyMarius Merkevičius·Jul 4, 2018Divide and conquerSplit the app into different modules, thus resulting in separation in its component testing
InTreatwell Product Engineering BlogbyMarius Merkevičius·Jun 3, 2018Mock factory for Android testing in multi-module system