The reverse geocoding location blocks the main UI thread.
Expected behavior:
It should run on an asynchronous background thread. AsyncTask class allows us to perform long lasting tasks/background operations and show the result on the UI thread without affecting the main thread.
Summary:
The reverse geocoding location blocks the main UI thread.
Expected behavior:
It should run on an asynchronous background thread. AsyncTask class allows us to perform long lasting tasks/background operations and show the result on the UI thread without affecting the main thread.
Screenshots: