How to implement Google Maps in your Android App.

  Рет қаралды 143,430

tutorialsEU

tutorialsEU

Күн бұрын

Пікірлер: 93
@tutorialsEU
@tutorialsEU 3 жыл бұрын
🚀 Android & Kotlin Masterclass - Become a serious Android app developer with our best-selling masterclass: bit.ly/3PaKdhS
@driufty
@driufty 3 жыл бұрын
After hours of research as someone new to Android, this tutorial got my map activity up and running in less than 3 minutes in an existing project. Thank you so much!
@Fr0zenLGER
@Fr0zenLGER 3 жыл бұрын
how did you integrate the google project into your existing project?
@driufty
@driufty 3 жыл бұрын
@@Fr0zenLGER In my project I wanted to incorporate a view of the map showing a pinned location based on address, so I incorporated a MapView with its prerequisites override methods to load that up and then I created a full screen map activity for when the user taps to expand the MapView.
@tinahutchison1811
@tinahutchison1811 2 жыл бұрын
@@driufty hello
@driufty
@driufty 2 жыл бұрын
@@tinahutchison1811 hello 👋
@4n4Queen
@4n4Queen Жыл бұрын
@@driufty can you fix my apps ? 😅 I think it's api is expired or something. It doesn't want to load maps anymore.
@muhammadahmadnawazmalik8498
@muhammadahmadnawazmalik8498 3 жыл бұрын
This tutorial was amazing, but I would love to know if we can the same functionalities such as route calculation and distance, from the original map and embed it in our application?
@indra_lingesh9457
@indra_lingesh9457 2 жыл бұрын
Great tutorial 👏👏👏good job👍love frm india🇮🇳
@DerBarde2012
@DerBarde2012 4 жыл бұрын
SIMPLE and FAST THANK YOU!
@shrutisalunkhe1089
@shrutisalunkhe1089 2 жыл бұрын
Thank you so much sir for easy & simple video.
@imneell8629
@imneell8629 3 жыл бұрын
how to specify specific Locations and track until reach to it?
@NUSRATJAHAN-sk4rb
@NUSRATJAHAN-sk4rb 3 жыл бұрын
WOW...thank you.. its works 😍
@yashkhilavdiya5693
@yashkhilavdiya5693 2 жыл бұрын
Thank You So Much
@harinimurugesan4433
@harinimurugesan4433 2 жыл бұрын
Sir, can we add this to already built app ?????
@fensom80
@fensom80 2 жыл бұрын
How do you do it in Jetpack Compose? They have released the android Compose libraries.
@sireenbassim4866
@sireenbassim4866 4 жыл бұрын
you save my life Thank you
@aaryadev-j6b
@aaryadev-j6b 4 жыл бұрын
this helped, thanks !
@antunzarkovic3418
@antunzarkovic3418 4 жыл бұрын
Amaizing, thanks
@eso_academy
@eso_academy 2 жыл бұрын
Hey there brother I like you to please make a video that shows the path that a person must travel to get to a certain destination. move like a navigation destination
@muminoloruntola2146
@muminoloruntola2146 4 жыл бұрын
I love your tutorials and I have a real suggestion. I need your help please I'm having problems in building a shopping app and I would most definitely need your help in doing so , thank you
@tutorialsEU
@tutorialsEU 4 жыл бұрын
Sounds like a great Idea for a new course. Thanks for the suggestion.
@muminoloruntola2146
@muminoloruntola2146 4 жыл бұрын
@@tutorialsEU Thank you
@deepanshudutta8414
@deepanshudutta8414 3 жыл бұрын
Sir please make a video on find nearby places in fragment
@DK_4x4
@DK_4x4 3 жыл бұрын
Hello, it’s good basic study. When we zoom in on Google map, we will see a blue line. My question, How to create blue line in Google map? Please tell me. Thank you!
@leographix4563
@leographix4563 3 жыл бұрын
can you tell me, what is the specification of your computer system has?
@m-j-y8289
@m-j-y8289 3 жыл бұрын
Can you please explain how you would save this map with some custom markers using view model or on save instance
@havard847
@havard847 6 ай бұрын
Did you find out?
@emirgrbo2847
@emirgrbo2847 2 жыл бұрын
Do you have a github url with this project ?
@joselagunas298
@joselagunas298 Жыл бұрын
How can I develop this to make a Bus stops application ?
@pranjalisrivastava6170
@pranjalisrivastava6170 Жыл бұрын
How to play navigation sound when navigation started to confirm that voice directions are working in android studio?
@mueezsaeedchishti3739
@mueezsaeedchishti3739 9 ай бұрын
sir um I didn't get that .xml u used under values it was not there can u guide me and show me what u did to get that?
@naveenbabu24391
@naveenbabu24391 3 жыл бұрын
Sir can we include this map in ongoing app which was in empty layout
@FaridCenreng-
@FaridCenreng- 3 жыл бұрын
I have the same question
@tinahutchison1811
@tinahutchison1811 2 жыл бұрын
Ok ask
@Proud_islander
@Proud_islander 3 жыл бұрын
Can i do the same with java,will it work?, please answer.🙏
@lordwigstyle8017
@lordwigstyle8017 3 жыл бұрын
what about live tracking?
@mohdzaheenafzal5103
@mohdzaheenafzal5103 3 жыл бұрын
please sir i want to learn android with kotlin from beginners to advance how can i matser these please help me out?
@itzervo3159
@itzervo3159 2 жыл бұрын
Hey one quick question, is this for free? (using google maps) in your project
@bigchungusonline4773
@bigchungusonline4773 3 жыл бұрын
But is it legal to publish your own app with google maps?
@darrinreed8027
@darrinreed8027 3 жыл бұрын
Any idea how to manage the graphics memory usage due to the Google maps api v2? My app keeps crashing after the graphics memory get over 1gb or higher. I've set the largeheap="true" in the manifest as well as set mMap.clear() in the on stop between changing activities. But the graphics memory issue has not improved. I have followed the steps in the Google doc's for managing your apps memory but no luck there either. I know that it goes back down after the Maps activity is destroyed, but I don't find it effective to destroy the activity every time a user goes to the location information activity or another activity. Any ideas?
@MrSojek
@MrSojek 4 жыл бұрын
Hi, do you recommend any books in addition to your Udemy course?
@tutorialsEU
@tutorialsEU 4 жыл бұрын
I think the books that raywenderlich has to offer are always a good investement.
@tutorialsEU
@tutorialsEU 4 жыл бұрын
But maybe I should write one myself ;)
@muminoloruntola2146
@muminoloruntola2146 4 жыл бұрын
@@tutorialsEU yes you could
@oigen1110
@oigen1110 3 жыл бұрын
Danke
@febryanakhdani4244
@febryanakhdani4244 2 жыл бұрын
I have a question, why i don't get a google_map_api.xml on my project?
@unoSakro
@unoSakro 2 жыл бұрын
Me neither
@hatimmts
@hatimmts 4 жыл бұрын
Hi , on my app Google maps starting empty . Nothing except "google" word in the bottom left
@charlesleclerc_
@charlesleclerc_ 4 жыл бұрын
get a new api key and uninstall the app before u add the new api key to the googlemap.xml
@plugarutudor7685
@plugarutudor7685 3 жыл бұрын
nice tutorial!
@nagarajudasari26
@nagarajudasari26 4 жыл бұрын
Sir I want to develop mapping app fr service perpose I want to learn app developing by step by step will u suggist th right path
@tutorialsEU
@tutorialsEU 4 жыл бұрын
My Android Masterclass will definitely be a great option. There you learn quite a bit about Android App development. The very specifics for google maps might be something that you will then need to use the documentation as your aid.
@techbooster3964
@techbooster3964 Жыл бұрын
Hello Sir We doing on Android application. We have done like you had shown in video now we want to update latitudes and longitudes position on google map. We are getting updated value of latitudes and longitudes via sms Please help
@momansil
@momansil 2 жыл бұрын
What editing tool are you using in this tutorial? Sorry I am a beginner.
@RicMania
@RicMania 4 жыл бұрын
Is it hard to make a app to find the nearest hospital and it's contact number?
@ceezgeez1793
@ceezgeez1793 4 жыл бұрын
Doesn't sound too bad.
@aryanraje2770
@aryanraje2770 2 жыл бұрын
I cant find the google_maps_api_key.xml anywhere.
@unoSakro
@unoSakro 2 жыл бұрын
Me neither
@abdullastudy7733
@abdullastudy7733 4 жыл бұрын
Hello brother i want to know about more google maps how to access data in google maps to navigate one location to other location and i want to know one more how to show hotels marks movies mark in google maps please answer me
@tutorialsEU
@tutorialsEU 4 жыл бұрын
Hi Abdulla. I can recommend to check out the google maps api documentation. There are step by step guides for all of these points
@Fix_Me_Music
@Fix_Me_Music 3 жыл бұрын
Love what you did, 😲😲 I want to make a navigation system for my school as a final year thesis. Am really clueless on what to do or where to start from. I don't need you to do it for me, just guide me or tell me what to do pls. The app should be able to direct visitors in the school premises to there intended location. 🙏 🙏 Thanks.
@stevenssanchez817
@stevenssanchez817 3 жыл бұрын
did you get any ideas on how to build one
@stevenssanchez817
@stevenssanchez817 3 жыл бұрын
did u get any help
@codeoflives9719
@codeoflives9719 3 жыл бұрын
help! my map is not visible when I run it on the emulator/device
@b_1729-j8j
@b_1729-j8j 3 жыл бұрын
hey is ur issue solved? bcoz I am also facing same problem
@4n4Queen
@4n4Queen Жыл бұрын
Can you please fix my apps api key ? The maps doesn't want to loading anymore.
@albertoleal1180
@albertoleal1180 4 жыл бұрын
if I want to the touch screen get coordinates?
@tutorialsEU
@tutorialsEU 4 жыл бұрын
Then you can check the documentation of the google Maps Api. There is a couple of methods you can use for that.
@ceezgeez1793
@ceezgeez1793 4 жыл бұрын
After this I feel like God
@halithhamja6107
@halithhamja6107 4 жыл бұрын
How to track live location of our mobile devices
@ceezgeez1793
@ceezgeez1793 4 жыл бұрын
Did you figure it out ?
@halithhamja6107
@halithhamja6107 4 жыл бұрын
@@ceezgeez1793 no I didn't get the maps view
@aryankalra5640
@aryankalra5640 3 жыл бұрын
Can't find an API Key now It's telling us to purchase wtf!
@Abdullah-ku6er
@Abdullah-ku6er 2 жыл бұрын
Is it free to implement maps in my app?
@soseikiharagatatsu7859
@soseikiharagatatsu7859 2 жыл бұрын
Give us the apk
@ido_cohen
@ido_cohen Жыл бұрын
Is it still relevant in 2023?
@46playboy58
@46playboy58 3 жыл бұрын
man put the bs kotlin in the title
@rajmishra9448
@rajmishra9448 4 жыл бұрын
Sir what is your name ???
@ArifKhan-jc2og
@ArifKhan-jc2og 4 жыл бұрын
Raj, His name is Denis Panjuta.
@tinahutchison1811
@tinahutchison1811 2 жыл бұрын
@@ArifKhan-jc2og and you have a name it's Carey
@NaorBK
@NaorBK 4 жыл бұрын
if anyone has a problem with the google map not showing in your phone then you can see the link here for solutions: stackoverflow.com/questions/40055893/ensure-that-the-google-maps-android-api-v2-is-enabled-i-am-getting-this-error (second answer solve it for me)
@theodorosdimitriou3905
@theodorosdimitriou3905 3 жыл бұрын
that comment saved my day , thank you
@zakaria0427
@zakaria0427 10 ай бұрын
Why didn't it fucking work me
@catalinmitu8836
@catalinmitu8836 3 жыл бұрын
Dislike. The title says "how to implement in your android app". Why do you create a new project? Why an entire activity? In 99% of cases people search for a way to integrate map in their own activities
@johnugo3279
@johnugo3279 4 жыл бұрын
why are you such in a hurry cant even followup
@abderrahmaneabouziad4089
@abderrahmaneabouziad4089 2 жыл бұрын
its not free....they say :/
@tinahutchison1811
@tinahutchison1811 2 жыл бұрын
0hey
@chanchalsithafale8740
@chanchalsithafale8740 4 жыл бұрын
on my app Google maps starting empty. it is displaying only google word in bottom left
@NaorBK
@NaorBK 4 жыл бұрын
you need to do what he said at 1:31-2:10
@chanchalsithafale8740
@chanchalsithafale8740 4 жыл бұрын
@@NaorBK Thank you for the reply sir i got it
@tinahutchison1811
@tinahutchison1811 2 жыл бұрын
@@chanchalsithafale8740 I would not listen the this man his real name is Carey he is a lier
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54
Sigma girl VS Sigma Error girl 2  #shorts #sigma
0:27
Jin and Hattie
Рет қаралды 124 МЛН
How to have fun with a child 🤣 Food wrap frame! #shorts
0:21
BadaBOOM!
Рет қаралды 17 МЛН
Google Map in Android Studio | Google Map API Tutorial
9:04
CodeLabX
Рет қаралды 37 М.
Use the Google Maps API to build a custom map with markers
24:00
Coder Coder
Рет қаралды 295 М.
How to Find the Property Lines of Any Home (Version 4)
15:05
Mark Scheller
Рет қаралды 226 М.
I built a REAL Desktop App with both Tauri and Electron
12:22
Bufferhead
Рет қаралды 98 М.
How to Make an Android App for Beginners
19:18
Treehouse
Рет қаралды 6 МЛН
Jaidarman TOP / Жоғары лига-2023 / Жекпе-жек 1-ТУР / 1-топ
1:30:54