Android Lifecycle Aware Modal
Sometimes we want to show the user an alert when somethings wrong or we just need to give some extra info, For example; Ask the user if he is sure he wanna l...
Sometimes we want to show the user an alert when somethings wrong or we just need to give some extra info, For example; Ask the user if he is sure he wanna l...
When working with MutableLiveData you can update the observable value in 2 ways:
Just noticed this method available from API 11 only, so you should find another implementation to avoid unexpected behaviour.Or don't call the execute ...