google app inventor - location update

13
Aris Cahyadi Risdianto 23210016 Location Update Application Developed using Google App Inventor Beta

Upload: aris-risdianto

Post on 31-May-2015

259 views

Category:

Devices & Hardware


2 download

TRANSCRIPT

Page 1: Google App Inventor - Location update

Aris Cahyadi Risdianto23210016

Location Update ApplicationDeveloped using Google App Inventor Beta

Page 2: Google App Inventor - Location update

Background

Utilize GPS Location Based Identification GPS Coordinate can be sent, received or parsed

(including through SMS) GPS Coordinate can be used for distance calculation

between two points One node can send location update and current distance

to other nodes Additional Map can guide one node to other

Page 3: Google App Inventor - Location update

Overview

Set Location Application Collect GPS coordinate information (GPS sensor or Manual Input) Send the information to the Target

Location Update Application Collect GPS coordinate Calculate the distance between current location and target location Send SMS every 5 minutes or specific range Guide through Maps the direction

Page 4: Google App Inventor - Location update

Illustration

Get Target Location Get Current

Location

Set Destination Application Location Update

Application

Collect GPS CoordinateSend Message

Collect GPS CoordinateCalculate The Distance

Send Message the range

Page 5: Google App Inventor - Location update

Flow Diagram

Set DestinationLocation Update

Page 6: Google App Inventor - Location update

Class Diagram

Text HandlingParsing and Combining GPS Coordinate

Get LocationGet Coordinate from the Sensor

Distance CalculationCalculate between two GPS Coordinate

Send/Receive MessageIncluding read and write messages

Clausal (If-Then-Else)Decide range and when send message

TimerCalculate the distance every 30 seconds

Page 7: Google App Inventor - Location update

Block Diagram (Set Destination)

Page 8: Google App Inventor - Location update

Block Diagram (Location Update)

Page 9: Google App Inventor - Location update

Screen Shot (Set Destination)

Page 10: Google App Inventor - Location update

Screen Shot (Location Update)

Page 11: Google App Inventor - Location update

Screen Shot (Location Update)

Page 12: Google App Inventor - Location update

Application Used

Page 13: Google App Inventor - Location update

THANK YOU