Skip to content

Instantly share code, notes, and snippets.

@SergeyBurlaka
Last active May 17, 2020 20:27
Show Gist options
  • Save SergeyBurlaka/a02bf0388cb6df693c706424e8e189a1 to your computer and use it in GitHub Desktop.
Save SergeyBurlaka/a02bf0388cb6df693c706424e8e189a1 to your computer and use it in GitHub Desktop.
https://github.com/googlemaps/android-samples/tree/master/ApiDemos
При использовании API в полностью интерактивном режиме пользователи
класса MapView должны передавать все методы жизненного цикла объекта activity соответствующим методам в классе MapView:
onCreate(), onStart(), onResume(), onPause(), onStop(), onDestroy(), onSaveInstanceState() и onLowMemory().
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment