Live location-help!

I want to integrate location (open street map) in my app
my app connects provider and user in there locality
but the problem is when user will submit request then near about 30km provider should get notification to share there quotation and I don't know how to implement this .
how can I get this ?

If I understand your question well, this is what you need to do

  1. implement an online user list, with his location updated every xx minites;
  2. get a sublist from the online user list, with the distance less than yy kilometers;
  3. send notification to this sublist.

so which step do you stuck at?

1 Like

I am complete beginner first year btech cse student and I don't know how to code can you help me with blocks ?

  • use the ringed fence method of your choice (there are several ways to construct one as shown in the provided links). When within 30 km, use the Notifier component to post your message to the user of your app.

  • experiment and code each part, one at at time and get the parts of the app to work.

  • if you have specific questions, post the code you used and someone will provide advice. :thinking:

  • good luck. You can do this. :slightly_smiling_face:

Here are some resources to help you learn to use the AI2 tools. A very good way to learn App Inventor is to read the free Inventor's Manual here in the AI2 free online eBook App Inventor 2 Book: Create Your Own Android Apps ... the links are at the bottom of the Web page. The book 'teaches' users how to program with AI2 blocks.

There is a free programming course here Course In A Box and the aia files for the projects in the book are here: App Inventor 2 Book: Create Your Own Android Apps

How to do a lot of basic things with App Inventor are described here: How do you...? .

Also look here App inventor español. Offline. Tutorial. Ejemplos. Instalación. Códigos. Juegos. Curso gratis de App inventor. and here Tutorial Index | imagnity for more tutorials including Imagnity.com List Tutorial, Mirrored - @Saj

Learn about components Component Reference
and visit the Library The MIT App Inventor Library: Documentation & Support Help>Library on the MENU