This is the first youtube tutorial on location services that does NOT cause a null location error, well done! However, at least with emulation I cannot get it to change location from my actual current location. The emulator allows you to set a location of course, but this does not show up when you click on Get Location. Ideas?
@RudolfJelin3 жыл бұрын
Great tutorial! Just a question: does clicking the button multiple times update the location?
@adnanhaider99494 жыл бұрын
hi bro, i used your code and get longitude and latitude when i check on google maps by puting this value it show ocean location not me what is this issue? kindly help me about this issue
@prajil_3 жыл бұрын
Enter latitude first then longitude. Like, 19.122 , 73.123
@whatthefactuploadr76044 жыл бұрын
Sir can we get users location name like place , city...like I wish to make a search bar showing items near users??
@arnoldkilaini4 жыл бұрын
Can you create a video on how to save data from button click in Excel using apache poi or other libraries
@AbdulSamad-yu1zn3 жыл бұрын
Hii Dear all how are you? I hope you all will be fine. I am facing null lat/long issue as i am using fusedlocationproviderclient... If mobile GpS button is enabled then i get location.. if i disable or reEnable it then i get null location.. if if i close or open app again and again Is there any other service or anything instead of this which works fine??
@ProgrammationTricksTips4 жыл бұрын
it's send me location null :( why please ?
@maggawattanalekhawong56833 жыл бұрын
did u fix it, please help :(
@bspuneeth95234 жыл бұрын
pls stop the background music
@djedaimenyousfi65213 жыл бұрын
Sir plz i want to know how calculate the distance between the latlang given by gps and another lantlang given by me in the code , can you please help i need it i tried many times and i didn't solve it help me plz
@gohweizhuang31813 жыл бұрын
please provide source code in the description, its point less to rewrite the whole things..
@AndroidCoding3 жыл бұрын
Join this channel to get access to source code perks: kzbin.info/door/UIF5MImktJLDWDKe5oTdJQjoin
@maggawattanalekhawong56833 жыл бұрын
Why my location never change
@nehamalviya81413 жыл бұрын
very nice tutorial, One question how to fetch location for china region, since google API are not supported in china.....please guide.
@cleawrence3 жыл бұрын
Great but your implementation will be revoked by new google policies. You have to create a foreground or background service... for that. Do u have an example ?
@pawanKumar-qh1or4 жыл бұрын
Awesome sir....sir i have a problem plz help me out....how we can count the number of item in firestore database and show the total number of item in recyclerview....plz sir help me....thank u
@AndroidCoding4 жыл бұрын
Thanks for appreciation. Get count of any array list you can use arrayList.Size() method.
@pawanKumar-qh1or4 жыл бұрын
Thanks sir ....for reply me 🙏🏻
@SidTheGreat4203 жыл бұрын
The LocationCallback Class is abstract
@lonewolfgamingyt93692 жыл бұрын
it says "java.lang.IndexOutOfBoundsException: Index: 0, Size: 0" at this line addresses.get(0).getLatitude(); pls help
@AndroidCoding2 жыл бұрын
Your addresses are getting empty
@lonewolfgamingyt93692 жыл бұрын
@@AndroidCodingbut it works on other phones
@ajayvamsee75083 жыл бұрын
same idea but uisng services do the video and post it please
@swordox984 жыл бұрын
Why don't you use Places api current location?
@AbdulSamad-yu1zn3 жыл бұрын
Hii Dear all how are you? I hope you all will be fine. I am facing null lat/long issue as i am using fusedlocationproviderclient... If mobile GpS button is enabled then i get location.. if i disable or reEnable it then i get null location.. if if i close or open app again and again Is there any other service or anything instead of this which works fine??
@ldhpro3 жыл бұрын
thank you friend ;), but i 'm a very difficult project, It's hard to understand after watching about ten times. thank you anyway
@arbajraza6374 жыл бұрын
Bhai ek video bnao jisme videos files ko folder by folder show kro like other video player apps
@ΘωμάςΝικηδιώτης3 жыл бұрын
i get always 0.0 0.0 with this code
@maggawattanalekhawong56833 жыл бұрын
did u fix it , pls help :(
@ankurgupta46963 жыл бұрын
Dont put background song
@codingsick92674 жыл бұрын
Bhai stop the tune
@AndroidCoding4 жыл бұрын
🤔🤔🤔
@ogunodabas93324 жыл бұрын
fix these two lines and your code will work 1) if (location!=null) { LocationRequest locationRequest=new LocationRequest() .setPriority(LocationRequest.PRIORITY_HIGH_ACCURACY) .setInterval(10000) .setFastestInterval(1000); // 2) .setNumUpdates(1);