Awesome dude.!! Great Job.. Keep up the Good Work God Bless
@AndroidCoding5 жыл бұрын
Thanks
@ldhpro3 жыл бұрын
very great code;; it's big excellent guy , and friend. thank you;; that's very kind of you to v. Watching the video and coding it yourself works well. thank you.
@AndroidCoding3 жыл бұрын
Thanks for appreciation. Glad to hear. You're welcome.
@ldhpro3 жыл бұрын
@@AndroidCoding thank you ( 감사합니다. )
@zeta00763 жыл бұрын
Perfecto, ahora solo me falta que hacer una búsqueda de mis propios puntos.
@subhamsoy12804 жыл бұрын
Really beneficial!! Thank you sir!
@AndroidCoding4 жыл бұрын
Welcome
@matthewfordan29375 жыл бұрын
It works fine when searching using the names of the places. Thank you. But I tried to search coordinates but it crashes. Can you do a tutorial about map search using coordinates(longitude,latitude).
@Almolakhas0074 жыл бұрын
Thanx a lot ... Great tuto
@AndroidCoding4 жыл бұрын
Welcome
@angood305 жыл бұрын
thank you this was looking for greetings from peru
@aqibalvi23985 жыл бұрын
Thankyou it worked all well, but can you explain asimple method how can I show a suggestion bar of cities when I am typing any city name in search bar.
@srinathbetarse7164 жыл бұрын
Great Bro :) Loved it
@AndroidCoding4 жыл бұрын
Thanks.
@angelikapangilinan48243 жыл бұрын
When I clicked search, my application goes in my log in page. How can I fix it? Thank you.
@acoder51294 жыл бұрын
Dude, you are awesome
@AndroidCoding4 жыл бұрын
Thanks
@Teclys235 жыл бұрын
That was a fantastic video! Great job, all nicely explained! ..but I had to mute the "music"! Well, by the way you have my like and my subscribe! Keep it on!
@AndroidCoding5 жыл бұрын
Thanks and keep supporting.
@sohamgosavi20064 жыл бұрын
When I search a place it gets directed to only one place rather than all places... Pls help...
@Wizard-xx7fe2 жыл бұрын
Thank you so much it helped me the app crash if the list is 0 so if you handle that exception it wont crash
@AndroidCoding2 жыл бұрын
You're welcome
@Faruk-zt5iw4 жыл бұрын
Nice tutorial, thanks. BTW can we use google autocomplete api for this free?
@AndroidCoding4 жыл бұрын
Welcome. Yes you can do it with autocomplete but autocomplete is not a free.
@sulmanyousaf65455 жыл бұрын
great video brother ,can do video about a draw raw betwen two point
@AndroidCoding5 жыл бұрын
Welcome. I will cover this topic.
@md.rejaulkarim33155 жыл бұрын
Loved your video
@AndroidCoding5 жыл бұрын
Thanks
@sajjadal-awadi34464 жыл бұрын
hi when i tried to add a new dependency and i write ces-map nothing is show too add it
@AndroidCoding4 жыл бұрын
Add this line in build.gradle : implementation 'com.google.android.gms:play-services-maps:16.0.0'
@marwamiimi19353 жыл бұрын
Great vedio !! How to select the path between to location
@ghadahmohammed71185 жыл бұрын
when you press locate that shows up after Build>Build Bundles>Build ADK where it should take you?
@wyndhamwoo28513 жыл бұрын
Mine is working well but when I type in location names it is white and can not be seen but still works. It is like this because of dark mode. How do i make it compatible with dark mode?
@deborahfontoura96384 жыл бұрын
Oi estes lugares vão ficando salvos ali com o marcador?
@helionyxcollective4 жыл бұрын
It crashes when I search for a place that shares the same name of a different place in the world.
@helionyxcollective4 жыл бұрын
I fixed this by maxing out the parameters.
@336_gyanendrasingh63 жыл бұрын
@@helionyxcollective How you did that ....... can u share ......... I am stuck bcoz of this issue!!
@manashvisingh40172 жыл бұрын
How to connect map with home page???
@RattleSack5 жыл бұрын
I keep getting this issue: Attempt to invoke virtual method 'void android.widget.SearchView.setOnQueryTextListener(android.widget.SearchView$OnQueryTextListener)' on a null object reference
@ezratambo59283 жыл бұрын
hello there, do you have a Kotlin version to this?
@mohammadhosseingholizadeh23235 жыл бұрын
hi, thanks for your great video. I need your help. On emulator everything is fine but when I built an apk and install it on my device, it doesn't work. what should I do?
@deeksha_314 жыл бұрын
Hello, this video helped a lot thanks! But how can i limit the searchview to a specific country ?
@AndroidCoding4 жыл бұрын
Welcome. I think it is not possible on this way of code.
@deeksha_314 жыл бұрын
@@AndroidCoding Is there any other way to do it please ?
@luisnavarrosaravia74845 жыл бұрын
very good video, thanks. I can do the auto completer of the map as well as the one of apk google?
@AndroidCoding5 жыл бұрын
Welcome
@Techencrypted4 жыл бұрын
can you send me the code amd xml
@Saurabh08619904 жыл бұрын
This was great video.But I would like to add "Place autocomplete functionality in search view for a place".But the Place.initialize command is not recognised by Android studio, can you help how I can add code in this same code to get it done? Please
@fanaticgaming96015 жыл бұрын
i want to search specific location in city how can i do this. please sir give some suggestion or hint.
@Random_Username954 жыл бұрын
Great video! One question, when i search for a wrong place on purpose, app crashes. How do i solve that? And is there a way to show history of searched locations?
@anatoliebivol1553 жыл бұрын
Use try catch for the whole block and catch Exception then you can display a message
@sagaryadav75605 жыл бұрын
Bro please make video on wifi peer to peer connection..and sharing data...
@adu93694 жыл бұрын
Hi, thanks a lot! How would I implement autocomplete in the searchview? I tried using your code for autocomplete here, but doesn't work. Can you help?
@christianhenry42492 жыл бұрын
Were you able to figure that out?
@elijahdavid28665 жыл бұрын
The Code file would be gud bro... could u upload that??? Thanks God Bless
@Saurabh08619904 жыл бұрын
Hello All Can someone tell if I need to just add place auto complete place in search screen, what code to append in this? This was working fine, I just need to add autocomplete place as well as show nearby places
@AndroidCoding4 жыл бұрын
Try this for autocomplete places : kzbin.info/www/bejne/qmnReJtqnLNkh5I
@Saurabh08619904 жыл бұрын
@@AndroidCoding I tried this Android version 3.6.0 was not able to identify Places.initialize command. Also code used in both videos are different. Please advise, hoping for a positive response
@AndroidCoding4 жыл бұрын
I'm also using 3.6 android version. It is working.
@amanwithoutanyaim95035 жыл бұрын
Please tell me how to add suggestions on searchview
@amanwithoutanyaim95035 жыл бұрын
For Example whever we type U it will show UnitedKingdom,UnitedStates etc.
@md.abubakarsiddik89224 жыл бұрын
Dear Sir, how can i add user current location code with this code ?
@PavLosMavRis4 жыл бұрын
Hello everyone, I'm getting an error when it executes the try-catch statement it gets an error and I don't know what the issue is to fix it, if anyone has any suggestion please tell me!!
@ghizlanekhattari88044 жыл бұрын
but it need connexion in runing????,
@muzamil10695 жыл бұрын
I followed the whole tutorial but map area appears blank on device...hlp plz
@ghadi37364 жыл бұрын
Same here. did you solve the problem? please so I can fix mine
@muzamil10694 жыл бұрын
@@ghadi3736 Unfortunately Not Bro
@androidpc96562 жыл бұрын
music + tutorial
@azanicc15434 жыл бұрын
service not available exception
@hasanfares40274 жыл бұрын
hello anyone having tutorial of how to get the direction from current location to picked location ? please help me
@AndroidCoding4 жыл бұрын
I have this type of code but it is open in google map.
@husseinfares15434 жыл бұрын
Android Coding I’m coding a carpool android app and i want to draw the destination from the driver current location till the destination and show it to the passenger, could u help me with it
@keagilemaripane17474 жыл бұрын
hussein fares15 ey , I need to do something similar ... did you figure out how to do it
@hasanfares40274 жыл бұрын
Keagile Maripane not yet ! But i decided to change the way of work
@lehieu49194 жыл бұрын
can you give me source code here? thank
@AndroidCoding4 жыл бұрын
Welcome. This video is already a source code. Follow the video step by step. If you have any doubt so dm me on facebook or Instagram.
@maharajakumarv64183 жыл бұрын
Hey man, Delete your google map API KEY from your description.
@minds_clear_02.23_3 жыл бұрын
This is a great solution, but what if I want to find stores that have bread, or I'm looking for pizzerias? In this case, the place does not find. How do I get through a search for example a pizzeria within a radius of N miles? Thank you
@minds_clear_02.23_3 жыл бұрын
Perhaps I will clarify. The key query is "buy pizza" or "delicious pizza" for example
@duongthanhhai47214 жыл бұрын
Hello Everyone ! Help me, I need for search to one the video tutorial search cinemas movie 2D, 3D on maps by in the Android studio .. Everyone can help me! Thank you so much 😔 ♥ ️ ♥ ️ !!!
@edwinandrango80043 жыл бұрын
Great tutorial, horrible music
@tuvu83945 жыл бұрын
If you don't want to talk at least mute the music. That's the dumbest part of the video.
@eltiposentadoalli75292 жыл бұрын
Anyone knows why im getting this error: inconvertible types cannot cast 'androidx.fragment.app.fragment' to 'com.google.android.gms.maps.support.fragment' in the line: mapFragment = (SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.google_map);