Kuldeep Singh

Learner | Coder | Android | Java | Kotlin | Flutter

Android

Using work manager’s periodic work for less than 15 minutes

During our development journey, we do face situations where we require to perform some periodic and background tasks. So, to do so, we have multiple ways, but if it comes to the best way to perform these types of tasks in the context of clean code and optimized device resources usages, then we need to think twice before...

30-Nov-2022

Android

Android Katha: onActivityResult is Deprecated. Now What?

  Hi and welcome to my blog, During our Android application development, we have been using startActivityForResult and onActivityResult methods a lot for the sake of callbacks from activities. It was really-clear and easy to implement. But Google knows. Unfortunately, now we are getting a warning for this method in our...

11-Jul-2022