Download - Oculus presentation

Transcript
Page 1: Oculus presentation

COMS 6998 project presentation -Ajay Siva Santosh()

-Dimitris Paidarakis() -Prateek Sinha(ps2791)

-Zissis Konstas()

Page 2: Oculus presentation

}  Introduction }  Application flow }  API’s used }  Features }  Application Optimization }  Future Scope }  Demo

Page 3: Oculus presentation

}  Users get a real time view of places around them or any other place of their interest.

}  Check out the latest pictures around you or query for places you like.

}  Check out which place is trending around you.

Page 4: Oculus presentation
Page 5: Oculus presentation

}  Google Places API

}  Google Geocoding API

}  Instagram API

}  The Twitter REST API (was later decided not to be used in the application)

}  Facebook authentication SDK

}  Parse Database

}  Reachability

Page 6: Oculus presentation

}  Search what is happening around you!

}  Look which place is trending around you.

}  Check out what is going on, on your favorite place.

}  Check out various images around you.

Page 7: Oculus presentation

}  We do not ping the API’s continuously, to get the latest data.

}  Doing so would result in memory, battery and network drainage.

}  Thus we leave it to our users to refresh the application to get the latest data.

}  Asynchronous image loading.

}  Asynchronous API calls

}  Used Apple maps instead of Google maps to achieve greater efficiency.

Page 8: Oculus presentation

}  Discovering the best place to go now based on real time crowd sourced data.

}  Develop a community of like minded users who are interested in rating a place.

}  Users of the app who are currently in a venue can rate it on different interesting characteristics.

}  On demand real time venue characteristics , provided by the users present there.

Page 9: Oculus presentation

}  Now we will begin the demo of our application.


Top Related