Published inCodeXAndroid ViewBinding MigrationKotlin Android Extensions is deprecated, which means that using Kotlin synthetics for view binding is no longer supported. If your app uses…Aug 6, 20211Aug 6, 20211
Published inProAndroidDevGiven-When-Then Style on Android Development using JUnit5The Given-When-Then PatternJul 6, 20204Jul 6, 20204
Unique and Unexpected Result after updating to Spek 2.0.9For you who don’t know or just trying to learn about Spek, you can read my previous blog. After upgrading my Spek version to 2.0.9, I…Mar 9, 2020Mar 9, 2020
The basis I found on Gojek Core-Engineering Bootcamp 004This Bootcamp already ends last year, but the value and the memories keep in our mind as the best memory. Like this beautiful statement…Mar 8, 2020Mar 8, 2020
Updates on Spek version 2.0.8 and 2.0.9I already write some blog posts about the spek unit testing framework, but we know that software always updates, now spek already been at…Feb 29, 2020Feb 29, 2020
Spek2 — After MigrationAfter setting up spek2 for Android test, and migrating codebase to use spek2, I found some interesting part of spek2 that maybe you guys…Feb 29, 20201Feb 29, 20201
Setting up the Android Unit Test using Spek2Do you know what is Spek? Spek is one of the frameworks to test our code which runs with JUnit.Jul 29, 2019Jul 29, 2019
Docker, What is that?Docker is a software platform that allows you to build, test, and deploy applications quickly. Docker packages software into standardized…Apr 8, 2019Apr 8, 2019
Vagrant, What is that?Vagrant is a tool for building and managing virtual machine environments in a single workflow. With an easy-to-use workflow and focus on…Apr 3, 2019Apr 3, 2019
You should Avoid the Use of Util ClassAs object oriented believer, you should already believe that every object should have name, attributes and behavior. As an SOLID…Mar 31, 20192Mar 31, 20192