Skip to content

Commit 754a2dd

Browse files
authored
Merge pull request #99429 from rbrundritt/master
Update migrate-from-google-maps-android-app.md
2 parents 870ac9c + 0b4583d commit 754a2dd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

articles/azure-maps/migrate-from-google-maps-android-app.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ To display a map using the Azure Maps SDK for Android, the following steps need
207207

208208
The map control contains its own lifecycle methods for managing Android's OpenGL lifecycle, which must be called directly from the containing Activity. In order for your app to correctly, call the map control's lifecycle methods, you must override the following lifecycle methods in the Activity that contains the map control and call the respective map control method.
209209

210-
* onCreate(Bundle)
211-
* onStart()
212-
* onResume()
213-
* onPause()
214-
* onStop()
215-
* onDestroy()
216-
* onSaveInstanceState(Bundle)
217-
* onLowMemory()
210+
* `onCreate(Bundle)`
211+
* `onStart()`
212+
* `onResume()`
213+
* `onPause()`
214+
* `onStop()`
215+
* `onDestroy()`
216+
* `onSaveInstanceState(Bundle)`
217+
* `onLowMemory()`
218218

219219
Edit the **MainActivity.java** file as follows:
220220

0 commit comments

Comments
 (0)