Crowd-sourced Lost and Found Application

Slides:



Advertisements
Similar presentations
Android Application Development A Tutorial Driven Course.
Advertisements

Merit Sales and Service Portal M3UG 2012
Abuse Testing Laboratory Management Laboratory Management.
Attie Naude 14 May 2013 Windows Azure Mobile Services.
11 Artis Group Pty Limited Level 4, Pacific Highway St Leonards, NSW, 2065 (02) “Artis Group Capability”
Presented by Tianhe Wang. Mobile applications: People send/receive messages using wireless network much more frequently. Multimedia messages are often.
Technical Brief v1.0. Communication tools that broadcast visual content directly onto the screens of computers, using multiple channels and formats Easy.
WEB APPS LOGIC APPS MOBILE APPS App Service API APPS Fabrikam Kable 1. Customer books appointment 2. Customer valet assigns a technician.
Tuomo Vierros, Dream Broker Topic H: Video sharing app for iOS / Android / WP7.
D-OSDi + Android Progress Presentation Xinyi Dong Long Qiu.
Inventory Management System With Berkeley DB 1. What is Berkeley DB? Berkeley DB is an Open Source embedded database library that provides scalable, high-
We are glad to share our unique positions among other competitors in mobile application development.  We concentrate mainly on cloud based enterprise.
Cross Platform Mobile Backend with Mobile Services James
Home controlling system based on Galileo Final Semester Presentation Started at: Winter 2015 Project supervised by: Mony Orbach Project performed by: Khalid.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
About me Yichuan Wang Android Basics Credit goes to Google and UMBC.
01. Introduction to Android Prof. Oum Saokosal Master of Engineering in Information Systems, South Korea
M i SMob i S Mob i Store - Mobile i nternet File Storage Platform Chetna Kaur.
Case Study: Telecommuting Mark Nowakowski, Tom Coyne, Jhonatan Sanchez.
Architecture Planning and designing a successful system Use tried and tested techniques Easy to maintain Robust and long lasting.
Jessica Dyer Emerge Mobile Tech Emerging Safety Technology.
WHO WILL BENEFIT FROM THIS TALK TOPICS WHAT YOU’LL LEAVE WITH Developers Interested in HTML5 Games Interested in Windows Azure Interested in Game Development.
Crowd-sourced Lost and Found Application Motivation and Goals Architecture Implementation Details Progress References By- Jwala Mohith Girisha, Rajani.
Store your files in the sky Intro to Cloud file storage.
INTRODUCTION TO DBS Database: a collection of data describing the activities of one or more related organizations DBMS: software designed to assist in.
Home controlling system based on Galileo Mid Semester Presentation Started at: Winter 2015 Project supervised by: Mony Orbach Project performed by: Khalid.
Cloud Strategy made Simple David G. Fletcher. 2 Hybrid Cloud Approach Utah is building a private cloud to provision services from its virtualized infrastructure.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Start An Innovative Perspective for eHealth Solutions.
What is touchPRO EXPRESS? touchPRO EXPRESS is a way for Associations who meet certain criteria to be able to get a mobile app at a low cost and have their.
13% of information workers say they use tablets at work… … but IT is aware of only 6% 13% of information workers say they use tablets at work… … but.
 Parse is a ridiculously easy-to-use cloud service.
CSE 403 LCO Presentation Chris Scoville. Operational Concepts Create a built in 411-type system in a cell phone Allows the user to find a person’s phone.
Cross Platform Mobile Development Mobile app development in Los Angeles, California.
LetItFlow Architecture Specification Project Meeting Vienna, – Victor Carmocanu SIVECO Romania.
INTRODUCING HYBRID APP KAU with MICT PARK IT COMPANIES Supported by KOICA
Building Windows Store Apps with Windows Azure Mobile Services Nikola Metulev Windows Platform Technical Evangelist.
Stuff to memorise… "A method tells an object to perform an action. A property allows us to read or change the settings of the object."
Stuff to memorise… "A method tells an object to perform an action. A property allows us to read or change the settings of the object."
Short Customer Presentation September The Company  Storgrid delivers a secure software platform for creating secure file sync and sharing solutions.
Amazon Web Services. Amazon Web Services (AWS) - robust, scalable and affordable infrastructure for cloud computing. This session is about:
About Dreamwares Dreamwares is a web & mobile application development company specializing in Cloud Computing and has built powerful applications on Amazon.
X-Mind Pilot Project Proposal 許志毓、李俊輝、吳蕙盈、卓曉青. Outline Topic of Interest Research Aims Details & Workflow Work Distribution Challenges & Conclusion.
Building Azure Mobile Apps
Mobile Application Solution
A little more App Inventor and Mind the GAP!
Organizational IT Stack
Fan Engagement Solution
MOBILITY Mobile Apps Solutions.
Azure Mobile Services + Windows Phone 8
Amazon Storage- S3 and Glacier
Mobile Application Solution
“We found everything we needed to build our service in Microsoft Azure
SNOW ONLINE TRAINING IN HYDERABAD
Advanced Productivity App Development Company in India
Crowd Intelligence Grocery Shopping Mobile App
In the Cloud, Inspection Checklists and Auditing Can Be Managed with a Smartphone or Tablet MINI-CASE STUDY “We needed the ability to be able to host our.
Cloud Computing BY: Udit Jain.
ideas to mobile apps in record time,
AquaScale Data Collection Android Application
Application Development A Tutorial Driven Course
SMART EDU APP Technology to bridge the parent teacher gap.
Mobile Services and Cloud Scalability Enable Connections Between Brands and Customers MINI-CASE STUDY “It became clear that Microsoft Azure was the way.
Telecom Software & VoIP Communication Platforms Provider.
Cloud Computing: Concepts
IST346: Mobile Services.
Simplify the way you collect, integrate and share field data.
Red Sky Update “Watching the horizon for emerging health threats”
System Overview Version 4.0
Team Members: William Busby, Lindsey Gray, & David Meffe
Presentation transcript:

Crowd-sourced Lost and Found Application Jwala Mohith Girisha, Rajani R Siddhanamatha & Vijaykumar Koppad

Agenda Motivation and Goals Architecture Implementation Details Progress References

Motivation and Goals To find lost items is an intimidating task. Reporting found article at Lost and Found department can be equally tedious. Employ conglomeration of the current technologies to bridge the gap. Present a simple, efficient and crowd sourced application to smartphone users. Encourage crowd to report found articles on the fly and help in returning them to their rightful owners.

System Architecture The solution incorporates a client server model. Clients are the smartphone applications which aid users in reporting lost and found objects. Server is a distributed cloud storage for user information and object records.

What is PARSE?? Parse is a Cloud-based backend as a service (BaaS)provider for mobile applications. It supports different mobile platforms such as iOS, Android, Windows. It is built on Amazon Web Services(AWS) platform. Parse is suitable for high throughput, fast, scalable and I/O intensive operations. Currently around 50000 applications are running on Parse.

Parse - Back End Architecture Image Coutesy: AWS case study (http://aws.amazon.com/solutions/case-studies/parse/)

User Interface Android app provides option to enter details along with brief description about lost/found objects. Use REST APIs to gather so collected information on cloud. Send push notifications to users on matching lost and found records.