mapbox / mapbox-android-demo

Google Play demo app for the Mapbox Maps SDK for Android
https://play.google.com/store/apps/details?id=com.mapbox.mapboxandroiddemo
BSD 2-Clause "Simplified" License
720 stars 493 forks source link

Migrate AsyncTask usage #1405

Open danswick opened 3 years ago

danswick commented 3 years ago

Some examples users have asked about AsyncTask and whether it should be migrated to something else following its deprecation after API level 30. It is not clear that this is a critical issue since we support API level 14 and higher, but may not meet users' expectations if they are targeting later API levels.

It looks like AsyncTask appears in 10 or so examples.