1 / 11

People Finder

People Finder. Kyle Dausin Jacob Llaneras Jacob Lubben Jason Moskowitz. App Overview. Facebook. Facebook API Basic Friend, Personal Requests Facebook Multiquery More "advanced" requests. AppEngine. Used RESTlet for AppEngine

selina
Télécharger la présentation

People Finder

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. People Finder Kyle Dausin Jacob Llaneras Jacob Lubben Jason Moskowitz

  2. App Overview

  3. Facebook Facebook API • Basic Friend, Personal Requests Facebook Multiquery • More "advanced" requests

  4. AppEngine Used RESTlet for AppEngine Post: Retrieve an XML format response of UID / Geolocation pairs. • Multiple requests can be processed at once. Get: Submit your last known geolocation to AppEngine along with your facebook UID.

  5. Map • GeoPoints calculated from AppEngine data • Markers created using overlays • Pictures taken from facebook

  6. Animations Use a progression of drawables to simulate flipbook-like animations

  7. Broadcast Receiver • Activated when received SMS • closes very shortly after • issues • Handles what to do in the onReceive() method

  8. Texting Requests • Special Format • if the text is from the app, the text is hidden from the user • Request, • Accept • Ignore

  9. GPS • Utilize GPS functionality to receive longitude and latitude. • Check every 5 seconds for new coordinates • Send and receive to AppEngine

  10. Compass • Integrate compass yielding 0-359 to point North • Create Buffer to stabilize coordinates • Update GPS location update to 100ms • Use Geometry with GPS coordinates to calculate the new angle between you and the user.

  11. Questions/Comments

More Related