Md Ali Hossain·Jan 23, 2020Few things you may consider updating in your application using dagger latest versionNote: All this changes based on dagger `2.25.4` version. You need to update your dagger with this(latest) version to use all these…
Md Ali Hossain·May 9, 2019What’s New in Android Architecture Components in a NutshellThis year google added some of the features in android architecture components. I am sharing the highlights here.
Md Ali Hossain·Apr 15, 2019Kotlin var, val, lateinit, lazy, get() when to use whatvarA response icon5A response icon5
Md Ali Hossain·Oct 4, 2018Learn Kotlin gist for android developers part- 2This is the second part of learn kotlin gist series. You can read the part-1 also.
Md Ali Hossain·Sep 21, 2018Learn Kotlin gist for android developers part- 1Recently, I have started studying the book “Kotlin for Android Developers” for learning Kotlin specially as a android developer. And feels…
Md Ali Hossain·Sep 18, 2018Android automatic and manual testing using JacocoCode Coverage:A response icon2A response icon2
Md Ali Hossain·Aug 9, 2018Android Data SecurityThe most fundamental decisions that we used to face as a mobile application developer is how to hide sensitive information and whether…
Md Ali Hossain·Aug 9, 2018এন্ড্রয়েড মেমোরি লিকএন্ড্রয়েড এ মেমোরি লিক একটি কমন সমস্যা। আমরা সাধারানত এটা নিয়ে খুব বেশি চিন্তা করি না। কিন্তু আসলে এটা অ্যাপ্লিকেশান এর performance এ অনেক…