It's a great tutorial. Please make more tutorials on this like find nearby places
@easyonecoder Жыл бұрын
Sure
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@dr1p7293 ай бұрын
does it update when the user is moving?
@gamerisrael250 Жыл бұрын
How did u make it work from red at 9:05 (the Dexter)
@easyonecoder Жыл бұрын
Please add this dependencies in your build gradle file and click Sync Now button implementation 'com.google.android.gms:play-services-maps:18.1.0' implementation 'com.google.android.gms:play-services-location:21.0.1' implementation 'com.karumi:dexter:6.2.1' watch kzbin.info/www/bejne/p2rVgqqOdp6oo7Mm25s in video
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@janiyaMk Жыл бұрын
It's very valuable.This video really touched me.I request you to continue it.if possible,after filling a form,make the location shown on the map
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@PurezaIanRossAlvarez Жыл бұрын
now google console do require for signing up including the card details, it says that the service is free and u will be charge once you made an upgrade.. well it is not safe to fill up card details just for the api, if it was not work related usage.
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@pasindusenanayake Жыл бұрын
Thank you sir.
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@davidortegon7024 Жыл бұрын
Gracias¡
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@thusith-tec307 Жыл бұрын
Ade Thanks bn ❤
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@TassibleZilundu Жыл бұрын
i think youre the best, youve saved... but you need to go to permissions for those who are struggling like i struggled and allow location
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@schwien9368 Жыл бұрын
This video is very valuable. May I request that you add a direction or route in this map? thank you
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@dungledang6359 Жыл бұрын
You can make video export invoice to pdf and printer with blutooth or wifi ? invoice use data my sql + php
@easyonecoder Жыл бұрын
Sure. thanks
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@markangeloua.balonga4563 Жыл бұрын
Thanks a Lot
@easyonecoder11 ай бұрын
easyonecoder.com & Please subscribe my new channel
@TassibleZilundu Жыл бұрын
am not so sure if i have missed a step but when i run the app it is just showing google at left bottom corner without showing the map help me what should i do
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@saucethevarsetile Жыл бұрын
I need help I've created a Recycle view that is clickable which consist of the other users' details but I'm failing to view the clicked user to view their current location, how can I add their location on my data so when I click on them I get their current location?
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@princimittal998111 ай бұрын
generating API key costs you or is it free?
@easyonecoder11 ай бұрын
it is free. easyonecoder.com & Please subscribe my new channel and watch new videos
@nileshsonawane3093 Жыл бұрын
Bro all ok...but I want to make location on when it is off..how we can do it?
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@sarikaraj7250 Жыл бұрын
How to implement in fragment instead of activity
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@everythingminimalist5550 Жыл бұрын
Hi its such a helpful video, but may i know why the location couldn’t be detected even if i turn on locations on the emulator, please send help.❤
@easyonecoder Жыл бұрын
please try in real device
@jaysoniansalangsang8883 Жыл бұрын
The turorial is only showing the last location of google map.. need to on fist google map
@Map_Jumpers Жыл бұрын
Hello! Thank you, I am following your tutorial, but I have the same problem that @everythingminimalist5550 describes, even though localization is enabled, both on the emulator and on the physical device, the marker does not appear on the map. Somehow the program thinks that the location variable comes as null. How can it be solved?
@hectoralvarogarzonbuitrago7479 Жыл бұрын
Class referenced in the layout file, `com.google.android.gms.maps.SupportMapFragment`, was not found in the project or the libraries
@easyonecoder Жыл бұрын
www.easyonecoder.com/
@paridhiarora6349 Жыл бұрын
LatLng latLng = new LatLng(location.getLatitude(), location.getlongitude()); In the above statement .getLatitude and .getLongitude are showing errors why so?
@easyonecoder Жыл бұрын
You type to .getlongitude() please type "getLongitude" (with a capital 'L'). LatLng latLng = new LatLng(location.getLatitude(), location.getLongitude());