Skip to content

Be-Programmer/CombackHome

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

CombackHome



Motivation

Make automatic alarm application which notify departure time to destination

Our Function

Set the dstination
Set the curfew time
Choice the alarm music among user’s phone
Show the subway route to arrive destination


Show the user’s current location in Google map Notify the nearest subway station and connect user’s position Notify the nearest subway station and connect user’s position

System Flow


Key Techniques

  • Receive and split Subway data and store them in SQLite Database
  • Find shortest subway route by using Dijkstra algorithm.
  • Compute depart time(alarm time) by considering distance and time table of subway
  • Service component state should be changed along with the mode of application

Strength

  • Automatically receive the alarm service which is based on user’s location
  • Because of using embedded data, user can receive the service through only using GPS
  • Can be used for other purpose

Screenshot

1. Not set destination 2. Set destination 3. Complete to set destination

4. Set curfew time 5. Select alarm music 6. Select alarm music

7. Show subway route 8. Off the service

Play Store