sky-map-team / stardroid

Sky Map (formerly Google Sky Map, open sourced in 2012)
https://play.google.com/store/apps/details?id=com.google.android.stardroid&hl=en
Apache License 2.0
890 stars 231 forks source link

Reverse geocoding location blocks the UI thread #291

Open sashrikakaur opened 5 years ago

sashrikakaur commented 5 years ago

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: image

jddeep commented 5 years ago

@sashrikakaur Can I please work on this?

sashrikakaur commented 5 years ago

@jddeep I am currently working on this. I will send a PR soon.