Published inMobile App Development PublicationLooking into suspend functions through bytecode!Let’s see how JVM understands the modifier “suspend.”Sep 4, 2022Sep 4, 2022
Published inMobile App Development PublicationAnother Story of Backup and Restore In Android (12).What’s new? It’s Device-to-device (D2D) transfer.Nov 8, 2021Nov 8, 2021
Published inThe StartupAndroid 12 Changelog: Google Finally Restricts the Power of “adb backup”And they possibly have a plan to remove this feature in the future.Mar 1, 20211Mar 1, 20211
Published inThe StartupRetrieve Data From Android Devices Without RootingOf course, under certain conditions.Dec 27, 2020Dec 27, 2020
Published inThe StartupDevice Encrypted Storage And Direct Boot Mode In AndroidDifferent locations of data storage in Android.Dec 17, 2020Dec 17, 2020
Published inThe StartupTips to Boost Your Android DevelopmentMake your daily coding less tiringNov 3, 20201Nov 3, 20201
Published inThe StartupRequest Location Permission Correctly in Android 11.Best practices for requesting background location in Android.Oct 18, 20203Oct 18, 20203
Published inThe StartupSome Common Mistakes When Doing Layout in Android.Layouting is an art and we should be an artist.Oct 13, 20205Oct 13, 20205
Published inThe StartupGet Your Hand Dirty With Jetpack Datastore.It’s time to write some codes.Sep 20, 20201Sep 20, 20201
Published inThe StartupWhat Is Jetpack Datastore?Google Android Team has just released a new library as a part of Android Jetpack with the aim to solve the flaws of SharePreference. Let’s…Sep 20, 2020Sep 20, 2020
Published inThe StartupTail Recursion in KotlinHave you heard about the modifier keyword tailrec in Kotlin? Do you know the idea behind this interesting keyword and how it is used?Sep 9, 20202Sep 9, 20202
Published inmoduloTechThe Fundamental Android Security ModelsThe underlying security architecture that forms a strong and secure Operating System as Android is now.Sep 1, 2020Sep 1, 2020
Published inmoduloTechHow to sign an unsigned apk using command lineThe steps to build an unsigned apk and sign it with the help of command line. And why it is necessary to do so.Aug 26, 20201Aug 26, 20201
Published inmoduloTechDependency Injection and Service LocatorDependency Injection (DI) is a topic that has always been in discussion in the Android community. Personally speaking, DI is not a notion…Aug 21, 20201Aug 21, 20201