PinnedPublished inBetter ProgrammingMy Experience After Using Kotlin Multiplatform in Production Apps for a YearWith a kickstarter project goodie to help you get startedJul 11, 20223Jul 11, 20223
Gradle — Multi repository modules linkingThis post is for people who want to: Split a Mono-repo into multiple independent repositories without any impact on development velocityDec 24, 20221Dec 24, 20221
Android Boilerplate GenerationTired of creating boring setup component files like fragment, viewmodel, repositories , doa, network , test files etc in their specific…Mar 30, 2021Mar 30, 2021
Pagination SimplifiedDuring our journey as front end developers we come across lists of data for which requires us to implement pagination.Jul 30, 2019Jul 30, 2019
Designing with expectations, not implementations.If you heard about test driven development (TDD) and wanted to get started somewhere then this is for you. This is in short the experience…Dec 19, 2018Dec 19, 2018
Funny ChronometerSo I had a task to implement a timer in my app, I just added a chronometer widget in my layout and was starting with implementation in my…Sep 11, 2018Sep 11, 2018
Android Application ArchitectureIn Android world, there is a lot of design patterns and many libraries which are used to make a great App Architecture.Apr 22, 2018Apr 22, 2018
Simple permission Helper for Android.Well if you’re new to Android, you’ll come across Android Marshmallow (M) run-time permissions and then you’ll have to implement handler…Jan 30, 2018Jan 30, 2018