PinnedShashi KantinAndroid TutorialsDependency injection in Android using KotlinLet’s first break the term to understand what is Dependency InjectionDec 28, 2020Dec 28, 2020
Shashi KantinAndroid TutorialsAlert Dialog in AndroidYou would have noticed that when our phone’s battery is less than 19%, a dialog pops up that alerts us about the remaining battery and…Jan 30, 2021Jan 30, 2021
Shashi KantinAndroid TutorialsView Binding in AndroidWe have learnt that every time we need to access a view from our XML layout into our Java or Kotlin code, we must use findViewById(). Now…Jan 19, 2021Jan 19, 2021