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
@mixup44764 жыл бұрын
Brother, you have explained the code really well and also explained the code step by step. Thanks form india
@videkkkk4 жыл бұрын
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
@debbiegg6 жыл бұрын
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"?
@codingwithmitch6 жыл бұрын
Google maps SDK and Google places SDK in your google developer console
@vahidhoseini17234 жыл бұрын
great, good job mitch.
@jackxn58074 жыл бұрын
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.
@Nardooo264 жыл бұрын
Is this true? So I'll be able to use Google maps and all its features as long installed all the things you mentioned?
@nodirbekhasanboev31353 жыл бұрын
Thank you. it is very helpful
@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.
@codingwithmitch5 жыл бұрын
Watch my newest google maps course. This is old.
@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
@codingwithmitch5 жыл бұрын
@@OffTheBeatenPath_ ya I would. This is outdated
@poocheecaballero24776 жыл бұрын
Hey mitch, can u recommend to me the best android studio version for making google maps? Thanks!
@SthreeH-y4z7 жыл бұрын
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.
@simplenice436 жыл бұрын
watching video late library did not have google map android api. so which do i use?
@dgritsis6 жыл бұрын
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
@codingwithmitch6 жыл бұрын
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.
@armuc69413 жыл бұрын
thanks, please, i want to extract the information into google maps, with Bluetooth ? is it possible?
@domenrom17435 жыл бұрын
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...
@RaihanRisad5 жыл бұрын
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_fahimkhan7 жыл бұрын
Eagerly waiting for the next video
@ElTexMexAlex6 жыл бұрын
Looks like its going to be different as of today, it doesn't say compile anymore, it says implementation instead.
@123672166 жыл бұрын
what did you choose for the maps app?
@vikweb36 жыл бұрын
Just replace the compile XXXXX with implementation XXXXX
@i-vanzcespedes89616 жыл бұрын
How can i use the Google maps in my app whithout references? Only names streets
@OffTheBeatenPath_5 жыл бұрын
Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
@shaikis4u7 жыл бұрын
Any help is appreciated. Thank you.
@adolfosucumulasucumula42025 жыл бұрын
Hi! Who's the best emulator? Genymotion or NOX Player? Help me
@mrwatwa5 жыл бұрын
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
@malikzain71507 жыл бұрын
Mr Mitch, how to make maps in fragment on draw menu? default view if executed
@mayureshpachangane86264 жыл бұрын
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 Жыл бұрын
3 years later hopefully you solved your error Mind helping me out with that😂.
@nvlogs89166 жыл бұрын
Great tutorials! Please make tutorials on Google directions Api Please Please Please!!!!! It will be very useful
@Raikishadows6 жыл бұрын
my idea is to have a marker which is going to be saved in firebase as lat and log. can you explain me?
@codingwithmitch6 жыл бұрын
You've got the right idea. Just save the latitude and longitude coordinates in Fireabase.
@SALMUZ5 жыл бұрын
Great video, thanks it helped me a lot ...
@ashutoshrai53427 жыл бұрын
Great tutorials plzz upload other tutorials as well sir
@syhrhzlkrn22833 жыл бұрын
sir i dont have support repository. What should I do? I've been googling it a lot still don't find the solution
@zainabkhan95586 жыл бұрын
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 Жыл бұрын
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.
@shrutisoni19426 жыл бұрын
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?
@mrimri1865 жыл бұрын
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-vanzcespedes89616 жыл бұрын
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
@DanaiKamvoussiora4 жыл бұрын
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!
@aniketkale4493 жыл бұрын
Set the MainActivity as the parent activity in Manifest File for your MapActivity
@billyli5863 Жыл бұрын
@@aniketkale449 Could you please briefly explain how does this process work? Like why is this working?
@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
@alvaroretana12436 жыл бұрын
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-f946 жыл бұрын
did u ever figure this out? @
@alvaroretana12436 жыл бұрын
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 !
@8maF04 жыл бұрын
That was a funny message: Don't use my api key that will not work !!! Hahaaaaahaaa
@malikbessaadia4406 жыл бұрын
Thank you Mitch :)
@dakshinamurthyparayatham28487 жыл бұрын
Can u plz make a vedio on including tabbed activity in navigation bar activity using inbuilt activities in android studio
@dakshinamurthyparayatham28487 жыл бұрын
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
@dakshinamurthyparayatham28487 жыл бұрын
Sir plzz reply
@dakshinamurthyparayatham28487 жыл бұрын
Mitch Tabian where can u plz send me
@abhishekyadav10904 жыл бұрын
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 ..
@mansinggaikwad36957 жыл бұрын
How to Find A Only Hospital or Restaurant in A Selected city ?
@adolfosucumulasucumula42025 жыл бұрын
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?
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
@rafacalbacho84416 жыл бұрын
the same thing is happening to me, did you manage to solve it?
@emanuelb.25596 жыл бұрын
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_Khattak6 жыл бұрын
no source in the source code link why...
@codingwithmitch6 жыл бұрын
It's all there. This is the link in the description: goo.gl/Tcmfhi
@aceallen25055 жыл бұрын
The URL in maven must be in single quotes.
@letslearncomputerprogramming6 жыл бұрын
Map is work but live not work
@overr48186 жыл бұрын
Is this code free to use?
@codingwithmitch6 жыл бұрын
oveRR1337 yep. All of my code is free to use
@MrKunalGharate6 жыл бұрын
thank you
@shaikis4u7 жыл бұрын
Sir, I am unable to watch your maps videos as it says video is private. Please allow me to watch sir.
@shaikis4u7 жыл бұрын
Thank you.
@teslakwayeh2 жыл бұрын
thank you so much man i fucking love you
@shababkm18037 жыл бұрын
Nice One , you jus create a youtube model application ? stop the Google Maps API Setup
@shababkm18037 жыл бұрын
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