KDKadek Dhiva Tiradikainblog.bydhiva.com·Jul 6, 2024 · 4 min readGoTo Engineering Bootcamp: A Spiritual JourneyI want to share with you a story about my time participating in the GoTo Engineering Bootcamp, and for me, this is a spiritual journey. A spiritual journey refers to the process of seeking deeper meaning, purpose, and connection with something great...00
KDKadek Dhiva Tiradikainblog.bydhiva.com·Jun 24, 2024 · 2 min readGet to Know Kotlin CoroutineIf you want to create an asynchronous or non-blocking task on kotlin you should consider using coroutines, according to the official documentation, coroutine is an instance of a suspendable computation. It is conceptually similar to a thread, in the ...00
KDKadek Dhiva Tiradikainblog.bydhiva.com·Jun 23, 2024 · 3 min readAndroid Dependency Injection with DaggerDid you ever face condition when building android application and all your component and application layer tightly coupled? And that's make your code to reuse and to test, one available solutions to that problem is dependency injection. Dependency i...00
KDKadek Dhiva Tiradikainblog.bydhiva.com·Jun 20, 2024 · 3 min readLearn Android Basics!When you want to start to learn how to developing android application, my recommendations you should start by learn android app component and views. This two things is very important when you building an android application. Android App Components Ea...00
KDKadek Dhiva Tiradikainblog.bydhiva.com·Jun 19, 2024 · 2 min readAndroid Native Development KitWhen you developing android application you will mostly write java or kotlin code, but did you know that we can write c or c++ code on our android application project using NDK or Native Development Kit. The Native Development Kit (NDK) is a set of ...00