Jan 8, 20221 min readKotlin Coroutines Compatible with Legacy CallbackKotlin Coroutines can transform legacy callback into suspend function which can be called within any Coroutines scope.
Sep 28, 20212 min readJenkins CI/CD for Android AppJenkins is an open source automation tool that allows continuous development, test and delivery of newly implemented code.
Jun 14, 20212 min readComparing Strings having number on Kotlin and SwiftSwift provides a feature of comparing string considering numbers but Kotlin does not provide any in-built feature.