Background work in Android
Background work
Each and every Android application deals with data and processing that data is one of the most important part. Generally, we should take any blocking tasks off the UI thread. The long-running tasks like decoding a bitmap, accessing st...
codewithniks.hashnode.dev3 min read