Financial Tool (using GPS technology) for An Android App

Size: px
Start display at page:

Download "Financial Tool (using GPS technology) for An Android App"

Transcription

1 Financial Tool (using GPS technology) for An Android App Matthew Antognoli Before you yawn and say to yourself, Yet, another financial application..., hear me out. Many of you are going to be graduating in May and are looking for Software Engineering jobs. If this is you, this project introduces Database Management, Web Service development, and Mobile development using GPS. All these areas are in high demand and when looking for a job in just a few months, learning these skills will increase your demand and salary. When this project was thought up, I was thinking about what skills I would like to be able to say I have and can easily show a possible employer (via android market) in just 3 months. Yes the edge is not there like one might see in other proposals, but I would argue that most successful products existed prior to the product that actually sold (Facebook, Windows, etc.). The real edge is the connection, supply, and demand. There are many financial applications similar to this one on the market. This is because people buy them! Yes, this proposal has less edge, but it has likelihood for success possibly more than proposals with more edge. Furthermore, you will obtain critical skills that you may use, in order to find a job and negotiate your salary in just a few months.

2 Background A friend introduced me to a way to create a nice financial plan using spreadsheets. It was compelling enough that I started using a similar concept years ago. It paid off in a major way, but there is room for improvement. Now, with the advent of applications on mobile devices it is possible to implement features to increase the planner s ease of use and make the system easily available to others that would find this interesting. Even if the consumer of the app is to use it simply to evaluate what you bring to the table, like a hiring manager. What it does This app provides an easy way for its users to categorize, analyze, and save money. How it works This app will use GPS to store information regarding the location of your purchases. Find and recommend stores within a small radius of the purchase, where you could buy the same items for less cost (if possible). It will be able to scan and read barcodes to recognize what you are purchasing. Store the information in a centralized database. Use this data to make recommendations to help improve your purchases. Expanded Introduction As an introduction, the app will set spending categories (bills, groceries, rent, etc), monthly and yearly goals from the user. The app will save information based on former purchases, GPS and time to make recommendations for items to purchase in the future, create grocery lists, and

3 provide information regarding purchases at that location. The app will then update the database on the server. It will have a rich graphical interface, presenting ease of use to its user. The app will graph where the users money is being spent currently and historically. It will give the user future estimations and will offer tips and the user when bills are due. Furthermore, the app will give warnings when the user may overdraft if a purchase amount is too high. Using spreadsheets presents a problem in that not everyone knows how to use spreadsheets. Even if one does know how to use a spreadsheet, building a financial planner with one is difficult, and then managing it can be very difficult. Another issue is entering money spent. If the information is on a spreadsheet, it is probably located on your computer, and it is unlikely one has access to their computer everywhere they make purchases. There are mobile spreadsheets that exist, though, but building a financial planner using one can be very time consuming, space consuming, and would not be easy to merge with others using the same financial account. Having an application on a mobile device makes it possible to use it real time anywhere that you have your device. The user does not have to worry about management concerns, like backing up the data, changing the account for different goals, making the planner easy to use, bugs, and security. Previous Work The Finance app, is a good project for many reasons. First of all, android apps use Java technology. The team members selected to engineer this project will all have at least a year s experience programming in Java. I personally have been a Software Developer professionally

4 for the past 4 years. I have been interested in managing money for some time now. As explained earlier, I have for many years created and managed many different pseudo-financial applications using spreadsheets. They have had a lot of variety. These applications have been created with features like managing stocks, managing multiple users, managing categorical spending, and long term financial planning. I have made mistakes and have had to think through many different scenarios that may be the divide between a successful product versus an unsuccessful one. On the other hand, there are many techniques that apply to app development that I do not yet understand well or expect others on the team to be experienced dealing with. For example, Android application development uses techniques for memory management and application state transitions which depending on our experience will probably not have been a concern in the past. So by developing this type of application we will be more employable, give exposure to scare resource development, database management, and web service development. System Description The application itself will present itself to the user as a simple forms application. The user will download the application from the android market. The user will then initialize the application by setting up the parameters necessary for their financial plan. After initializing the system, the user can set up a group account. Once the system is initialized, the application can then be used. From a user s perspective, they will see tabbed forms which will allow them to choose between different categories. Each tab

5 will give the user a different graphical perspective. The perspective chosen, combined with the user s permissions will give them the ability to manipulate, and/or view information regarding that category. When a user makes a request to set information on the financial account, the information will be encrypted and sent through the internet to the web service. The web service will update the information in the database regarding the user s account. The app will allow many views of how the financial plan is unfolding, reporting historical information, current information, and likelihood of reaching the financial goals of the account. It will provide graphs, text views, and notifications to users when a change has been made to the state of the account. notifications will tip the user to make different spending choices. Expenses This category will be available from the main page. The tab Expenses, when selected will change the graphical perspective to show information regarding the users money spent that month, how much money is available in their account to be used. The amount of money spent in monthly expenses like (car, rent, etc.). The user will be able to add to the amount of money in an expense category or even remove money (for instance if an item purchased is returned). The app will be able to report how the financial account is doing in regards to goals set. Graph and textual information will be given to the user to help them achieve their goals.

6 Reports From this perspective the user will be able to get reporting information regarding information of interest in.pdf format saved to their phone or ed to them. Needs I see this project needing four members. A developer to oversee web service and database management, a developer devoted to the graphical user interface, a developer devoted to computation of financial information, and a quality assurance member who will build test cases, run tests, document, and market the application. Challenges This application will face many challenges. The main challenges will be time, and the unknown obstacles. Known challenges include synchronization between mobile devices, amount of time for a device to synchronize with the database, handling an inability to connect to the internet, and amount to learn in a short amount of time.

7 Timeline Description of timeline: Group meetings: Once a week for one hour. Just enough time to review what we did the week prior and to discuss goals for the following week. Client meetings: Once a week to discuss challenges, new developments, receive feedback, etc. Requirements: First week deadlines: Eclipse installed with Android SDK. We will need to have Subversion in place for all developers on the project. The team will need at least one Android for development / testing.

8 Everyone assigned an initial job. Second week deadlines: Have a working database from a centralized server. Third week deadlines: Solid understanding of Android development Design: Milestone 1 (week 1): High level design of how the major parts of the project will work together. Milestone 2 (week 2): Detailed design of inner workings of each part. Milestone 3 (week 4): Design review. Milestone 4 (week 8) Point of no return Development: After every developer has a job and an initial design (week 1), start developing. Release Schedule: Milestone 1 (week 4): All parts working together. Milestone 2 (week 7): More than the core of the app, with many of the proposed features working. Milestone 3 (week 9):

9 All features implemented and working (may be buggy). Milestone 4 (week 10): Killing bugs, adding detail Milestone 5 (week 11): Release version ready Testing: Phase one: Unit tests, should be implemented by week 4 Phase two: Quality assurance testing; the duty of one of the developers (through week 11). Deployment: Android market release (week 11) Final release (week 12 Documentation: Final week. Budget

10 With the likely experience of developers in this class, I would argue a salary of $60,000/year for each member. Since the project s duration is one quarter of a year, each member would receive $15,000 for the duration of the twelve weeks and be paid the same rate to maintain it after the final release. The project will also need to maintain a web space to host the web content and database. This will be approximately $100/year and $25 for the duration of the class. Office space will be needed and estimated at $250/month. Finally, the project will need a Google Android membership account for $25. These amounts sum to approximately $61,050 over the 12 week duration and about $250,000 per year. The only real amount of money this project requires in the next 12 weeks is $25 in order to create an account for uploading Android applications. I plan on using web space and a database provided by University of New Mexico for this project. Maintenance The app will be maintained by myself and/or others who were involved on the project through its beta release (estimating from May through July). If the app shows significant promise on the Android market, a new version may be released for profit, to subsidize the work needed to make this product viable for the long term future. This project requires little overhead. Some of the requirements are, a computer with eclipse and the Java SKD installed. Additionally, the Android SDK will need to be installed. A web service backed by a database will also be needed. The code and other resources will be protected using Subversion. Preferred, but not required is that anyone programming on this project owns or have access to an android smart phone for development.

11 Conclusion People are given greater financial independence today more than ever before in recent history. We depend less on our partners, employers, and must then rely on our own ability to manage money. People however, are not prepared for this responsibility. Financial applications give people the control and education over their finances. This financial application has unique qualities that make it worthwhile to users. It allows for multiple users to affect the state of an account. It will be offered for Android mobile devices allowing people to have greater control over their finances at almost any moment they make purchases. It will be offered free of charge and if found to be a successful app, will have a strong foundation to be continued in the future. If the app does not have success on the Android market, the Software Developers are sure to have learned many new concepts that will be important for any professional and can be an addition to their resume.

Universal App Program: First Aid Frequently Asked Questions

Universal App Program: First Aid Frequently Asked Questions Universal App Program: First Aid Frequently Asked Questions What is the Universal App program? The Universal App Program is an initiative sponsored by the Global Disaster Preparedness Center and is focused

More information

SECURE BACKUP SYSTEM DESKTOP AND MOBILE-PHONE SECURE BACKUP SYSTEM HOSTED ON A STORAGE CLOUD

SECURE BACKUP SYSTEM DESKTOP AND MOBILE-PHONE SECURE BACKUP SYSTEM HOSTED ON A STORAGE CLOUD SECURE BACKUP SYSTEM DESKTOP AND MOBILE-PHONE SECURE BACKUP SYSTEM HOSTED ON A STORAGE CLOUD The Project Team AGENDA Introduction to cloud storage. Traditional backup solutions problems. Objectives of

More information

SmartCart Design Description

SmartCart Design Description SmartCart Design Description Version 1.0 Revision History Date Version Description Author 2011-10-20 0.1 Initial draft SmartCart Team 2011-24-10 0.8 Revised draft SmartCartTeam 2011-27-10 0.9 Revised draft

More information

8 Things to Know. App Developer. 8 Things to Know Before You Hire Your App Developer v1.1 Copyright 2014, Feltpad, Inc.

8 Things to Know. App Developer. 8 Things to Know Before You Hire Your App Developer v1.1 Copyright 2014, Feltpad, Inc. 8 Things to Know Before You Hire Your App Developer Table of Contents 1 iphone and Android Are The Only Phones That Matter 2 Version 1.0 of Your App Will Cost Between $5,000 and $15,000 3 Supporting iphone

More information

Frequently Asked Questions

Frequently Asked Questions Frequently Asked Questions If you have any questions about ConnectBooks, please use the Table of Contents below to quickly locate the information you need. Table of Contents 1. What is ConnectBooks for

More information

Top Five Ways Any Business Can Benefit from Box

Top Five Ways Any Business Can Benefit from Box Top Five Ways Any Business Can Benefit from Box Every business, no matter what size, has documents and information that are the foundation of the company. Team members need to access and collaborate on

More information

Budget Planner SOFTWARE REQUIREMENT SPECIFICATION. Professor: Dr. Doan Nguyen. Team Members: Bindu Madhavi K Khambam Suganya Srinivasan

Budget Planner SOFTWARE REQUIREMENT SPECIFICATION. Professor: Dr. Doan Nguyen. Team Members: Bindu Madhavi K Khambam Suganya Srinivasan SOFTWARE REQUIREMENT SPECIFICATION Department of Computer Science, Sacramento State University Spring 2015 Budget Planner Professor: Dr. Doan Nguyen Team Members: Bindu Madhavi K Khambam Suganya Srinivasan

More information

Beyond Spreadsheets. How Cloud Computing for HR Saves Time & Reduces Costs. January 11, 2012

Beyond Spreadsheets. How Cloud Computing for HR Saves Time & Reduces Costs. January 11, 2012 Beyond Spreadsheets How Cloud Computing for HR Saves Time & Reduces Costs January 11, 2012 Introductions Carl Kutsmode Partner at talentrise Talent Management and Recruiting Solutions Consulting firm Help

More information

How To Use The Elena Mobile App

How To Use The Elena Mobile App Instructions for field-testing the elena mobile app ***Field testing begins on 1 October and runs through 15 November, 2015*** Instructions on how to download and use the elena mobile phone application

More information

Administrator's Guide

Administrator's Guide Administrator's Guide Copyright SecureAnywhere Mobile Protection Administrator's Guide November, 2012 2012 Webroot Software, Inc. All rights reserved. Webroot is a registered trademark and SecureAnywhere

More information

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM

QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM QUICK FEATURE GUIDE OF SNAPPII'S ULTRAFAST CODELESS PLATFORM (* Click on the screenshots to enlarge) TABLE OF CONTENTS 1. Visually Develop Mobile Applications 2. Build Apps for Any Android or ios Device

More information

How Business People can Create Mobile Apps without Programmers

How Business People can Create Mobile Apps without Programmers How Business People can Create Mobile Apps without Programmers Today over 90% of Americans own a Smartphone, and close to half own a Tablet. These mobile devices have become the de facto standard devices

More information

Zoho Projects. Social collaborative project management platform

Zoho Projects. Social collaborative project management platform Zoho Projects is a feature- rich and easy- to- use cloud- based collaborative project management platform for small to medium- sized businesses as well as teams and departments in larger companies. Its

More information

ExpoBadge Mobile App User Guide

ExpoBadge Mobile App User Guide ExpoBadge Mobile App User Guide ExpoLeads Mobile is an application that can be used to scan, qualify and survey attendees at events and trade shows using smart phones or tablets. It is compatible with

More information

Clarity Middle School Survey

Clarity Middle School Survey Clarity Middle School Survey Instructions Take 10 minutes to help your school with technology in the classroom. This is an anonymous survey regarding your technology use. It will take approximately 10

More information

CRM. itouch Vision. This document gives an overview of OneTouch Cloud CRM and discusses the different features and functionality.

CRM. itouch Vision. This document gives an overview of OneTouch Cloud CRM and discusses the different features and functionality. itouch Vision CRM This document gives an overview of OneTouch Cloud CRM and discusses the different features and functionality. For further information, about implementation and pricing please contact us.

More information

Introduction to Android

Introduction to Android Introduction to Android Poll How many have an Android phone? How many have downloaded & installed the Android SDK? How many have developed an Android application? How many have deployed an Android application

More information

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide

Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Getting Started with iphone SDK, Android and others: Mobile Application Development Create your Mobile Applications Best Practices Guide Copyright 2008 Mobile Application Development 100 Success Secrets

More information

Learning to Delegate

Learning to Delegate Learning to Delegate Overview Tips for managers on how to delegate Why is delegation necessary? Why do many managers have a hard time delegating? What to delegate What not to delegate How to delegate Give

More information

Internal Communications

Internal Communications Internal Communications Jacqueline Destremps ABOUT ME MY JOURNEY 1 1998-2008 2008-2014 2014-2015 2015- I started my first business while I was in college, Bride To Be in AZ. I created a website for local

More information

Hiring without hassle

Hiring without hassle Hiring without hassle Workable is everything you need to hire, in one place. From posting your job ad to managing candidates, it saves time on admin and creates time for people. WORKABLE IN BRIEF POST

More information

Cloud Computing Guidelines

Cloud Computing Guidelines 1 Cloud Computing Guidelines Contents Introduction... 3 What is cloud computing?... 3 Why use cloud computing?... 4 The building blocks of cloud computing... 8 Best practice guidelines... 12 The legal

More information

Open Source Business Intelligence Costs and Benefits

Open Source Business Intelligence Costs and Benefits Open Source Business Intelligence Costs and Benefits What You Need to Know Jaspersoft 539 Bryant Street, Suite 100 San Francisco, California 94107 phone: 888-399-2199 jaspersoft.com 2012 Jaspersoft Corporation

More information

Introduction to Appeon Mobile

Introduction to Appeon Mobile Introduction to Appeon Mobile First-ever Mobility Solution for PowerBuilder Professionals Appeon Corporation www.appeon.com Copyright 2002-2012 Appeon. All rights reserved. Tel: 1-877-3APPEON Mobile Market

More information

Worldclass Recruiting Software for successful Enterprises

Worldclass Recruiting Software for successful Enterprises Worldclass Recruiting Software for successful Enterprises Transform your business with staffitpro WEB. We have been supporting recruiting agencies for over 15 years. staffitpro WEB is the top market leading

More information

The Raiser s Edge Mobile Application Guide

The Raiser s Edge Mobile Application Guide The Raiser s Edge Mobile Application Guide 040313 2013 Blackbaud, Inc. This publication, or any part thereof, may not be reproduced or transmitted in any form or by any means, electronic, or mechanical,

More information

Phenology & Citizen Science Go Mobile. Lee Marsh

Phenology & Citizen Science Go Mobile. Lee Marsh Phenology & Citizen Science Go Mobile. Lee Marsh Developing Mobile App Technology Background Role of Mobile Apps in Cit-Sci Demo Phases of Development Open Forum General Lessons Learned Conclusion USA

More information

APPRENEURS COOKBOOK. 7 Steps to Succesfully Outsource Development & Launch Mobile Games

APPRENEURS COOKBOOK. 7 Steps to Succesfully Outsource Development & Launch Mobile Games APPRENEURS COOKBOOK 7 Steps to Succesfully Outsource Development & Launch Mobile Games 23 3 Go to Step # 1 4 brings your idea to life. The code is the nuts and bolts of what keeps your app working,

More information

LMS L E A R N I N G S O L U T I O N S

LMS L E A R N I N G S O L U T I O N S LMS FEATURES LEARNING SOLUTIONS Table of Contents ORGANIZATION AND SEARCH Unique Features of Vowel LMS Tracking of non-scorm Learning Material Face-to-Face Training Management HTML Drag and Drop Course

More information

Join the Mobile Marketing Revolution...it is HERE! Your customer has gone mobile, have you?

Join the Mobile Marketing Revolution...it is HERE! Your customer has gone mobile, have you? Join the Mobile Marketing Revolution...it is HERE! Your customer has gone mobile, have you? 23 Most Popular Features 1. Around Us Feature An Around Us Feature is a great way to display relevant locations

More information

Junos Pulse for Google Android

Junos Pulse for Google Android Junos Pulse for Google Android User Guide Release 4.0 October 2012 R1 Copyright 2012, Juniper Networks, Inc. Juniper Networks, Junos, Steel-Belted Radius, NetScreen, and ScreenOS are registered trademarks

More information

Below are several selections from Fridman s list.

Below are several selections from Fridman s list. Below are several selections from Fridman s list. To summarize the advantages of the MCenter MGuide surgical system September 2014 >> Volume 7, Issue 7 Corporate Profile: A Division of Farran Media, LLC

More information

Creating Next Generation Enterprise Apps Using Cloud Services

Creating Next Generation Enterprise Apps Using Cloud Services Creating Next Generation Enterprise Apps Using Cloud Services TABLE OF CONTENTS EXECUTIVE SUMMARY... 3 INTRODUCTION... 3 THE STRATEGY OF MOBILE BACKEND AS A SERVICE... 4 THE TRADITIONAL MOBILE APP DEVELOPMENT

More information

Neat Cloud Service + Mobile App

Neat Cloud Service + Mobile App Getting Started with Neat Cloud Service + Mobile App Neat transforms paper and electronic documents into organized digital files that are easy to find, use, and share. Neat Cloud Service and Mobile App

More information

eesyoffice TM All-in-One Virtual Office Suite

eesyoffice TM All-in-One Virtual Office Suite TM What is EESYOFFICE EESYOFFICE is a cloud business service that enables you to manage projects, customer relations and documents in one place. In other words, you don't need to switch back and forth

More information

What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app?

What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app? What does the First Mobile app do for me? What else can I do with the mobile banking app beyond the basics? Why should I use the mobile banking app? How do I sign up to use mobile banking? What type of

More information

Managing Conferences & Events using Mobile Apps

Managing Conferences & Events using Mobile Apps Managing Conferences & Events using Mobile Apps A RapidValue Solutions Whitepaper Contents Executive Summary... Which Platforms: Native or Web Based?... Important Features to Consider... Content Management

More information

7 Habits of Highly Successful Property Investors

7 Habits of Highly Successful Property Investors 7 Habits of Highly Successful Property Investors 7 Habits of Highly Successful Property Investors In property investment there are people who have been hugely successful, making enough money to buy them

More information

Software Selection Guide

Software Selection Guide Software Selection Guide for Membership Management Software This is a guide to help you choose the best software for your business or professional association, charitable or volunteer organization, club

More information

Put Your Restaurant in Your Customer s Pocket!

Put Your Restaurant in Your Customer s Pocket! A New Direct, Immediate Relationship with Your Customers Put Your Restaurant in Your Customer s Pocket! Your Smartphone is The Most Disruptive Technology Since the Printing Press! Common Methods of Advertising

More information

MXview ToGo Quick Installation Guide

MXview ToGo Quick Installation Guide MXview ToGo Quick Installation Guide First Edition, July 2015 2015 Moxa Inc. All rights reserved. P/N: 18020000000C0 Overview MXview ToGo allows you to use your mobile devices to monitor network devices

More information

ShareNet. Maintenance Software

ShareNet. Maintenance Software Solutions Data Sheet ShareNet Track Equipment. Manage Maintenance. Report on Costs. The Novo ShareNet Cloud Platform is a powerful web and mobile application that can be used as a Solution to efficiently

More information

Interviewer: Sonia Doshi (So) Interviewee: Sunder Kannan (Su) Interviewee Description: Junior at the University of Michigan, inactive Songza user

Interviewer: Sonia Doshi (So) Interviewee: Sunder Kannan (Su) Interviewee Description: Junior at the University of Michigan, inactive Songza user Interviewer: Sonia Doshi (So) Interviewee: Sunder Kannan (Su) Interviewee Description: Junior at the University of Michigan, inactive Songza user Ad Preferences Playlist Creation Recommended Playlists

More information

Module 2 Cloud Computing

Module 2 Cloud Computing 1 of 9 07/07/2011 17:12 Module 2 Cloud Computing Module 2 Cloud Computing "Spending on IT cloud services will triple in the next 5 years, reaching $42 billion worlwide." In cloud computing, the word "cloud"

More information

Mobile Application GPS-Based

Mobile Application GPS-Based 3 Mobile Application GPS-Based Berta Buttarazzi University of Tor Vergata, Rome, Italy 1. Introduction Most of navigators for mobile devices have a big failure; they do not notify the user of road condition

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android with TouchDown GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android with TouchDown 1 Table

More information

Internet Marketing For Denver Law Firms

Internet Marketing For Denver Law Firms Internet Marketing For Denver Law Firms Table of Contents Overview... 3 Google AdWords Paid Search Ads... 6 Google Places... 9 Google Organic Search... 12 Other Internet Marketing Options... 15 Summary

More information

TECHNOLOGIES MOBILE STRATEGY

TECHNOLOGIES MOBILE STRATEGY TECHNOLOGIES MOBILE STRATEGY CONFIDENTIAL AND COPYRIGHT NOTICE The information contained in this document is the exclusive property of IMQS Software (Pty) Ltd. and any respective copyright owners. This

More information

FIXED ASSET TRACKING SYSTEMS A BUYER S GUIDE

FIXED ASSET TRACKING SYSTEMS A BUYER S GUIDE YOURLOGO FIXED ASSET TRACKING SYSTEMS WHY IS ASSET TRACKING SO IMPORTANT? Companies and organizations of every size manage assets that are vital to their success. Those assets routinely change hands both

More information

Entering Claims Spreadsheet Processor

Entering Claims Spreadsheet Processor Entering Claims Spreadsheet Processor Welcome to the Online Claims Platform FSC International and Historic Futures are pleased to announce that the OCP is available for test and we are very interested

More information

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android

GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM Device Application User Guide Installation and Configuration for Android GO!Enterprise MDM for Android, Version 3.x GO!Enterprise MDM for Android 1 Table of Contents GO!Enterprise MDM

More information

ANNEXURE I INSTRUCTIONS TO THE CANDIDATES

ANNEXURE I INSTRUCTIONS TO THE CANDIDATES ANNEXURE I INSTRUCTIONS TO THE CANDIDATES General Rules and Guidelines: 1. Application form enclosed in Annexure II should be filled and submitted while entering the contest. 2. The entry needs to be confirmed

More information

Develop Your Own App. Presented at Closing the Gap October 16, 2015. Mark Larson Marblesoft

Develop Your Own App. Presented at Closing the Gap October 16, 2015. Mark Larson Marblesoft Develop Your Own App Presented at Closing the Gap October 16, 2015 Mark Larson Marblesoft Got a bright idea for a great app? The next App Store hit? Something to sell to businesses? A tool for your own

More information

Statement of Direction

Statement of Direction Mobile First: Taking Mobile CRM to the Next Level 1 January 2013 Mobile First: Taking Mobile CRM to the Next Level Whitepaper Mobile First: Taking Mobile CRM to the Next Level 2 Table of Contents Notes...

More information

GENERAL TRAINING ACCOUNTS

GENERAL TRAINING ACCOUNTS GENERAL What is Box at Fresno State? Box at Fresno State is a simple, reliable, and secure online file storage and sharing service. Box provides secure access to files at work, off campus and from most

More information

Project Plan. Project Name: VisuaLearn. Members: Andrea Lau Danny Lam Jonathan Caparino Josephine Chew

Project Plan. Project Name: VisuaLearn. Members: Andrea Lau Danny Lam Jonathan Caparino Josephine Chew Project Plan Project Name: VisuaLearn Members: Andrea Lau Danny Lam Jonathan Caparino Josephine Chew Date: April 16th, 2013 1 Table of Contents I.Revision History...3 II.Background... 4 III.Statement of

More information

Jogat - Business Proposition

Jogat - Business Proposition Jogat - Business Proposition Showcase Application Status: Proposal Version: 0.2 Author: Osman Mrzljak Date: 5 september 2013 B-inIT B.V. Plantsoen 15/A 2311KE Leiden www.b-init.nl Table of Content Table

More information

March 2012. How Eye-Fi Works Overview Flowcharts

March 2012. How Eye-Fi Works Overview Flowcharts March 2012 How Eye-Fi Works Overview Flowcharts 2012 Visioneer, Inc. (A Xerox Trademark Licensee) All rights reserved. XEROX, XEROX and Design, and DocToMe are registered trademarks of Xerox Corporation

More information

Business Survival Guide for Family Practice

Business Survival Guide for Family Practice Business Survival Guide for Family Practice Department of Family Medicine Calgary www.calgaryfamilymedicine.ca Introduction to the Business Survival Guide for Family Practice To encourage those who are

More information

EVENT SYSTEMS & SOLUTIONS

EVENT SYSTEMS & SOLUTIONS EVENT SYSTEMS & SOLUTIONS Welcome to 1-Night 1-Night is New Zealand s most advanced and innovative ticketing agency. At 1-Night we use cutting edge technologies and systems to ensure that your event will

More information

Request for Proposal Addendum # 2 February 5, 2014 RFP 14-WDS-0128

Request for Proposal Addendum # 2 February 5, 2014 RFP 14-WDS-0128 The Conestoga College Institute of Technology and Advanced Learning Request for Proposal Addendum # 2 February 5, 2014 RFP 14-WDS-0128 Issue Date: January 28, 2014 Closing Date: February 12, 2014 @ 3:00:00

More information

Why Your Job Search Isn t Working

Why Your Job Search Isn t Working Why Your Job Search Isn t Working 6 mistakes you re probably making and how to fix them I t s easy to think that your lack of success in finding a new job has nothing to do with you. After all, this is

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent 1 Introduction Selling a home can be one of the most stressful situations of your life. Whether you re upsizing, downsizing, moving across the

More information

Information Security and Continuity Management Information Sharing Portal. Category: Risk Management Initiatives

Information Security and Continuity Management Information Sharing Portal. Category: Risk Management Initiatives Information Security and Continuity Management Information Sharing Portal Category: Risk Management Initiatives Contact: Chip Moore, CISO State of North Carolina Office of Information Technology Services

More information

Visualisation in the Google Cloud

Visualisation in the Google Cloud Visualisation in the Google Cloud by Kieran Barker, 1 School of Computing, Faculty of Engineering ABSTRACT Providing software as a service is an emerging trend in the computing world. This paper explores

More information

21 Tax Saving Tips Tax & Accounts www.hfmtax.co.uk

21 Tax Saving Tips Tax & Accounts www.hfmtax.co.uk 21 Tax Saving Tips Tax & Accounts www.hfmtax.co.uk Everyone wants to save tax and, although there are complex tax savings schemes available, some tax savings are simple. You just need to take some care

More information

investments of time and resources, at a cost that can be prohibitive. Oracle Business Intelligence

investments of time and resources, at a cost that can be prohibitive. Oracle Business Intelligence Agile Analytics in the Cloud Oracle Business Intelligence Cloud Service EXECUTIVE SUMMARY Your business is changing are you prepared for it? Can you quickly access all the information you need to analyze,

More information

How Do I Find. the Right CRM. for My Business? a guide by

How Do I Find. the Right CRM. for My Business? a guide by How Do I Find the Right CRM for My Business? a guide by Why Tracking Your Business in Spreadsheets and email Won t Work Most small businesses initially track customers using email and Microsoft Excel.

More information

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native.

The biggest mistake we made as a company was betting too much on HTML5 as opposed to native. Myths About Web-Enabled Mobile event solutions With so many vendors in the marketplace, it s hard to know where to start looking for the right mobile solution for your next event and even harder to tell

More information

Technology Services...Ahead of Times. Enterprise Application on ipad

Technology Services...Ahead of Times. Enterprise Application on ipad Technology Services...Ahead of Times Enterprise Application on ipad Diaspark, 60/2 Babu Labhchand Chhajlani Marg, Indore M.P. (India) 452009 Overview This white paper talks about the capabilities of ipad

More information

Backups User Guide. for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete

Backups User Guide. for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete Backups User Guide for Webroot SecureAnywhere Essentials Webroot SecureAnywhere Complete Webroot Software, Inc. 385 Interlocken Crescent Suite 800 Broomfield, CO 80021 www.webroot.com Version 8.0.1 Webroot

More information

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development

How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development How Oracle MAF & Oracle Mobile Cloud can Accelerate Mobile App Development A RapidValue Solutions Whitepaper Contents Executive Summary... 03 Oracle Mobile Application Framework (MAF): The Complete Development

More information

Best Practices for Accelerating your REAL ESTATE BUSINESS IN 2015

Best Practices for Accelerating your REAL ESTATE BUSINESS IN 2015 Best Practices for Accelerating your REAL ESTATE BUSINESS IN 2015 LONG LIVE HAPPY HOMES Perform 20% of Agents 80% of real estate business It is common knowledge that 20% of agents do 80% of real estate

More information

Classroom Presentation

Classroom Presentation Guide to Teaching Mobile App Concepting Classroom Presentation Samsung Mobile App Academy Mobilize Your Future SAMSUNG MOBILE APP ACADEMY Lesson Plan 1 Learning About the Mobile App Industry Lesson Plan

More information

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile

esarinformation Systems Simplifying your Technology Mobile Applications Development Profile esarinformation Systems Simplifying your Technology Mobile Applications Development Profile Why Mobile Application Custom mobile application with a unique touch is much needed to boost the functions and

More information

- It has been projected that mobile devices will overtake desktops by 2015. - Mobile app industry is expected to grow 1000% to 58 billion by 2015

- It has been projected that mobile devices will overtake desktops by 2015. - Mobile app industry is expected to grow 1000% to 58 billion by 2015 Mobile has taken the world by storm largely because of the applications that users are able to download and use on their smart phones. They provide instant information and provide customers with a direct

More information

Monitoring and control of users in open environments on the Android platform

Monitoring and control of users in open environments on the Android platform Monitoring and control of users in open environments on the Android platform DEGREE IN COMMUNICATIONS SYSTEMS ENGINEERING AUTHOR: TUTOR: Eric Bella Pulgarín Raúl Sánchez Reillo DIRECTOR: Aitor Mendaza

More information

Getting started with your checking account

Getting started with your checking account Getting started with your checking account Thank you for checking with UICCU Thank you for choosing University of Iowa Community Credit Union for your checking account needs. We would like to take a moment

More information

SPEED AND EASE Spreadsheets. Workflow Apps. SECURITY Spreadsheets. Workflow Apps

SPEED AND EASE Spreadsheets. Workflow Apps. SECURITY Spreadsheets. Workflow Apps are often billed as simple, easy-to-use solutions, so many organizations leverage them as a tool for tracking and managing their data and processes. Unfortunately, spreadsheets have some limitations that

More information

E-commerce: Competing the Advantages of a Mobile Enterprise

E-commerce: Competing the Advantages of a Mobile Enterprise Addressing the Challenges of Going Mobile Mobile Data Collection Using COMMANDmobile Table of Contents Introduction... 3 Challenges of Going Mobile... 4 Existing Infrastructures... 4 Configuration Management...

More information

Seven Things You Must Know Before Hiring a Real Estate Agent

Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things You Must Know Before Hiring a Real Estate Agent Seven Things To Know Before Hiring a Real Estate Agent Copyright All Rights Reserved 1 Introduction Selling a home can be one of the most stressful

More information

Cross-Platform Development

Cross-Platform Development 2 Cross-Platform Development Cross-Platform Development The world of mobile applications has exploded over the past five years. Since 2007 the growth has been staggering with over 1 million apps available

More information

DYNAMIC GOOGLE REMOTE DATA COLLECTION

DYNAMIC GOOGLE REMOTE DATA COLLECTION DYNAMIC GOOGLE REMOTE DATA COLLECTION ABSTRACT: Google defends phone data collection. Google defended the way it collects location data from Android phones. The companies' smart phones regularly transmit

More information

What You Should Know About Cloud Storage

What You Should Know About Cloud Storage A DIGITAL LIFE E-GUIDE Files in Flight: What You Should Know About Cloud Storage What Is the Cloud? Back then, all your files were stored on hardware. Party photos, spreadsheets, and school projects were

More information

Kaspersky Lab Mobile Device Management Deployment Guide

Kaspersky Lab Mobile Device Management Deployment Guide Kaspersky Lab Mobile Device Management Deployment Guide Introduction With the release of Kaspersky Security Center 10.0 a new functionality has been implemented which allows centralized management of mobile

More information

How do you want to use Visma Severa on your mobile?

How do you want to use Visma Severa on your mobile? How do you want to use Visma Severa on your mobile? Severa Mobile Survey Results Foreword Thanks to everyone who participated in the survey! With 389 responses, the Severa mobile survey proved to be one

More information

A User s Introduction to. Global Rescue s GRID TM Mobile Application

A User s Introduction to. Global Rescue s GRID TM Mobile Application A User s Introduction to Global Rescue s GRID TM Mobile Application GRID TM Mobile App Highlights Travel Preparation and Planning the featured destination reports and country risk ratings provide travelers

More information

OPTIMIZE ENTERPRISE ASSET MANAGEMENT WITH MOBILE

OPTIMIZE ENTERPRISE ASSET MANAGEMENT WITH MOBILE OPTIMIZE ENTERPRISE ASSET MANAGEMENT WITH MOBILE Extend Innovation to the Edge of the Enterprise 919-835-0810 www.prometheusgroup.com OVERVIEW Mobility has already established its place in many workplaces

More information

Treasurer Report For 8/22/15 Board Meeting

Treasurer Report For 8/22/15 Board Meeting Treasurer Report For 8/22/15 Board Meeting Banking Balances on all Art Alliance of Idyllwild BBVA accounts as of August 20, 2015 are as follows. P&L summary from QuickBooks for 2015 is available upon request.

More information

Lync Guide for Faculty and Staff

Lync Guide for Faculty and Staff Lync Guide for Faculty and Staff Prepared for the faculty and staff of the School of Engineering, University of Connecticut, by: Engineering Computing Services School of Engineering University of Connecticut

More information

WOSSA 19 th Annual Education & Exhibitor Conference

WOSSA 19 th Annual Education & Exhibitor Conference WOSSA 19 th Annual Education & Exhibitor Conference Changing the Conversation January 23-24, 2015 Building & Running A Quality Business North Head Light Running a Successful Onsite Business How do I do

More information

Mobile Marketing. Trends and Perspective by AT&T

Mobile Marketing. Trends and Perspective by AT&T Mobile Marketing Trends and Perspective by AT&T In This Issue 2 Industry Trends 3 Customer Spotlight 4 Mobile Marketing By the Numbers 5 Tips & Best Practices 6 Getting Started with Mobile Marketing 50%

More information

How to use Dropbox. What is Dropbox. Please read the University of Melbourne Guidelines on Dropbox and University Information prior to use.

How to use Dropbox. What is Dropbox. Please read the University of Melbourne Guidelines on Dropbox and University Information prior to use. How to use Dropbox Please read the University of Melbourne Guidelines on Dropbox and University Information prior to use. What is Dropbox Dropbox lets you easily share and collaborate on documents with

More information

//. Cloud solutions for your small business Sieburth Presentation. Sieburth //.

//. Cloud solutions for your small business Sieburth Presentation. Sieburth //. Cloud solutions for your small business Sieburth Presentation Cloud Computing for Small Business How Small Business can leverage Cloud Solutions Today. INTERNET BASED APPLICATION & HARDWARE 1 Software

More information

Homeschool Programming, Inc.

Homeschool Programming, Inc. Printed Course Overview TeenCoder: Android Programming Course Title: TeenCoder: Android Programming Printed Course Syllabus and Planner Updated October, 2015 Textbook ISBN: 978-0-9830749-8-4, published

More information

Blackboard Collaborate Introduction & Handbook

Blackboard Collaborate Introduction & Handbook CSU Stanislaus Office of Information Technology Blackboard Collaborate Introduction & Handbook What is Collaborate? Blackboard Collaborate is the university s online meeting and conferencing service. Users

More information

341 - Bioinformatics Android Coursework

341 - Bioinformatics Android Coursework 341 - Bioinformatics Android Coursework 1 Important This coursework must be submitted electronically via CATE. This coursework is intended for groups of 4. Each group must contain at least one Computing

More information

Workshop on Android and Applications Development

Workshop on Android and Applications Development Workshop on Android and Applications Development Duration: 2 Days (8 hrs/day) Introduction: With over one billion devices activated, Android is an exciting space to make apps to help you communicate, organize,

More information

Mobile App Install Ads

Mobile App Install Ads Mobile App Install Ads Product Setup Guide What is launching? Mobile app install ads help developers and advertisers easily drive and measure installs (CPI) for their mobile apps and games. This is the

More information

Using the T&D Thermo App with TR-7wf Data Loggers

Using the T&D Thermo App with TR-7wf Data Loggers Using the T&D Thermo App with TR-7wf Data Loggers T&D Thermo The T&D Thermo App from T&D Corporation can be used to accomplish a variety of functions with the TR-7wf Series of Wi-Fi enabled wireless Data

More information