blog.bydhiva.comGoTo 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...Jul 6, 2024·4 min read
blog.bydhiva.comGet 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 ...Jun 24, 2024·2 min read
blog.bydhiva.comAndroid 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...Jun 23, 2024·3 min read
blog.bydhiva.comLearn 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...Jun 20, 2024·3 min read
blog.bydhiva.comAndroid 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 ...Jun 19, 2024·2 min read