traccar client and app inventor 2

rbfritz8 years ago

Has anyone used app inventor to create a client?

Anton Tananaev8 years ago

I doubt that App Inventor has enough capabilities to create a client app. Also, what do you mean by client app?

rbfritz8 years ago

Iam currently working on a time card app for field technicians and want to add a gps tracking feature to it. I have got the app grabbing lat and long lines now, but looking for a way to send them to a tracking map so the office can see the techs in the field. By client app i just mean a way to implement what you have for gps tracking into the app iam creating.

rbfritz8 years ago

I am looking into netbeans or Intelliji idea and possible redo what i have with app inventor, but ive never used either of those programs so iam reading up on them now. Which do you recommend netbeans or intelliji idea??

Thank you,
Ray

Anton Tananaev8 years ago

You can send location to the server in the following format:

https://www.traccar.org/osmand/

Anton Tananaev8 years ago

For Android development I would recommend Android Studio. It's based on IntelliJ IDEA.

rbfritz8 years ago

Ok, very good. Thank you for such a quick response. I will see if i can get that to work.