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...

by kuldeep.singh
Tag: #Android #Kotlin #Java #WorkManager #Background #Tasks
30-Nov-2022