Android Google Maps with Jetpack Compose 2023

Android Google Maps with Jetpack Compose 2023

CodingWithMitch

1 год назад

19,270 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

Yon XU
Yon XU - 27.11.2023 15:17

Hi, thanks for the video. I have learnt a lot. I have a question. Could you advise how to get a snapshot (image) of a location?
I tried to do something like this but for some reason the image is not showing.
```
val mapBitmap: MutableState<Bitmap?> = remember { mutableStateOf(null) }
...
if (mapBitmap.value != null) {
Image(
bitmap = mapBitmap.value!!.asImageBitmap(),
contentDescription = "Map snapshot",
)
}
...
// get snapshot bitmap
GoogleMap {
MapEffect { map ->
map.snapshot { snapshot ->
// Got snapshot here
mapBitmap.value = it
}
}
}
...
```
Any ideas?

Ответить
Juan Jimenez
Juan Jimenez - 08.11.2023 00:26

Thank you for this resource, father.

Ответить
Justo Aguiar
Justo Aguiar - 05.11.2023 17:45

Can these clusters behave like geofences, on events like entering, dwelling and exiting?

Ответить
anas farhad
anas farhad - 01.10.2023 14:28

Hey there Android devs,
I do not see map on my screen, can I get a quick response in this regard?

Ответить
Shankar Punati
Shankar Punati - 22.07.2023 08:19

can we add 3d markers on to the map(from google maps sdk) ..if so can you make a video about it

Ответить
Victor Fernando
Victor Fernando - 29.06.2023 07:39

I Hate it the google job in Android Studio! I'm learning and just make a inferno in my life!

Ответить
krunal bakhal
krunal bakhal - 23.06.2023 18:41

@Mitch: Is there is any way to create project KMP using jetpack library rather than jetpack compose. There is no setting while creating project of KMP. It is by default creating project using jetpack compose library. There should be a option to do so while creating project of KMP .

Ответить
Caleb Rowley
Caleb Rowley - 19.05.2023 01:30

Thank u legend!

Ответить
Julian Borrego
Julian Borrego - 16.05.2023 19:23

Why do they suggest putting the api key in the local gradle file? Wouldnt this require every dev working on the project to manually add the key?

Ответить
ShehabElDin Adel
ShehabElDin Adel - 05.05.2023 18:05

Do I have to add my credit card details? Isn't there any other alternatives?

Ответить
Escapee Prisoner
Escapee Prisoner - 14.04.2023 13:15

I'm so sorry for correcting you here. You keep saying "lat lang". But it's actually lat long. As in Lattitude and Longitude. Those being the names of the navigation variables in use for centuries. May I recommend orienteering as a great way to learn about maps and navigation. No doubt there is a club near you. <3

Ответить
도둘리
도둘리 - 21.03.2023 06:35

It's the ultimate guide of google map sdk for compose. Without this guide, one would get frustrated.
Thank you so much!

Ответить
Marco Pierucci
Marco Pierucci - 15.02.2023 14:40

Great video! But do you have one explaining you initial integration with maps and compose ( Before map compose was released) . I have to integrate a map sdk with similar aspects to maps and it does not have a composable equivalent

Ответить
kemo sabi
kemo sabi - 25.01.2023 21:30

Nice to see you again Mitch :) Seems like you gain weight

Ответить
harry powers
harry powers - 12.01.2023 22:21

is there a way to use maps with android studio without having to pay for it? I want to use it for a university project. If not do you know any free alternatives? Thanks :)

Ответить
Musfick Jamil
Musfick Jamil - 09.01.2023 08:02

Please do more video Mitch

Ответить
Oğuzhan Aslan
Oğuzhan Aslan - 30.12.2022 20:02

Neo is here ! Nice content.

Ответить
weedbeats
weedbeats - 30.12.2022 19:10

For the algorithm 💯

Ответить
Shiv Patil
Shiv Patil - 30.12.2022 19:02

Please do video on map box for jetpack compose
Lots of love from India bro😍😍🤩🤩🤩🤩

Ответить
boukarradh moez
boukarradh moez - 30.12.2022 12:16

Mitch Thnx for the video ,
Please we need more videos ur the best <3

Ответить
Zaki Shaikh
Zaki Shaikh - 30.12.2022 07:19

Hey mitch, can you please guide us how to get Android development internships as beginner at big tech companies, thank you

Ответить
Abdulmateen Ch.
Abdulmateen Ch. - 30.12.2022 06:45

welcome back❤

Ответить
A Abhishek
A Abhishek - 30.12.2022 06:31

Wow , its almost nostalgic watching a video from you mitch , welcome back

Ответить
jo pad
jo pad - 30.12.2022 01:03

23rd...Thanks Mitch

Ответить
Hussein
Hussein - 29.12.2022 23:50

Welcome back mitch

Ответить
Kirill Anikin
Kirill Anikin - 29.12.2022 23:47

❤❤❤❤ many many love

Ответить
Ajay Singh
Ajay Singh - 29.12.2022 23:45

Sir i love to learn live with you

Ответить