Google Maps API Setup (part1) - [Android Google Maps Course]

  Рет қаралды 211,906

CodingWithMitch

CodingWithMitch

Күн бұрын

Пікірлер: 86
@saramohmad4014
@saramohmad4014 6 жыл бұрын
I like how you teach us how to follow the docs, I always don't read docs so just wasting my time search for a video
@mixup4476
@mixup4476 4 жыл бұрын
Brother, you have explained the code really well and also explained the code step by step. Thanks form india
@videkkkk
@videkkkk 4 жыл бұрын
Hello sir CodingWithMitch, i have to say that your channel is very high quality 👌👍 Can you make video tutorial, a different version of the application Google Maps and Google Directions? I have an idea that: - each user could save and mark on the gmap the locations they visit (to see the user only their saved locations, not from all other users) - that the user can also delete saved locations they visit - to be able to name the saved locations they visit (for example 1,2,3 or this is location a, b, c..) - to see all the saved locations they visit at once on gmaps - when you tap on a saved location you get directions to that location with respect, best regards
@debbiegg
@debbiegg 6 жыл бұрын
Hey Mitch, thanks for the tutorial. In google play page we have this note: "Note: Don't use the combined play-services target. It brings in dozens of libraries, bloating your application. Instead, specify only the specific Google Play services APIs your app uses." If we want to use specifics, which ones did you really needed "Maps"? "Places"? "Nearby"?
@codingwithmitch
@codingwithmitch 6 жыл бұрын
Google maps SDK and Google places SDK in your google developer console
@vahidhoseini1723
@vahidhoseini1723 4 жыл бұрын
great, good job mitch.
@jackxn5807
@jackxn5807 4 жыл бұрын
i think they've update the documents we no longer require the repositories instead just need a device with android 4.1 or higher and Android emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or higher.
@Nardooo26
@Nardooo26 4 жыл бұрын
Is this true? So I'll be able to use Google maps and all its features as long installed all the things you mentioned?
@nodirbekhasanboev3135
@nodirbekhasanboev3135 3 жыл бұрын
Thank you. it is very helpful
@OffTheBeatenPath_
@OffTheBeatenPath_ 5 жыл бұрын
As of 2019 (Android Studio 3.2.1) use: implementation 'com.google.android.gms:play-services-maps:16.0.0' instead of compile xxxxx and you DO NOT need to add the url reference to maven repository in the other build.gradle file.
@codingwithmitch
@codingwithmitch 5 жыл бұрын
Watch my newest google maps course. This is old.
@OffTheBeatenPath_
@OffTheBeatenPath_ 5 жыл бұрын
@@codingwithmitch Thanks I ran into problems again in the next video in this series, so I am moving on to your newer course
@codingwithmitch
@codingwithmitch 5 жыл бұрын
@@OffTheBeatenPath_ ya I would. This is outdated
@poocheecaballero2477
@poocheecaballero2477 6 жыл бұрын
Hey mitch, can u recommend to me the best android studio version for making google maps? Thanks!
@SthreeH-y4z
@SthreeH-y4z 7 жыл бұрын
Can you assist me on one thing. I am trying to animate map in my Map fragment. I want to rotate map in tilt view (45Degree) to give user a search experience. I change the Bearing by 120Degree (3 times in an order, on each camera animation finish) so Map rotates and complete 360Degree cycle. But there is an easing effect in each camera rotate start and ending point. How can I control that easing effect in animation, in order to make the animation linear (which will remove the jerks in animation, when camera is rotating around a center point). Please suggest.
@simplenice43
@simplenice43 6 жыл бұрын
watching video late library did not have google map android api. so which do i use?
@dgritsis
@dgritsis 6 жыл бұрын
Hi Mitch nice tutorial. on 03:19 the build.gradle seems to mix versions on depedencies. Can you plz guide me how to resolve this issue; thank you
@codingwithmitch
@codingwithmitch 6 жыл бұрын
I'm not sure what you mean by "mix versions". Is your target SDK version the same as the support libraries? Because it needs to be.
@armuc6941
@armuc6941 3 жыл бұрын
thanks, please, i want to extract the information into google maps, with Bluetooth ? is it possible?
@domenrom1743
@domenrom1743 5 жыл бұрын
Hello Mitch i need your help.. I am working on a firefighter application in slovenia and I do not know how to write a code so I can click on where to go on the map and show me a marker that I could edit ....Please help me...
@RaihanRisad
@RaihanRisad 5 жыл бұрын
in my version of android studio there is nothing called compile, its all implementation.. i tried both comment and implementation not working. Saying " ERROR: Could not find method implementation() for arguments [directory 'libs'] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler."
@i_fahimkhan
@i_fahimkhan 7 жыл бұрын
Eagerly waiting for the next video
@ElTexMexAlex
@ElTexMexAlex 6 жыл бұрын
Looks like its going to be different as of today, it doesn't say compile anymore, it says implementation instead.
@12367216
@12367216 6 жыл бұрын
what did you choose for the maps app?
@vikweb3
@vikweb3 6 жыл бұрын
Just replace the compile XXXXX with implementation XXXXX
@i-vanzcespedes8961
@i-vanzcespedes8961 6 жыл бұрын
How can i use the Google maps in my app whithout references? Only names streets
@OffTheBeatenPath_
@OffTheBeatenPath_ 5 жыл бұрын
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
@shaikis4u
@shaikis4u 7 жыл бұрын
Any help is appreciated. Thank you.
@adolfosucumulasucumula4202
@adolfosucumulasucumula4202 5 жыл бұрын
Hi! Who's the best emulator? Genymotion or NOX Player? Help me
@mrwatwa
@mrwatwa 5 жыл бұрын
how to create map which show places between two places we have searched for example all tolls between Mumbai and Pune? please make a video on this topic thank you
@malikzain7150
@malikzain7150 7 жыл бұрын
Mr Mitch, how to make maps in fragment on draw menu? default view if executed
@mayureshpachangane8626
@mayureshpachangane8626 4 жыл бұрын
Hey Mitch great work I have been following your videos .....its great. In this tutorial i am getting error saying google_place_api_not configured ...where as I have enabled the places api from the console
@Justhadtobe
@Justhadtobe Жыл бұрын
3 years later hopefully you solved your error Mind helping me out with that😂.
@nvlogs8916
@nvlogs8916 6 жыл бұрын
Great tutorials! Please make tutorials on Google directions Api Please Please Please!!!!! It will be very useful
@Raikishadows
@Raikishadows 6 жыл бұрын
my idea is to have a marker which is going to be saved in firebase as lat and log. can you explain me?
@codingwithmitch
@codingwithmitch 6 жыл бұрын
You've got the right idea. Just save the latitude and longitude coordinates in Fireabase.
@SALMUZ
@SALMUZ 5 жыл бұрын
Great video, thanks it helped me a lot ...
@ashutoshrai5342
@ashutoshrai5342 7 жыл бұрын
Great tutorials plzz upload other tutorials as well sir
@syhrhzlkrn2283
@syhrhzlkrn2283 3 жыл бұрын
sir i dont have support repository. What should I do? I've been googling it a lot still don't find the solution
@zainabkhan9558
@zainabkhan9558 6 жыл бұрын
When I create the map activity in my project of android studio this error occurs in xml activity of google map. But it happens to only one project not in every project of my Android studio. Please help me. Error is given below: Gradle tasks [:app:assembleDebug] Execution failed for task ':app:processDebugGoogleServices' >Please fix the version conflict either by updating the version of the google-service plugin ( information about the latest version at bintray.com/android/android-tools/com.google.gms.google.service/) or updating the version of com.google.android.gms to 10.0.1. BUILD FAILED Total time: 27.831 secs 1 error 0 warnings See complete output in console
@rosaliesapa4088
@rosaliesapa4088 Жыл бұрын
Hi sir theres a problem when i am trying to search, when i try to search the app crashes what should i do please help.
@shrutisoni1942
@shrutisoni1942 6 жыл бұрын
Hi, My google map is kept cleaning each time and also it shows the nearby place just once and restate again. Also, nearby place markers are not on correct location. Can you help me to solve that?
@mrimri186
@mrimri186 5 жыл бұрын
Hi Sir. I can't import your Github, says cannot find git.exe. My android studio is 3.5. Ive already installed latest git
@i-vanzcespedes8961
@i-vanzcespedes8961 6 жыл бұрын
Hi, i don't speak english very good, but i need your help, how can i use google maps in my app only with names streets without references? Thanks
@DanaiKamvoussiora
@DanaiKamvoussiora 4 жыл бұрын
Great video! I have a question though. I'm developing an app where the map activity isn't the main Activity, so I wanted to have an option for the user to return to the main Activity but I cant seem to find anything about this. Since I can't add any buttons and use an intent to send them back (like we would with a second activity) I can't figure out how to do it from the map. It would help me a lot if someone had a solution! Thank you!
@aniketkale449
@aniketkale449 3 жыл бұрын
Set the MainActivity as the parent activity in Manifest File for your MapActivity
@billyli5863
@billyli5863 Жыл бұрын
@@aniketkale449 Could you please briefly explain how does this process work? Like why is this working?
@aniketkale449
@aniketkale449 Жыл бұрын
@@billyli5863 It works like that because when you set a particular activity as parent to another then that means when you exit the current activity you will be taken to the parent activity, if you haven't set anything as parent it will take you to the previously visited activity
@alvaroretana1243
@alvaroretana1243 6 жыл бұрын
Hi, How do I connect different devices in order to see them in maps ? For example: I want to see my mother's phone and my brother's phone connected in the map. Regards !
@Matt-f94
@Matt-f94 6 жыл бұрын
did u ever figure this out? @
@alvaroretana1243
@alvaroretana1243 6 жыл бұрын
Yes, but I created a Maps Activity Project. Now I need to connect different devices in order to see them in the map. I'm trying to figure it out !
@8maF0
@8maF0 4 жыл бұрын
That was a funny message: Don't use my api key that will not work !!! Hahaaaaahaaa
@malikbessaadia440
@malikbessaadia440 6 жыл бұрын
Thank you Mitch :)
@dakshinamurthyparayatham2848
@dakshinamurthyparayatham2848 7 жыл бұрын
Can u plz make a vedio on including tabbed activity in navigation bar activity using inbuilt activities in android studio
@dakshinamurthyparayatham2848
@dakshinamurthyparayatham2848 7 жыл бұрын
Mitch Tabian yes but I did it with activities But I want it by frames I mean that view pages should be used inside frames not in activities
@dakshinamurthyparayatham2848
@dakshinamurthyparayatham2848 7 жыл бұрын
Sir plzz reply
@dakshinamurthyparayatham2848
@dakshinamurthyparayatham2848 7 жыл бұрын
Mitch Tabian where can u plz send me
@abhishekyadav1090
@abhishekyadav1090 4 жыл бұрын
sir can u help me with a project in which i want "Convert prerecorded audio file into text in Android java" plzzz help with this there is no video tutorial is available youtube or google search plzzz make a tutorial on "Convert prerecorded audio file into text in Android java" this will help a lot Thank you ..
@mansinggaikwad3695
@mansinggaikwad3695 7 жыл бұрын
How to Find A Only Hospital or Restaurant in A Selected city ?
@adolfosucumulasucumula4202
@adolfosucumulasucumula4202 5 жыл бұрын
Hi! I'm trying to use the google maps API on my project but, my emulator show this error: app won't run without Google Play services, which are not supported by your device. Can help me to solve this problem?
@ghaffarelahi843
@ghaffarelahi843 5 жыл бұрын
install google sdk
@ghaffarelahi843
@ghaffarelahi843 5 жыл бұрын
developer.android.com/studio/intro/update.html#sdk-manager
@xrat3d12thman4
@xrat3d12thman4 5 жыл бұрын
For my phone thank you
@MijanurRahman-jo1st
@MijanurRahman-jo1st 5 жыл бұрын
Google places api is free?,Mitch.
@aqeelnaqvi01
@aqeelnaqvi01 6 жыл бұрын
Thanks bro
@codingwithmitch
@codingwithmitch 6 жыл бұрын
No problem brother
@emanuelb.2559
@emanuelb.2559 7 жыл бұрын
I have the release version working fine but when I download my own app from Google Play the maps remains blank, any ideas? I already used the release key from keytool.exe
@rafacalbacho8441
@rafacalbacho8441 6 жыл бұрын
the same thing is happening to me, did you manage to solve it?
@emanuelb.2559
@emanuelb.2559 6 жыл бұрын
I solved that by removing all restrictions for my key, just go to Google API Console and check the details for your key there and remove all restrictions
@I_Nasir_Khattak
@I_Nasir_Khattak 6 жыл бұрын
no source in the source code link why...
@codingwithmitch
@codingwithmitch 6 жыл бұрын
It's all there. This is the link in the description: goo.gl/Tcmfhi
@aceallen2505
@aceallen2505 5 жыл бұрын
The URL in maven must be in single quotes.
@letslearncomputerprogramming
@letslearncomputerprogramming 6 жыл бұрын
Map is work but live not work
@overr4818
@overr4818 6 жыл бұрын
Is this code free to use?
@codingwithmitch
@codingwithmitch 6 жыл бұрын
oveRR1337 yep. All of my code is free to use
@MrKunalGharate
@MrKunalGharate 6 жыл бұрын
thank you
@shaikis4u
@shaikis4u 7 жыл бұрын
Sir, I am unable to watch your maps videos as it says video is private. Please allow me to watch sir.
@shaikis4u
@shaikis4u 7 жыл бұрын
Thank you.
@teslakwayeh
@teslakwayeh 2 жыл бұрын
thank you so much man i fucking love you
@shababkm1803
@shababkm1803 7 жыл бұрын
Nice One , you jus create a youtube model application ? stop the Google Maps API Setup
@shababkm1803
@shababkm1803 7 жыл бұрын
I want to see my youtube channal videos through in a application , eg ;- you make a app , this app see only you uploading KZbin videos
@shababkm1803
@shababkm1803 7 жыл бұрын
tanks For Your Replay
@arypzhanfaizullayev9620
@arypzhanfaizullayev9620 5 жыл бұрын
хорош
Google Maps API Setup (part2) - [Android Google Maps Course]
11:46
CodingWithMitch
Рет қаралды 133 М.
Google Map in Android Studio | Google Map API Tutorial
9:04
CodeLabX
Рет қаралды 36 М.
Непосредственно Каха: сумка
0:53
К-Media
Рет қаралды 12 МЛН
Ful Video ☝🏻☝🏻☝🏻
1:01
Arkeolog
Рет қаралды 14 МЛН
Implementing Google Maps on Android
7:17
Codeible
Рет қаралды 43 М.
Use the Google Maps API to build a custom map with markers
24:00
Coder Coder
Рет қаралды 294 М.
Google Maps and Google Directions Introduction
4:24
CodingWithMitch
Рет қаралды 153 М.
Android Google Maps with Jetpack Compose 2023
28:15
CodingWithMitch
Рет қаралды 21 М.
Location Autosuggestions TextView - [Android Google Maps Course]
13:28
CodingWithMitch
Рет қаралды 96 М.