Using Android Architecture Components Live Data for Asynchronous API
For many years Android developers have been using Loaders to request data from server asynchronously on background thread safely. Luckily at IO 2017, Google released Android Architecture Components suites of library for the developers so we can build more scalable, maintainable, crash free, and testable application easier.