Location Tracker

(BASIC)

Today we will make an app that can track your location whenever a button is pressed. So, without any further delay, let's start !

So to start we will open the MIT App Inventor in our browser. We recommend using Microsoft edge in a laptop or desktop. Then create a new project and follow the following points-

  1. Click on start new project and name it "Location_Tracker".

  2. After some time depending on the speed of your device, the project will open.

  3. Then from the sensors section of the palette, drag out the LocationSensor.

Similarly, drag out a label, a button and another label from the palette.

Next, in the blocks, drag out the when button.click block and join a set label text to block and then add a locationsensor.location block. Your project is all done !