android

Android Lifecycle Aware Modal

2 minute read

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

Avoid usage of AsyncTask Class on android

less than 1 minute read

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