Why are prime numbers greater than 3 of the form 6n+1 or 6n+5?Primes numbers greater than 3 satisfy an interesting property that they can be written as 6n+1 or 6n+5 where n is a natural number.Apr 9A response icon1Apr 9A response icon1
Kotlin coroutines awaiting for a future without blocking the current threadIf we are making a network call on some context such as Dispatchers.IO and using our own custom Futures to make the network call, then…Feb 27Feb 27
Understanding LiveData switchMap Transformation functionThis is an attempt to understand Transformations.switchMap function through a small example and modifying its implementationMay 10, 2022A response icon1May 10, 2022A response icon1
A simple example of LiveData Transformations map functionTransformations.map function can be used to return a new LiveData object from an existing LiveDataMay 3, 2022May 3, 2022