Software Requirements Specification. CS 4350 Project. for. Version 1.0 approved. Prepared by Alvaro Juban Jr. Tejon Ranch Conservency

Size: px
Start display at page:

Download "Software Requirements Specification. CS 4350 Project. for. Version 1.0 approved. Prepared by Alvaro Juban Jr. Tejon Ranch Conservency"

Transcription

1 Software Requirements Specification for CS 4350 Project Version 1.0 approved Prepared by Alvaro Juban Jr. Tejon Ranch Conservency Copyright 1999 by Karl E. Wiegers. Permission is granted to use, modify, and distribute this document.

2 Software Requirements Specification for <Project> Page ii Table of Contents Table of Contents... ii Revision History...ii 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions Product Scope References Overall Description Product Perspective Product Functions User Classes and Characteristics Operating Environment Design and Implementation Constraints User Documentation Assumptions and Dependencies External Interface Requirements User Interfaces Hardware Interfaces Software Interfaces Communications Interfaces System Features System Feature System Feature 2 (and so on) Other Nonfunctional Requirements Performance Requirements Safety Requirements Security Requirements Software Quality Attributes Business Rules Other Requirements... 5 Appendix A: Glossary...5 Appendix B: Analysis Models... 5 Appendix C: To Be Determined List... 6 Revision History Name Date Reason For Changes Version

3 Software Requirements Specification for CS 4350 Page 1 1. Introduction 1.1 Purpose The purpose of this project is to work with a client and create an application for them. Our client is the Tejon Ranch Conservancy. This mobile application will help visitors or staff identify one of the many flowers that inhabit Tejon. 1.2 Document Conventions Created using Open Office and exported into a.pdf file. 1.3 Intended Audience and Reading Suggestions Intended for client of Tejon Ranch Conservancy and other developers. 1.4 Product Scope Application created for Tejon Ranch Conservancy in order to let users identify one of the many flowers that inhabit Tejon. 1.5 References 2. Overall Description 2.1 Product Perspective This is a brand new application for Tejon Ranch Conservancy. Although the concept of identifying a flower has been done before, this application is made specifically users traversing Tejon Ranch. 2.2 Product Functions The major function of this application is identifying a flowers. This is done by asking the user a series of questions in order filter out all the flowers that can be found in Tejon Ranch. Once answers have been provided our application will give the user the results of what flower they have identify. Another function would be browsing, which allows the user to scroll through the flowers that can be found in Tejon Ranch and see where they can be located. The application will also provide an interactive map and a the history of Tejon Ranch.

4 Software Requirements Specification for CS 4350 Page User Classes and Characteristics The knowledge of the programming language Java including the use of creating an application in Android Studio. 2.4 Operating Environment Developed using android studio and emulation with genymotion. For this application we have been using android KitKat which happens to use an API 19. This app has been tested with Nexus 5 emulator and a physical Samsung Galaxy phone. 2.5 Design and Implementation Constraints This application is made specifically for use within Tejon Ranch and may not be applicable to identify flowers found outside of Tejon Ranch. Application must be fast and simple to use. The actual application must have information available within app because reception is not reliable inside of Tejon Ranch. The customer must provide the information of the flowers in order to help us create the flower identifier. 2.6 User Documentation User will be able to find a manual located within the applications settings option. This manual will describe functions of the app including how to use said functions. 2.7 Assumptions and Dependencies Must be sure that all information is correct and photos that are used are credited to its rightful owners. Application must meet the needs of customer and features may be added or change if need be. 3. External Interface Requirements 3.1 User Interfaces GUI will be easy to navigate through and will provide a pleasant and engaging experience. Such as fast and smooth transitions between the applications many different features. 3.2 Hardware Interfaces This application was created and intended to be used in an android environment. Mostly made for the use of android cellphones and also android tablets. 3.3 Software Interfaces Application has been created for android platforms using android studio. Which means that this the use of java is being used heavily. No uses for online databases or the use of gps due to limitations. A simple local database will be use to access the information and photos of each flower.

5 Software Requirements Specification for CS 4350 Page Communications Interfaces Instead of pulling information through gps or internet, all information will be available to the user through the application. This choice was chosen because reception isn t consistent within the grounds of Tejon Ranch. 4. System Features 4.1 Identify a Flower Description and Priority This is feature is of high priority and is the main purpose of this application. Will help the user identify an unknown flower by asking the user a series of questions. Based on the answers provided the application will show the results of the potential flower they have described Stimulus/Response Sequences The user will only need to answer the questions as best they can by tapping the answer that best describes the flower in front of them. From there they will click next and will be asked another question. This will be done until the app has decided what flower has been described Functional Requirements In order to carry out this function we need a database of flowers that can be found at Tejon Ranch. We also need specific features of each flower such as what color and how many petals each one has. REQ-1: REQ-2: Must be simple and easy for the user to navigate through. Must provide all information be located within application rather then an online database. 4.2 Browse the Flowers Description and Priority This feature is of the high priority. With this feature the user will be able to browse through the flowers that can be found within Tejon Ranch Stimulus/Response Sequences This feature will look similar to an image gallery. The user will simply be able to scroll through the different flowers. When they want to learn more they can simply tap the photo and will be able to see the picture, name, bio, and location of the flower Functional Requirements The requirements of this feature would require the data that has been gathered by the customer themselves. Mainly for the short descriptions of each flower and possibly photos too. REQ-1: REQ-2: Must be fast and snappy when scrolling through the different flowers. Provide the location of current flower being browsed.

6 Software Requirements Specification for CS 4350 Page 4 5. Other Nonfunctional Requirements 5.1 Performance Requirements This application is made solely for the use on a mobile device, specifically an android device. Must be able to run on android kitkat and above. That way anyone can use the application and will not be limited by their system firmware. 5.2 Safety Requirements The user must be aware of surroundings when using this within Tejon Ranch because of unpredictable wildlife and environmental hazards around them. 5.3 Security Requirements Information of flowers will be provided by the customer and belongs solely to the customer. So we must protect this by restricting access by outside users. 5.4 Software Quality Attributes Application will be able to adjust its display to any android firmware and phone screen size. Basically dynamic rescaling of the app for any platform such as phones and larger tablets. 5.5 Business Rules Must not use information and photos within application without crediting owners of said content. 6. Other Requirements <Define any other requirements not covered elsewhere in the SRS. This might include database requirements, internationalization requirements, legal requirements, reuse objectives for the project, and so on. Add any new sections that are pertinent to the project.> Appendix A: Glossary <Define all the terms necessary to properly interpret the SRS, including acronyms and abbreviations. You may wish to build a separate glossary that spans multiple projects or the entire organization, and just include terms specific to a single project in each SRS.> Appendix B: Analysis Models <Optionally, include any pertinent analysis models, such as data flow diagrams, class diagrams, state-transition diagrams, or entity-relationship diagrams.>

7 Software Requirements Specification for CS 4350 Page 5 Appendix C: To Be Determined List <Collect a numbered list of the TBD (to be determined) references that remain in the SRS so they can be tracked to closure.>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author> <organization> <date created> Software Requirements Specification for Version 1.0 approved Prepared by Copyright 2002 by Karl E. Wiegers. Permission is granted to use, modify, and distribute

More information

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created>

Software Requirements Specification. <Project> for. Version 1.0 approved. Prepared by <author(s)> <Organization> <Date created> Software Requirements Specification for Version 1.0 approved Prepared by Software Requirements Specification for Page 2 Table of Contents Revision

More information

Software Requirements Specification for Peer Tutoring Record Keeping

Software Requirements Specification for Peer Tutoring Record Keeping 1 Software Requirements Specification For Peer Tutoring Record Keeping Version 1.0 approved Prepared by Robert Jarvis, Mario Lopez and Edward Martinez CPSC 430 Group 4 September 16 2013 2 Table of Contents

More information

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri

Group Name: Team Epsilon Max Hinson Jhon Faghih Nassiri Software Requirements Specification for UCSB 360 Version 1.2 Prepared by Group Name: Team Epsilon Max Hinson 4426771 maxwellhinson@gmail.com Jhon Faghih Nassiri 4111274 jfaghihnassiri@gmail.com Luke Buckland

More information

Delimited. Interfaced. Readable. Modifiable. Verifiable. Prioritized* Endorsed

Delimited. Interfaced. Readable. Modifiable. Verifiable. Prioritized* Endorsed 15 quality goals for requirements Justified Correct Complete Consistent Unambiguous Feasible Abstract Traceable Delimited Interfaced Readable Modifiable Verifiable Prioritized* Endorsed Marked attributes

More information

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT

Software Requirements Specification OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Software Requirements Specification For OPTIMIZED MOODLE LEARNING MANAGEMENT SYSTEM WITH POLICY ENFORCEMENT Version 1.0 Prepared by Priyanka Manchanda and Shabna T.R. GROUP 2 - OPTIMIZING MOODLE LMS TO

More information

<Name of the project> Software Requirement Specification

<Name of the project> Software Requirement Specification Software Requirement Specification Project Code: Document Code: v RECORD OF CHANGE *A -

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification For livemechanic-clickmechanic.com Version 1.0 approved Prepared by Ngangbam Indrason Registration: 11401214 Section: K1421 Roll Number: RK1421A20 Lovely Professional

More information

Software Requirements Specification. Smart Doorbell. for. Version 1.0 approved. Prepared by Shriya Shah & Umang Ajmera LDRP-ITR

Software Requirements Specification. Smart Doorbell. for. Version 1.0 approved. Prepared by Shriya Shah & Umang Ajmera LDRP-ITR Software Requirements Specification for Smart Doorbell Version 1.0 approved Prepared by Shriya Shah & Umang Ajmera LDRP-ITR 23-07-1016 Software Requirements Specification for Smart Doorbell Page ii Table

More information

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps

Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon. All Completed SRS2 Steps Software Requirements Document for Graffiti Author: Group 03 Yuly Suvorov, Luke Harvey, Ben Holland, Jordan Cook, Michael Higdon Version Date Author Change 0.1 09/13/ SM Initial Document 07 0.2 09/22/

More information

Android Studio is google's official IDE(Integrated Development Environment) for Android Developers.

Android Studio is google's official IDE(Integrated Development Environment) for Android Developers. Android Studio - Hello World Objectives: In this tutorial you will learn how to create your first mobile app using Android Studio. At the end of this session you will be able to: Create Android Project.

More information

Outlook Web Application (OWA) on SamsungTablets. Installing and Using the OWA Application

Outlook Web Application (OWA) on SamsungTablets. Installing and Using the OWA Application Outlook Web Application (OWA) on SamsungTablets Installing and Using the OWA Application January, 2017 Installing OWA Note: Your warehouse tablet must have the latest software updates prior to installing

More information

DEPARTMENT OF EDUCATION. LEA Accounting

DEPARTMENT OF EDUCATION. LEA Accounting DEPARTMENT OF EDUCATION LEA ACCOUNTING Contents Revision History... 2 Revision History Chart... 2 Application Permissions... 3 Creating an AIM Account... 4 Create an Account Email Address Entered... 5

More information

Quote Hub. OPUS Open Portal to University Scholarship. Governors State University. MaheshBabu Chellu Governors State University

Quote Hub. OPUS Open Portal to University Scholarship. Governors State University. MaheshBabu Chellu Governors State University Governors State University OPUS Open Portal to University Scholarship All Capstone Projects Student Capstone Projects Spring 2016 Quote Hub MaheshBabu Chellu Governors State University Pranav Gopal Reddy

More information

Software Requirements Specification Template CptS 322 Software Engineering 9 February 2005

Software Requirements Specification Template CptS 322 Software Engineering 9 February 2005 Software Requirements Specification Template CptS 322 Software Engineering 9 February 2005 The following annotated template shall be used to complete the Software Requirements Specification (SRS) assignment

More information

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4

Table of Contents. Revision History. 1. Introduction Purpose Document Conventions Intended Audience and Reading Suggestions4 Software Requirements Specification for Python Checker Version 1.0 approved Prepared by Matthew Arnold, Seong, Ian Computer Science Team 4 February 4th 2015 Table of Contents Table of Contents Revision

More information

International Etruscan Sigla Project Software Requirements Specification Team Spannabe

International Etruscan Sigla Project Software Requirements Specification Team Spannabe International Etruscan Sigla Project Software Requirements Specification Team Spannabe I. Introduction A. Purpose The purpose of the Software Requirements Specification document is to clearly define the

More information

Requirement Analysis

Requirement Analysis Requirement Analysis Requirements Analysis & Specification Objective: determine what the system must do to solve the problem (without describing how) Done by Analyst (also called Requirements Analyst)

More information

Requirements Specifications & Standards

Requirements Specifications & Standards REQUIREMENTS ENGINEERING LECTURE 2014/2015 Dr. Jörg Dörr Requirements Specifications & Standards AGENDA Standards & Templates Natural Language Requirements Specification with Conceptual Models Suitable

More information

Android System Architecture. Android Application Fundamentals. Applications in Android. Apps in the Android OS. Program Model 8/31/2015

Android System Architecture. Android Application Fundamentals. Applications in Android. Apps in the Android OS. Program Model 8/31/2015 Android System Architecture Android Application Fundamentals Applications in Android All source code, resources, and data are compiled into a single archive file. The file uses the.apk suffix and is used

More information

<Company Name> <Project Name> Software Requirements Specification For <Subsystem or Feature> Version <1.0>

<Company Name> <Project Name> Software Requirements Specification For <Subsystem or Feature> Version <1.0> For Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square brackets and displayed

More information

Android Samsung Galaxy S6 Edge

Android Samsung Galaxy S6 Edge Android 6.0.1 Samsung Galaxy S6 Edge Access your quick menu by using two fingers to pull down the menu from the top-center of the screen. You can use this to quickly turn your Wi-Fi, Location, Bluetooth,

More information

Requirements Specification with the IEEE 830 Standard

Requirements Specification with the IEEE 830 Standard Requirements Specification with the IEEE 830 Standard Gregor v. Bochmann, University of Ottawa Based on Powerpoint slides by Gunter Mussbacher (2009) with material from: IEEE 830-1998 Standard, Daniel

More information

This guide will take you through setting up the components required for sending SMS directly through Dynamics.

This guide will take you through setting up the components required for sending SMS directly through Dynamics. January 31, 2019 Reading Time: 3 minutes When it comes to sending manual SMS within Microsoft Dynamics we would strongly recommend using our Synchronisation service and Chrome extension. The reason for

More information

Requirements engineering

Requirements engineering engineering Chapter 4 1 Engineering in the textbook 4.1 Functional and non-functional 4.2 The software document 4.4 engineering processes 4.5 elicitation and analysis 4.3 specification 4.6 validation 4.7

More information

Online and Mobile Banking Requirements Guide

Online and Mobile Banking Requirements Guide Online and Mobile Banking Requirements Guide Introduction This document explains the hardware and software requirements for Valley First Credit Union s Online and Mobile Banking Experience. Members are

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 23 SP-WX-MBLIOS-CG-201807--R023.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

Mobile ios Configuration Guide

Mobile ios Configuration Guide Mobile ios Configuration Guide Version 21 SP-WX-MBLIOS-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed, or

More information

The following steps will allow you to install and quickly begin using DevCom:

The following steps will allow you to install and quickly begin using DevCom: QUICK START DevCom uses Device Descriptions (DDs) to access data stored in the memory of the smart field device. These DDs are developed by the manufacturer for their products and, in turn, distributed

More information

Ch 4: Requirements Engineering. What are requirements?

Ch 4: Requirements Engineering. What are requirements? Ch 4: Engineering What are? Functional and non-functional The software document specification engineering processes elicitation and analysis validation management The descriptions of what the system should

More information

Managing and recording how your collections, including images and other reproductions of them, are used, whether by you or anyone else.

Managing and recording how your collections, including images and other reproductions of them, are used, whether by you or anyone else. Use of collections Definition Managing and recording how your collections, including images and other reproductions of them, are used, whether by you or anyone else. Scope As well as the managing the use

More information

Software Requirements Specification. Report and Analysis of Data for RIT Office of Cooperative Education and Career Services

Software Requirements Specification. Report and Analysis of Data for RIT Office of Cooperative Education and Career Services Software Requirements Specification Report and Analysis of Data for RIT Office of Cooperative Education and Career Services Version 1.4 (waiting customer approval) Prepared by Chris Nurre NOBY Monday,

More information

(Refer Slide Time: 1:12)

(Refer Slide Time: 1:12) Mobile Computing Professor Pushpendra Singh Indraprastha Institute of Information Technology Delhi Lecture 06 Android Studio Setup Hello, today s lecture is your first lecture to watch android development.

More information

Software Requirements Specification (SRS) Software Requirements Specification for <Name of Project>

Software Requirements Specification (SRS) Software Requirements Specification for <Name of Project> Software Requirements Specification (SRS) Software Requirements Specification for Version Release Responsible Party Major Changes Date 0.1 Initial Document Release for

More information

Mambu Mobile Overview v2.9

Mambu Mobile Overview v2.9 Mambu Mobile Overview v2.9 1 of 36 Versi on # Change History Date Description Summary of Changes 1.0 June 2014 Initial Release 2.0 November 2014 Updated with changes for Mambu Mobile v2.4 2.5 February

More information

Mobile Android Configuration Guide

Mobile Android Configuration Guide Mobile Android Configuration Guide Version 21 SP-WX-MBLAND-CG-201801--R021.00 Sage 2018. All rights reserved. This document contains information proprietary to Sage and may not be reproduced, disclosed,

More information

Setting up Dynamics SL Data Migration Extension for D365 for Financials. For Microsoft Dynamics SL 2015

Setting up Dynamics SL Data Migration Extension for D365 for Financials. For Microsoft Dynamics SL 2015 Setting up Dynamics SL Data Migration Extension for D365 for Financials For Microsoft Dynamics SL 2015 Revision Date: 7/13/2017 Contents Introduction... 2 How to install the Dynamics SL Data Migration

More information

Please keep this document for your records. 3. Tap the FREE button. Once tapped, it will turn into the INSTALL button.

Please keep this document for your records. 3. Tap the FREE button. Once tapped, it will turn into the INSTALL button. Accessing CopWare s iphone Version of the California Peace Officers Legal Sourcebook Installation Instructions: Please keep this document for your records. 1. After purchasing our software for the iphone,

More information

<Project Name> Supplementary Specification

<Project Name> Supplementary Specification Version [Note: The following template is provided for use with the Rational Unified Process. Text enclosed in square brackets and displayed in blue italics (style=infoblue) is included

More information

IITB Summer Internship Software Requirement Specification (SRS)

IITB Summer Internship Software Requirement Specification (SRS) Software Requirements Specification for Optimized Moodle LMS Page 1 IITB Summer Internship 2013 Software Requirement Specification (SRS) Optimizing Moodle LMS for Improving User Response Time Principal

More information

Marketing and Communications Missouri University of Science and Technology

Marketing and Communications Missouri University of Science and Technology Marketing and Communications Missouri University of Science and Technology Missouri S&T Web Standards Missouri S&T strives to build and support the university s online identity. Toward this goal, members

More information

Contents Revox Joy S232 App D 1.0 1

Contents Revox Joy S232 App D 1.0 1 Contents Revox Joy S232 App 1 D 1.0 Revox M Series M235 Android App Contents Welcome......3 Scope of function... 3 Pre-requirements requirements... 3 Installation... 3...... 4 Version number... 4 Configuration......5

More information

Applied Ballistics Ultralite Engine

Applied Ballistics Ultralite Engine Bushnell Ballistics For Android and iphone The Bushnell Ballistics App, is a companion app to use with your Bushnell Scopes to calculate firing solutions. This app allows you to use current atmospherics

More information

FLOATING IMAGE Android Application

FLOATING IMAGE Android Application FLOATING IMAGE Android Application Projet 2016-2017 DEREYMEZ Maxime FUSTES Raphaël Index Floating Image, the current application... 3 Aim of our project... 4 The project s realisation... 4 Tools... 5 IDE...

More information

Software Requirements Specification

Software Requirements Specification SCSJ2203: Software Engineering Software Requirements Specification Project Title Version 1.0 Printing Date Department and Faculty Prepared by: Revision Page a. Overview Describe

More information

Software Requirements Specification. Super Surveyor. for. Version 0.1 candidate. Prepared by Baldur Thorgilsson. Pi Technology

Software Requirements Specification. Super Surveyor. for. Version 0.1 candidate. Prepared by Baldur Thorgilsson. Pi Technology Software Requirements Specification for Super Surveyor Version 0.1 candidate Prepared by Baldur Thorgilsson Pi Technology 2018-02-15 Software Requirements Specification for Super Surveyor Page ii Table

More information

DRAFT OWNERS. Prism Online User Manual v2.0 1

DRAFT OWNERS. Prism Online User Manual v2.0 1 OWNERS Prism Online User Manual v2.0 1 1. INTRODUCTION Prism is a horse racing management system that streamlines the Stable workflow process, reducing pain points and improving efficiencies. The system

More information

Teamcenter 11.1 Systems Engineering and Requirements Management

Teamcenter 11.1 Systems Engineering and Requirements Management SIEMENS Teamcenter 11.1 Systems Engineering and Requirements Management Systems Architect/ Requirements Management Project Administrator's Manual REQ00002 U REQ00002 U Project Administrator's Manual 3

More information

SOFTWARE REQUIREMENT SPECIFICATION

SOFTWARE REQUIREMENT SPECIFICATION PUZZLE Mert ÇALIK - 1679406 Oğuz Can KARTAL 1746106 Berke Çağkan TOPTAŞ 1746387 Burak VELİOĞLU - 1679257 SOFTWARE REQUIREMENT SPECIFICATION Version 1.1 Table of Contents 1. INTRODUCTION... 4 1.1. Purpose...

More information

NaviGate Prepared App: Using Respond

NaviGate Prepared App: Using Respond NaviGate Prepared App: Using Respond How-to Reference Guide Downloading the App Logging into the App Home Screen My Account Initiating Alarms Accounting for Students Chat Feature End Alarm What is Respond?

More information

User Guide for itrust over SMS and itrust over Wi-Fi Direct Installation and Use

User Guide for itrust over SMS and itrust over Wi-Fi Direct Installation and Use National Science Foundation CNS 10-16193 User Guide for itrust over SMS and itrust over Wi-Fi Direct Installation and Use University of California, Santa Barbara by Isaí Michel Lombera This documentation

More information

Spectralink PIVOT & Versity USB Driver V2.0.0

Spectralink PIVOT & Versity USB Driver V2.0.0 Spectralink PIVOT & Versity USB Driver V2.0.0 This technical bulletin explains the changes to the Spectralink PIVOT and Versity product USB Drivers, now version 2.0.0. System Affected Spectralink PIVOT

More information

Template Guide 2018 Guide

Template Guide 2018 Guide Template Guide 2018 Guide Table of contents Introduction How to use this template guide 3 Message Display a message or news item 4 Media Display images and videos perfectly 7 Office Display employee-only

More information

Version 1.2. January Publication ERSC-1300

Version 1.2. January Publication ERSC-1300 Version 1.2 January 2016 Publication ERSC-1300 ConveyLinx module firmware and functionality is protected by U.S. and international patents. For complete patent information visit www.pulseroller.com/patents

More information

Software Requirements Specification Version 1.1 August 29, 2003

Software Requirements Specification Version 1.1 August 29, 2003 Software Requirements Specification Version 1.1 August 29, 2003 Web Accessible Alumni Database Michael J. Reaves Submitted in partial fulfillment Of the requirements of Masters Studio Project Table of

More information

Northern Arizona University. Project Requirements. Bit Tag. Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476. Version 1.0

Northern Arizona University. Project Requirements. Bit Tag. Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476. Version 1.0 Northern Arizona University Project Requirements Bit Tag Temitope Alaga, John Dance, Josh Frampton, Jun Rao CS 476 Version 1.0 Table of Contents Table of Contents Introduction Problem and Solution Statement

More information

14FC Works Geotagging Mobile app Telangana Guidelines

14FC Works Geotagging Mobile app Telangana Guidelines 14FC Works Geotagging Mobile app Telangana Guidelines DOWNLOAD Directions: Go to CDMA portal www.cdma.telangana.gov.in and go to section 14FC Geo Tagging app Download. You will be redirected to below screen

More information

The Application of Concepts from Multiple Courses in Creating a Useful App for the University

The Application of Concepts from Multiple Courses in Creating a Useful App for the University The Application of Concepts from Multiple Courses in Creating a Useful App for the University Drew Klein IST Department Doane University 1014 Boswell Ave, Crete, NE 68333 Drew.Klein@Doane.edu Abstract

More information

Sense and Avoid: Software Architecture version 1.0

Sense and Avoid: Software Architecture version 1.0 Sense and Avoid: Software Architecture version 1.0 Team No Scrubs Computer Science Department California Polytechnic State University San Luis Obispo, CA November 11, 2015 Contents Contents Revision History

More information

ATC Android Application Development

ATC Android Application Development ATC Android Application Development 1. Android Framework and Android Studio b. Android Platform Architecture i. Linux Kernel ii. Hardware Abstraction Layer(HAL) iii. Android runtime iv. Native C/C++ Libraries

More information

User Help

User Help ginlo @work User Help 19 June 2018 Contents Get started... 5 System requirements for the ginlo @work app... 5 Recommended browsers for ginlo websites... 6 Supported languages... 6 Navigation in ginlo @work...

More information

Backup & Sync for Android User Guide

Backup & Sync for Android User Guide Backup & Sync for Android User Guide Copyright Copyright 2018 Webroot. All rights reserved. WSA Backup & Sync for Android User Guide Information in this document is subject to change without notice. The

More information

April 18, 2014 P a g e 1

April 18, 2014 P a g e 1 Release Information... 3 New Functionality... 3 1. Overview... 5 2. Install AT&T Toggle Voice... 6 Requirements... 6 3. Sign in to AT&T Toggle Voice... 7 4. Enter your Location for Emergency Calls... 9

More information

3. How is technology used to serve our advertisements on other Sites that you visit and what choices do you have?

3. How is technology used to serve our advertisements on other Sites that you visit and what choices do you have? Privacy Policy for U.S. Websites Scope. This Privacy Policy applies to personal information collected online, used and disclosed by Stanley Black & Decker, Inc. s affiliates including but not limited to

More information

ebooks/eaudiobooks on a tablet or smartphone

ebooks/eaudiobooks on a tablet or smartphone This guide is for customers who wish to enjoy ebooks / audiobooks on an ipad, iphone, Android tablet, or other brand of smart phone. WHAT YOU NEED: - A valid STPL library card No library card? Bring photo

More information

User Guide - ILD Parent mobile app Designed for parental engagement By Interactive Learning Diary

User Guide - ILD Parent mobile app Designed for parental engagement By Interactive Learning Diary User Guide - ILD Parent mobile app Designed for parental engagement By Interactive Learning Diary Summary The ILD Parent mobile app can be downloaded from the Apple, Android and Windows app stores using

More information

How To Find Property Lines and Corners With a Cell Phone GPS

How To Find Property Lines and Corners With a Cell Phone GPS How To Find Property Lines and Corners With a Cell Phone GPS By: Joseph Elfelt PropertyLineMaps.com Last update on September 22, 2016 1. Introduction Would you like to: Find an existing survey marker?

More information

Code Check TM Software Requirements Specification

Code Check TM Software Requirements Specification Code Check TM Software Requirements Specification Author: Richard McKenna Debugging Enterprises TM Based on IEEE Std 830 TM -1998 (R2009) document format Copyright 2017 Debugging Enterprises No part of

More information

PHOTO GALLERY USER MANUAL CHAPTER 3 SHARPSCHOOL. For more information, please visit: Chapter 3 Photo Gallery

PHOTO GALLERY USER MANUAL CHAPTER 3 SHARPSCHOOL. For more information, please visit:  Chapter 3 Photo Gallery SHARPSCHOOL USER MANUAL CHAPTER 3 PHOTO GALLERY For more information, please visit: www.customernet.sharpschool.com www.sharpschool.com 0 TABLE OF CONTENTS 1. 2. 3. 4. 5. 6. INTRODUCTION... 1 KEY INFORMATION...

More information

DISA Enterprise Portal Service User FAQ. Collaboration Services. Site Creation. Add a Web Part to a Page

DISA Enterprise Portal Service User FAQ. Collaboration Services. Site Creation. Add a Web Part to a Page DISA Enterprise Portal Service User FAQ Collaboration Services DISA's Collaboration Services is the DoD's Organizational Web Presence solution. Leverage DISA's Collaboration Services to create pages of

More information

How To Transfer Apps From Phone Memory To Sd Card Samsung Galaxy S3 Mini

How To Transfer Apps From Phone Memory To Sd Card Samsung Galaxy S3 Mini How To Transfer Apps From Phone Memory To Sd Card Samsung Galaxy S3 Mini Some versions of Android don't let you save photos to the SD card. We'll show you how to save pictures to external memory with or

More information

High School PLTW Computer Science A Curriculum

High School PLTW Computer Science A Curriculum Grade 9th - 12th, 1 Credit Elective Course Prerequisites: PLTW Computer Science and Software Engineering High School PLTW Computer Science A Curriculum Course Description: Computer Science A (CSA) builds

More information

Installation and Configuration Manual

Installation and Configuration Manual Installation and Configuration Manual IMPORTANT YOU MUST READ AND AGREE TO THE TERMS AND CONDITIONS OF THE LICENSE BEFORE CONTINUING WITH THIS PROGRAM INSTALL. CIRRUS SOFT LTD End-User License Agreement

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

Nespresso Consumer Privacy Notice

Nespresso Consumer Privacy Notice Nespresso Consumer Privacy Notice Effective: March 4, 2015 Last Updated On: March 4, 2015 Please read this Notice carefully to understand our policies and practices regarding your personal information

More information

Mambu Mobile Overview v5.0

Mambu Mobile Overview v5.0 Mambu Mobile Overview v5.0 1 of 44 Versi on # Change History Date Description Summary of Changes 1,0 June 2014 Initial Release 2,0 November 2014 Updated with changes for Mambu Mobile v2.4 2,5 February

More information

System Requirements Specification

System Requirements Specification System Requirements Specification Template NOTE: Please remove this page when creating a System Requirements Specification deliverable Using This Template The companion tool, System Requirements Specification

More information

Publishing Story Maps with ArcGIS

Publishing Story Maps with ArcGIS Publishing Story Maps with ArcGIS Agenda This seminar is designed to help you understand: 1) Introducing story maps 2) Creating story maps using templates 3) Hosting story maps with ArcGIS Online Introducing

More information

Nexonia Expense Reporting: Mobile. A Quickstart Guide to using Nexonia on the Mobile App

Nexonia Expense Reporting: Mobile. A Quickstart Guide to using Nexonia on the Mobile App Nexonia Expense Reporting: Mobile A Quickstart Guide to using Nexonia on the Mobile App Nexonia Expenses: Downloading the Mobile App The Nexonia Expenses mobile app is available for free through all the

More information

Each primary search has an auto-fill that will filter out results as the user continues to type.

Each primary search has an auto-fill that will filter out results as the user continues to type. The Town of Farmville has recently requested a GIS parcel viewer and Timmons Group, based out of Richmond, VA, was selected to design and host this new website. This website allows users to look up parcel

More information

Contracts Quick Reference Guide

Contracts Quick Reference Guide This topic provides a reference for the Contracts activity center. Purpose The Contracts activity center is where you create contract records, contract documents, track contract workflow, and see a summarized

More information

PRIVACY POLICY QUICK GUIDE TO CONTENTS

PRIVACY POLICY QUICK GUIDE TO CONTENTS PRIVACY POLICY This privacy policy describes the policies and practices of Comodo Security Solutions, Inc. and Comodo Security Solutions Ltd. (collectively and individually referred to herein as "Comodo"),

More information

Mambu Mobile Overview v4.0.1

Mambu Mobile Overview v4.0.1 Mambu Mobile Overview v4.0.1 1 of 41 Versi on # Change History Date Description Summary of Changes 1.0 June 2014 Initial Release 2.0 November 2014 Updated with changes for Mambu Mobile v2.4 2.5 February

More information

SharePoint Online for Site Administrators

SharePoint Online for Site Administrators SharePoint Online for Site Administrators Contents SharePoint Online for Site Administrators... 1 Access Your Office 365 SharePoint Website... 2 Make a New Subsite... 4 Permissions... 5 Edit the members

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

SharePoint 2010 Tutorial

SharePoint 2010 Tutorial SharePoint 2010 Tutorial TABLE OF CONTENTS Introduction... 1 Basic Navigation... 2 Navigation Buttons & Bars... 3 Ribbon... 4 Library Ribbon... 6 Recycle Bin... 7 Permission Levels & Groups... 8 Create

More information

WHITEPAPER Responsive vs. Mobile Design: What s the Difference?

WHITEPAPER Responsive vs. Mobile Design: What s the Difference? WHITEPAPER Responsive vs. Mobile Design: What s the Difference? 3 Media Web WHITEPAPER Responsive vs. Mobile Design: What s the Difference? The rise in mobile devices for business and personal use has

More information

1. provide and communicate with you about the Services or your account with us,

1. provide and communicate with you about the Services or your account with us, PRIVACY POLICY Your privacy is important to us. As such, we provide this privacy policy ("Privacy Policy") explaining our online information practices and the way your information is collected and used

More information

Latest update: April User Manual. Smart View Mobile App

Latest update: April User Manual. Smart View Mobile App Latest update: April 2018 User Manual Smart View Mobile App Contents 1 Introduction 3 2 Acces SmartView mobile app 4 3 Dashboard 5 3.1 Search for an existing matter 5 3.2 Browse 6 3.3 Dossier page 7 3.4

More information

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1

IT Training Services. SharePoint 2013 Getting Started. Version: 2015/2016 V1 IT Training Services SharePoint 2013 Getting Started Version: 2015/2016 V1 Table of Contents ACCESSING SHAREPOINT SITE 1 IT Intranet SharePoint Site... 1 Create a SubSite... 1 DOCUMENT LIBRARIES 2 Create

More information

Supra ekey 5.0. Quick Guide. Contents. Install the Supra ekey App. Requirements. Steps

Supra ekey 5.0. Quick Guide. Contents. Install the Supra ekey App. Requirements. Steps Supra ekey 5.0 Quick Guide These instructions provide a quick overview for how to install and use common features of the Supra ekey 5.0 app for Android and Apple products. Individual user experience may

More information

Senior Project: Calendar

Senior Project: Calendar Senior Project: Calendar By Jason Chin June 2, 2017 Contents 1 Introduction 1 2 Vision and Scope 2 2.1 Business Requirements...................... 2 2.1.1 Background........................ 2 2.1.2 Business

More information

AT&T Entertainment Experience Suite Video Optimizer 1.2

AT&T Entertainment Experience Suite Video Optimizer 1.2 AT&T Entertainment Experience Suite Video Optimizer 1.2 Publication Date: September 2017 Legal Disclaimer This document and the information contained herein (collectively, the "Information") is provided

More information

The Table Privacy Policy Last revised on August 22, 2012

The Table Privacy Policy Last revised on August 22, 2012 The Table Privacy Policy Last revised on August 22, 2012 The Table, an online venue through which your organization and its members/employees can connect to better fulfill its mission respects and is committed

More information

Facebook Page Insights

Facebook Page Insights Facebook Product Guide for Facebook Page owners Businesses will be better in a connected world. That s why we connect 845M people and their friends to the things they care about, using social technologies

More information

ISDS 3100 Spring 2012 Idea Name: Hungry Tigers Application Team Name: Team Cuisine March 26, 2012

ISDS 3100 Spring 2012 Idea Name: Hungry Tigers Application Team Name: Team Cuisine March 26, 2012 ISDS 3100 Spring 2012 Idea Name: Hungry Tigers Application Team Name: Team Cuisine March 26, 2012 Milestone 3 Members: Christopher Boudreaux Stephen M. Chouest Corey Trouard Tyler A. Zimmer 1 P a g e Executive

More information

1. SUPPORT PLATFORMS 2. INSTALLATION GUIDE Install Android SDK

1. SUPPORT PLATFORMS 2. INSTALLATION GUIDE Install Android SDK TABLE CONTENT 1. SUPPORT PLATFORMS... 2 2. INSTALLATION GUIDE... 2 2.1. Install Android SDK... 2 2.2. Setup environment... 3 2.2.1. Setup Android environment... 3 2.2.2. Set developer environment on Android...

More information

UNITED NATIONS NATIONS UNIES

UNITED NATIONS NATIONS UNIES UNITED NATIONS NATIONS UNIES FRAMEWORK CONVENTION ON CLIMATE CHANGE - Secretariat CONVENTION - CADRE SUR LES CHANGEMENTS CLIMATIQUES - Secrétariat CDM Accreditation Application: A User Guide Document No.

More information

Chatter Answers Implementation Guide

Chatter Answers Implementation Guide Chatter Answers Implementation Guide Salesforce, Spring 16 @salesforcedocs Last updated: April 27, 2016 Copyright 2000 2016 salesforce.com, inc. All rights reserved. Salesforce is a registered trademark

More information