Timeline, project outline and general features

Slides:



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

LOGGING ON AND SHUTTING DOWN How to do both successfully at school.
VIP Smartphone Team – Ahmad, Din, Vinayak Car Locator App Fall 2010 VIP Smartphone Team Ahmad, Din, Vinayak.
TTSS Interactive Products, Inc. Court System Sample Flow USDC – Northern District, Ohio Cleveland, Ohio.
POP QUIZ!!! What kind of software is Medisoft? Name ONE of the 4 things that you can do to data in Medisoft. What is the Medisoft Program Date? What key.
School location collector
Operating Systems Day 1. Booting a Computer 1.Switch on the UPS electricity supply - green light electricity failure - red light charging – orange light.
SET UP COMPUTER ** PLEASE BE AWARE SCREENSHOTS MAY NOT MATCH **
Welcome to the Milagrow Universe
Room Locator App Aabhas Sharma Vinayak Gokhale Yehia Khoja 1 Room Locator App.
Android 4: Creating Contents Kirk Scott 1. Outline 4.1 Planning Contents 4.2 GIMP and Free Sound Recorder 4.3 Using FlashCardMaker to Create an XML File.
INTERNATIONAL SUMMER ACADEMIC COURSE UNIVESITY OF NIS ISAC – Android programming.
1 Mobile Computing Set Up Copyright 2015 by Janson Industries.
Operating system for mobile devices with a Java programming interface. Provides tools, e.g. a compiler, debugger, device emulator, and its own Java Virtual.
PARSING FACEBOOK DATA FOR ANDROID 1. Step by Step  Import Android SDK  Get the hash key  Create a new app  Create a new project in Eclipse 
Introduction to Android. Android as a system, is a java based operating system that runs on the Linux kernel. The system is very lightweight and full.
NEW MOBILE WEB. August ‘Mobile First’ Mentality “If you don’t have a mobile strategy, you don’t have a future strategy.” - Dr. Eric Schmidt, Executive.
Rajab Davudov. Agenda Eclipse, ADT and Android SDK APK file Fundamentals – Activity – Service – Content Provider – Broadcast Receiver – Intent Hello World.
16 Services and Broadcast Receivers CSNB544 Mobile Application Development Thanks to Utexas Austin.
1 Android- Platform Overview. 2 What is Android? Android is a software stack for mobile devices that includes an operating system, middleware and key.
26/05/2016 E.R.Edwards 26/05/2016 Staffordshire University School of Computing Introduction to Android Practical 1 Changing the Eclipse Workspace Importing.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Silicon Valley Code Camp 2009 “Embellish Your Pictures” Build an Application for an Android Phone Jack Ha, Balwinder Kaur Oct 3, 2009 – 5:15PM Room CCL.
Android Development Environment Environment/tools Windows Eclipse IDE for Java Developers (v3.5 Galileo) Java Platform (JDK 6 Update 18) Android.
Using and developing on the Android Dev Phone 1. Setup At the gmail credentials screen, skip the step Go to Settings->Wireless Controls  Enable Wi-Fi.
First Venture into the Android World Chapter 1 Part 2.
V 1.0Slide 1 Staff - Training Information Click “Add” button to add a training record.
IPSOS / Vodafone / Novartis Kenya 17 December 2014.
Cookies (continue). Extracting Data From Cookies Data retrieved from a cookie is a simple text string. While there is no specific JavaScript function.
How to Install Eclipse Click hereClick here to download Eclipse.
Center for Surveillance, Epidemiology, and Laboratory Services Division of Health Informatics and Surveillance José Aponte Public Health Advisor Companion.
MTA ETA. Product Description A real-time simulation system that estimates the expected time that it will take a certain bus to arrive at an end- user’s.
Presented by: Lihi Yahav Alexander Isenshtat Supervisor: Kfir Lev-Ari Accessible Navigation.
IT’S HERE! THE REACH APP! Everything you need to know about our school— --If you have a phone or a tablet, everything is within.
Sanitary Inspector/Engineer Learning Module For Swachh City- Swachh Bharat app Android Play store - SBM Engineer App.
RaceJoy Ready Promotion Toolkit (PhoneTrak, Basic)
Mobile Device Development
Guided By: Dr. Mingon Kang
Downloading and Installing
QuadriDCM Easy Access as a communication platform
Mobile App – For iOS and Android Devices
Obtaining the Required Tools
Computing.
Class Finder for Android
Visual Programming week # 01
EPH emergency pharmacy finder
Aylesford School and Sixth Form College
Android 基礎.
HAWKLEY HALL HIGH SCHOOL
Sensors, maps and fragments:
Stephen Platt, Soham Parekh, Matt DeAngelis
Smartphone with Android OS Android OS 4.2 (Jellybean) or above
First, use our API Builder at www. apilinkbuilder
5 Steps to file your objections/ suggestions on KUDA Master Plan 2041
ELoc by MapmyIndia Screenshots.
Application Development A Tutorial Driven Course
Smoke PITs How to locate, mark the location of a facility’s smoke pit(s), and download into GeoBase.
Zicheng Wan and Yuan Gao CPSC 6820, Clemson University
CS371m - Mobile Computing Responsiveness.
Curriculum Update Form (SZACURU) Basics
How to locate and mark the location of your facility’s smoke pit(s)
First Class User Experience Journey
Learn on the Move with the Moodle Mobile App
Jobs The jobs button will show how many jobs are in your queue. Tap there to see your jobs.
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Performing Calculations on Data
HR Portal: What’s New? What’s Next?
Navigation By Touch מנחה הפרוייקט: כפיר לב-ארי.
Microsoft PowerPoint Tutorial Screenshots & Shapes BIS 101 Spring 2018.
Microsoft Outlook (Disabling desktop notifications)
Presentation transcript:

Timeline, project outline and general features Car Locator Timeline, project outline and general features

Project description The application, when started, takes an image of the current location from Google Maps (at a certain resolution). It then plots a course on that image (using GPS), as the user moves. User clicks on a button when going back to the car and the app starts showing the current location in a different color so that he can differentiate between the “departure” path and the “return” path. The app should include a turn-off notification or a standby feature.

Extract image from GM and save starting location coordinates Start app Extract image from GM and save starting location coordinates Draw a “dot” periodically (0.1s? 0.2s?) at the current coordinates Ask the user to/automatically shut down the app after saving the map after a certain time Display saved image when app restarts and start updating current position periodically with a different color On OK, delete saved picture On arriving at destination, display an appropriate message END

Milestones Get a UI ready for the app – 9/21/2010 Look up resources on utilizing GPS using Java – 9/28/2010 Write code to acquire an image for the current location off of Google Maps – 10/12/2010 Write code to mark current position on phone – 10/26/2010 Bugs and fancy work – 11/16/2010 Write report/finishing touches on app – 12/07/2010

Resources Downloading pictures from GM at specified resolution Setting up markers in GPS Java programming and using Android SDK via Eclipse