Week 10 Car Locator (Ahmad, Din, Vinayak). Paths Starting point : where you want to go back to Intermediate points Din: Created lines Ahmad: Debug and.

Slides:



Advertisements
Similar presentations
In this tutorial, we are going to create: A race car that the user can control with the arrow keys for direction and speed. A simulated road with a striped.
Advertisements

VIP Smartphone Team – Ahmad, Din, Vinayak Car Locator App Fall 2010 VIP Smartphone Team Ahmad, Din, Vinayak.
Microsoft Expression Web-Illustrated Unit J: Creating Forms.
A Short Course on How to Manage SLOs with TracDat.
Using the Import Accounting Line Feature You may enter accounting lines one by one in KFS or may enter multiple accounts at once using the Import Accounting.
Adding a Crystal Report to M3 This presentation will assist you in adding a custom Crystal report into Millennium 3.
Review of Chapter 4 Sections 1 and 2 World-level methods involve two or more objects break a large problem into smaller, logical units follow a design.
CPIT 102 CPIT 102 CHAPTER 1 COLLABORATING on DOCUMENTS.
This is OK! The Clicker is in “Power Save” Also called “Sleep Mode”
TTSS Interactive Products, Inc. Court System Sample Flow USDC – Northern District, Ohio Cleveland, Ohio.
Ohio Child Licensing and Quality System (OCLQS)
Computer Science 1000 LOGO I. LOGO a computer programming language, typically used for education an old language (1967) the basics are simple: move a.
Painterly Rendering CMPS Assignment 2. OpenGL OpenGL is a cross-language, cross- platform specification defining and API for 2D and 3D graphics.
2. Run. Hours button 1. Run. Hours screen Running hours.
Creating Quiz in MOODLE. Step 1: Create Question Bank - Create Question Bank - Click Question Bank on Settings.
Access 2007 ® Use Databases How can Microsoft Access 2007 help you to enter and organize information?
ResponseCard XR Editing Tests and Homework ®. Navigating the Menu Press the MENU button to bring up the main menu. Press the Down Arrow twice to select.
Money Tracker Pro User Guide (version 0.4) Quick facts Create account Add transaction Transfer money between accounts Schedule reoccurring transaction.
State Machines State diagrams SE-2030 Dr. Rob Hasker 1 Based on slides written by Dr. Mark L. Hornick Used with permission.
Basics of creating a Virtual Patient Centre for Medical & Healthcare Education eLearning Unit Steven Malikowski & Chara Balasubramaniam Press the F5 Key.
Addison Wesley is an imprint of © 2010 Pearson Addison-Wesley. All rights reserved. Chapter 5 Working with Images Starting Out with Games & Graphics in.
1. CLICK “CONTACTS” (BOTTOM LEFT CORNER OF SCREEN) 2. SELECT “NEW CONTACT GROUP”
Transparency 3 Click the mouse button or press the Space Bar to display the answers.
Senior Design Project Created by: Mark Eife.  Busy parking garages often get close to or reach their maximum capacity  This in turn leads to traffic.
Joseph Danzer PROJECTSYMBOLS FOR CET TIPS AND TRICKS ProjectMatrix.
Effort Reporting System Cost Transfer Demo A step-by-step guide to doing cost transfers (retros) in ERS.
Microsoft PowerPoint Tutorial Created by L. George 2006.
The Cisco Binary Game INSTALLING THE GAME Extract Set-up File Double click Binary_setup.zip Save to computer Launch Set-up Click binary_setup.exe Follow.
Global Change. The Global Change gives users the ability to make global changes to quotes by displaying common options, allowing users to edit the options.
PRESENTS GENISYS LAB SCOPE TECH TRAINING. To do on car testing, scroll to Diagnostic Toolbox and press Enter. Enter Scroll to Diagnostic Toolbox.
PREZI PRESENTATION The Prezi Interface. In this tutorial you will learn:  About the different parts of a Prezi interface: 1. The Prezi space/canvas 2.
1 Module 5. Creating and Editing Modules and Text.
Pigs Galore Spreadsheet User Documentation oink Begin.
Computer Science I Recap: variables & functions. Images. Pseudo-random processing.
When the program is first started a wizard will start to setup your Lemming App. Enter your company name and owner in the fields designated “Company Name”
By Droids Robotics INTERMEDIATE PROGRAMMING LESSON BRICK BUTTONS AS SENSORS.
Computer Science I Share plans for virtual something. Text. Show my virtual dog. Classwork: Plans for your virtual something. Homework: start implementation.
State Machines State diagrams SE-2030 Dr. Mark L. Hornick 1.
Subtractive Manufacturing Exercise #1 Step #2 Key Fob Project Using Velocity CNC Software for the CNC Milling Machine Note: In order to use this set of.
Motion Path Go Kart 1. Google: Go Kart Track Layout (similar to the image below) Find a track with at least 10 or more curves (not a NASCAR oval) Save.
An Introduction to Prezi Created By: Angela Powell Fall 2010 EDUC 370 JMU.
 Tracks seats availability in a specific class (CRN)- only for HOKIES.  Has the ability to track a list of classes.  The tracking list grows dynamically.
Hamilton Paths and Circuits 1 Click to Start 2 3 Start End.
DEPARTMENT MODULE User’s Guide. Step 1. Click Files Step 2. Click Department.
CMPT 275 TEAM DIRECTORIES. One Sentence Summary The Study Buddy is: a tool to help users study to improve their grades by simulating a multiple choice.
Microsoft Expression Web-Illustrated Unit G: Designing Site Navigation.
whoop 1.2
Pen Tool McGraw-Hill Ryerson Pre-Calculus 11 Chapter 1 Sequences and Series Section 1.4 Click here to begin the lesson.
Open a BLANK WORD document
FEPMIS Acquisition Plan
Deleting an Incomplete Requisition
Matrix Equations Step 1: Write the system as a matrix equation. A three-equation system is shown below. First matrix are the coefficients of all the.
Timeline, project outline and general features
To Navigate the Slideshow
LMS Images.
More on Widgets, Misc. Topics
Click on the letter you would like to practise.
Press Ad Screen-shot.
INTERMEDIATE PROGRAMMING LESSON
Physical Fitness Leave Process
To Navigate the Slideshow
LMS Images.
ICT Past Paper May_June2015 “ACCESS” Questions only
Med-Fi Prototype Presentation
Working Knowledge Training
To Navigate the Slideshow
LMS Images.
Course Competencies Tab (cont’d)
Hamilton Paths and Circuits
Interpretation of Drawings
Presentation transcript:

Week 10 Car Locator (Ahmad, Din, Vinayak)

Paths Starting point : where you want to go back to Intermediate points Din: Created lines Ahmad: Debug and markers

Identify starting point Need two points to draw a line

Added new screen Added a different screen for the return path Application now closes completely when the “Close” button is pressed. Added a Vibrator (sic).

Close class Made a new class/activity known as “close”. The class is called every time the “Close” button on MapScreen is pressed.

Changes The trick is to leave no activity open. Once a new activity is started, close the calling activity This also helps save power as multiple activities are not open at once Exit(0) is a bad idea since it deletes all tracking variables (first_time, clse, etc.)

Pictorial Demo Note: While the vibrator (sic) has been implemented and does indeed show up in logcat, it cannot be shown on the emulator. Also, there have been known issues with implementing the vibrator (sic) on the emulator. Created by Vinayak

Next Week Debug lines Different colored lines to- and from- path