Mobile app | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 5

Mobile app

A friend wants to make a mobile app, where people can track each others location use google map. Whats your advices on the code and generally where would he begin?

26th Apr 2019, 11:15 AM
Josué Charles
Josué Charles - avatar
3 Answers
+ 8
Learn Android studio and either Java or Kotlin.
26th Apr 2019, 2:02 PM
Sonic
Sonic - avatar
+ 5
Tracking each other isnt allowed as far as i know. You would need to look into the allowed rules for google maps aswell as the app store rules. But than you can just use the google maps api to get a users location and than you need to send those data to a server to send it out to other users.
26th Apr 2019, 11:30 AM
Dragonxiv
Dragonxiv - avatar
+ 5
You can make use of Google map api or mapbox api for making such applications. You need to know Android, Google map api to make such application Search more on Google, github, YouTube etc
26th Apr 2019, 11:38 AM
Rstar
Rstar - avatar