Published inGeek CultureContext.startForegroundService() Did Not Then Call Service.startForeground(): SolvedFor the past year or so, this issue had been a constant companion of mine. The reason for this crash isMay 22, 20216May 22, 20216
Published inGeek CultureA Cool Animation for Debit/Credit CardsOn a lazy Saturday, while browsing Medium, I came across an article expaining how to organise credit/debit cards in your digital wallet…Apr 22, 2021Apr 22, 2021
Published inGeek CultureSearchable RecyclerViewTo make a searchable RecyclerView we need a RecyclerView (duh) and a SearchView which will accept the user query.Apr 11, 20211Apr 11, 20211
Published inThe StartupUsing Room with HiltIn this article we will inject a DAO object in our repository that allows it to access local storage using Hilt.Sep 14, 20205Sep 14, 20205
Published inThe StartupInject ViewModel Using HiltDependency Injection is the first step you have to take towards building an app that can be tested. So today we will use Hilt to introduce…Sep 12, 20202Sep 12, 20202
Published inThe StartupGetting Started With Android Testing — Part 2In the previous article, we discussed how to set up instrumented tests for our Android app. In this tutorial we will add some new…Sep 6, 2020Sep 6, 2020
Published inThe StartupGetting Started With Android TestingIf you are a new developer you must have heard about this dragon that needs slaying called testing. If you have some experience you…Sep 5, 2020Sep 5, 2020