Use of NFC and QR code Identification in an Electronic Ticket System for Public Transport

Size: px
Start display at page:

Download "Use of NFC and QR code Identification in an Electronic Ticket System for Public Transport"

Transcription

1 Use of NFC and QR code Identification in an Electronic Ticket System for Public Transport Luka Finžgar, Mira Trebar University of Ljubljana, Faculty of Computer and Information Science Ljubljana, Slovenia Abstract: The evolution of modern communication technologies and widespread use of mobile phones enable their common use in numerous everyday applications. This paper describes the implementation of a system, which enables the use of phones for acquiring electronic public transport ticket. QR codes and RFID tags are used for registering passenger at the beginning and at the end of their journeys. The development of mobile applications was done by using two modern technologies, mobile operating system Android and Near Field Communication (NFC). A passenger can see the amounts charged for a ticket and other information, like departures. Moreover, a conductor can use the Android application to check the validity of the tickets. Beside the possibility of getting an electronic ticket, which is stored on the phone, a website was built to enable new users of this system to register. An additional website was designed for administrators to see the data on the journeys of passengers and to analyse statistics results. 1. INTRODUCTION Modern electronic tickets in public transport are more and more put forward to exchange commonly used cash systems of payment and daily or monthly season tickets that needed to be purchased on the station. Very often, every journey starts with the purchase of a ticket at ticket counter or on a machine. This often involvs waiting in a queue, losing some precious time and extends the whole journey. It would be convenient to have an electronic system at our disposal, that could make this task as easier as possible and without additional steps for the passenger. The expanded use of mobile phones, their computational capabilities and their ability to connect to the Internet makes them suitable for solving this problem. Lately, several new technologies have been used for such purposes. The most common solutions for buying a public transport ticket worldwide are: (i) online ticket purchase and printing a ticket at home (e.g. Austrian railways system [1]), (ii) buying it on a ticket machine, (iii) buying it at ticket counter, (iv) paying a ticket with mobile phone or smart card. The well known and widespread system for paying with mobile phone in Slovenia is Moneta, which can be also used to pay for services of Ljubljana's public transport company [2]. A very interesting system is Touch&Travel [3], which is operated by German railways. Very popular choice is the use of stored-value contactless cards which are prepaid, where passengers have to load the card with credit before starting a trip. The balance on a card is checked when passenger enters a bus or subway train. Examples of such system are Slovenian Urbana card [4] and London Oyster card [5]. Travel agency must also install smart card readers on every means of transportation it operates (e.g. bus, train,...). Smart card readers usually use technology named Near Field Communication (NFC). A passenger must position his smart card close to the reader to allow system to verify his card for sufficient credit. Additionally, several studies of different smartcard and NFC based electronic systems were done in the past. An open architecture design [6] for the mass transit and regional rail system in US with portable wireless ticketing solution with the connection to the server was investigated to improve ticket transactions and making sales data available. Already tested mobile ticketing prototype system was improved by introducing NFC solution which was replacing an existing manual insertion of journey starting point [7]. This system still requires manual control of tickets by visual inspection. Another electronic system is using location based ticketing by tracing mobile user during his journey to define check-in and check-out used for the calculation of his fare [8]. Lately, a new approach of using QR code is becoming important in tourism to encode the data by any mobile phone having camera. Mobile tagging, based on QR code is used within a test study in cultural institutions, like museums to increase the usability of mobile services [9]. The use of these modern technologies, named Automated Fare Collection (AFC), enables transit agencies to get useful data on travel patterns and passenger habits. With that data, it is possible to optimize time tables and other parameters of public transport system. Before AFC, transit agencies have relied on traveler surveys or manual passenger counts to get data on travel patterns. These surveys were at best conducted only a few times a year. Electronic tickets and AFC give public transport planners detailed, continuous and accurate data on behavior of passengers and enable sophisticated analysis of travel patterns. Taking into account a transfer of data in electronic systems, a secure communication is one of the important issues that needs to be considered. NFC is allowing transactions in a

2 short range and is used to transfer a small amount of data from identification point to NFC device [10]. Thus a contactless smartcard and an NFC enabled phone can be used as a secure token. A special attention should also be payed to the privacy issues when designing a public system over mobile or internet connections. More concerns are related to security of the ticketing distribution from a ticket server to a mobile phone. The related work was developed as a computer engineering diploma thesis and provides the laboratory prototype implementation to explore the possibility of using two different tagging technologies: (i) RFID (Radio Frequency Identification) tags, and (ii) QR (Quick Response) codes along with mobile phones in an electronic ticketing system. The paper provides information on basic functionalities to show a proof of concept that could be used in electronic ticketing system and is organized as follows. In section 2, the design of our electronic ticket solution is presented by describing NFC and QR tagging technologies, and supported mobile devices with applications. Server programming and webpage design for users and company administration of the system are outlined in section 3. Section 4 describes the use case scenario of working system, and is followed by conclusion in section ELECTRONIC TICKET SOLUTION In the proposed electronic ticket system, passengers are required to check-in at the beginning of their journey and check-out at the end of the journey with the application on their mobile phone. In this way, a payment is based on the actual trip and the process only takes few seconds which is faster than buying ticket on a ticket machine. For the identification of stations we used RFID tags and QR codes which can be placed on input/output gate of the station or even on the mean of transportation. RFID tags are read with application on mobile phone Nokia 6212, which is a NFC enabled mobile phone with the feasibility of reading and writing RFID tags. There are currently very few NFC enabled mobile phones on the market, which lead us to also use QR code to be read by an application for mobile operating system Android. On this type of mobile phone, the passenger receives his ticket in the form of QR code. Since Nokia 6212 doesn t support autofocus, which is required for the use of Zxing library, that is capable of decoding QR codes, we couldn t use it to demonstrate both tagging methods with one phone. Applications were developed in programming language Java. We used open source integrated development enviroment Eclipse with some plugins, that made the process of compiling, debugging and testing faster and easier. We continue with the description of technologies to be used for important parts of developed applications. 2.1 NFC and QR tagging technologies Identification or tagging a check-in or check-out location depends on the mobile phone that is used in the electronic ticketing. Today, two of the well known technologies are available. For NFC enabled mobile phones, RFID tags are usually the best choice and for any other mobile phone with camera, QR code can be used. NFC is a radio frequency based technology allowing transactions in short-range communications designed to exchange the data between NFC devices and smart cards with a touch [11]. This contactless technology is already enabling many current solutions in acess control, payment and transport. NFC devices operate under the 13.56MHz frequency and rely on the smartcard standard ISO/IEC The technology provides a range of benefits, such as: suitability for many industries, standard based, enables secure transmissions of data, and has capabilities to support secure applications on mobile phones. QR is a specific 2D barcode which carries information in the vertical direction as well as in the horizontal which enables the several hundred times the amount of data carried by ordinary barcodes [12]. The code consistes of black modules arranged in a square pattern on a white background to encode a text, URLs (Uniform Resource Locator) to access webpages, or any other data. It can be defined in a small printout size and easily read with dedicated QR readers or with modern mobile, named smart phones with camera and application for them. 2.2 Application for Android operating system Android is a mobile device platform and operating system for smartphones, based on Linux kernel [13]. It is developed by Google and other companies in Open Handset Alliance (OHA), which strive to develope open standards for mobile devices. In the beginning, Android was developed for use in mobile phones, but today it can be found running on tablet PCs and TV set-top-boxes (STB). Google released most of the Android code under the Apache License, a free software and open source license. That leads to a conclusion that more and more phones will be supported by Android. This was one of the reasons that we decided to choose this platform. Everyone who wants to develop applications for Android must install Android SDK [14], which includes a comprehensive set of development tools (debugger, libraries, a handset emulator, documentation, sample code, and tutorials). Mostly, developers write in the Java programming language, and sometimes programming language C can be used for time critical code with Android NDK. A very important characteristic of OS Android is that it enables

3 developers to replace even basic system applications, like calling application, and Short Message Service (SMS) application with their owns. If we encounter any problems during development, a large online Android community can be very helpful. An Android mechanism, that was used extensively in our application is Intent. It is similiar to Inter-Process Communication (IPC) with a data structure, holding the description of action, that needs to be performed. The primary pieces of information in an intent are action (e.g. display of some information with 'ACTION_VIEW') and the data to operate on (e.g. phone number 'tel '). Intents are usually used to launch an activity (a single, focused thing that the user can do) or to launch a service. The activity we launch with intent can be a part of our application or a part of some other application installed on our mobile phone. This way, a few lines of code allowed us to launch an application, which read the QR code and returned the result to our application. It can be used in two different ways. A window, shown in Figure 1, is presented to regular user at the launch of the application. The user is not allowed to check-in or check-out, if he didn't finish previous action. In the second case, when the user enters administrator usename and password in the settings, another button appears that allows the launch of ticket verification. The ticket is also saved to the phone's memory card, usually SD card, so that it can be shown to the conductor during the ticket inspection. After the user obtained his ticket, he can display the information of next three arrivals of the transportation means for his station by pressing a button. In order to do that, a HTTP GET request is executed with two parameters, origin of journey and command type. If the user has alredy completed his check-in and he chooses 'Information' in the menu, his current ticket gets displayed and his amounts charged (monthly, total), otherwise he sees only his amounts charged which is received from the server with the help of HTTP GET request with parameters username, password and command type. Figure 2 shows a QR code generated at the server to substitute a train ticket with an electronic version. Figure 2 - Screenshot of received ticket Figure 1 - The main menu of Android application Activity 'Check-in' connects a mobile phone to the server and requests a ticket. This is done with HTTP GET request. The following parameters are sent to the server with request: username, password, origin of journey read from QR barcode, command type defined by the application on the server. This request is executed in a new thread to allow the user interface to remain responsive. During the request, a dialog box is displayed to the user to inform him about the current action. After a successful request, a ticket is displayed in application. A ticket is a picture in PNG format, less than 1KB of size, which is very suitable for transfer over mobile network and status bar notification is set. This way, the user is reminded to not to forget to make a check-out at the end of his journey. Activity 'Check-out' is used by a passenger at his final station to finish a journey. This is done with HTTP GET request with the following parameters: username, password, destination of journey (read from QR code), command type and type of check-out. The parameter 'type of check-out' tells application on the server how much time had passed between check-in and check-out. This kind of a solution gives the user a possibility to change his mind and leave common carrier soon after the check-in and not to be charged with anything. After the successful check-out, he receives the fare in the response from the server. It is then also displayed on the mobile phone's screen. Besides that, the notification is removed from the status bar of phone and the user is allowed to make another check-in. Administrator can launch the verification of tickets from the main menu. This is accomplished by reading QR barcode, a ticket from the mobile phone screen of the passenger. The application gets username, time of check-in and security code from the QR barcode and then sends them as parameters of HTTP GET request to the appropriate method on the server. Afterwards, the validity of the ticket is displayed on the screen. This way, passengers who would want to cheat and

4 show fake ticket to the conductor in their own applications that look similiar to ours would have almost impossible job. 2.3 Application for NFC enabled phone Nokia 6212 We developed MIDlet for mobile phone Nokia 6212 which are applications that run on top of CLDC (the Connected Limited Device) configuration inside Java ME. Java ME configuration describes a set of libraries and type of Java virtual machine that must be present in an implementation. CLDC describes a small subset of Java SE libraries (no collections and advanced data structures) and is aimed at devices with limited working memory and/or limited computing power. It is a Java platform designed for mobile devices and embedded systems. Series 40 Nokia 6212 NFC SDK [15] is required for development of applications for Nokia SDK contains Nokia 6212 emulator, Application Programming Interface (API), source code samples and help files. If we want to communicate and exchange data with contactless cards, we also need to install JSR-257, the Contactless Communication API. NFC Manager software enables simulation of RFID tags to simplify programming of a phone. For our applications, we also have a possibility of monthly flat rate subscribers. Figure 3 shows the ticket information received by the passenger from the server after check-in operation. It can be stored to memory card and displayed during a control. Figure 3 - Screenshot of Nokia 6212 application The functionality of NFC application is very similiar to the one of Android. The main difference is that the checkin/check-out station is read from the RFID tag. The name is saved on a RFID tag in the form of NFC Data Exchange Format (NDEF) record defined as text/plain type. It is a binary format, that allows encapsulation of application data of custom type and custom length which is limited only by the size of user memory on RFID tag into the structure called NDEF message. It consists of one or several NDEF records and is conceptually very close to MIME types. URL adresses of HTTP GET requests sent to the server are the same as those in Android application. Since Zxing library for reading QR codes requires autofocus feature, which is not present in Nokia 6212, we couldn t use a phone to read a ticket during control. Consequently, it is not possible to verify tickets with application for Nokia SERVER PROGRAMMING There are two web applications on the server: (i) one to register new users, and (ii) one for the administrators, who can check the statistics about passengers and past travels. There is also a 'servlet' which responds to requests coming from mobile phones. 3.1 Servlet A Servlet is a Java class in Java EE that conforms to the Java Servlet API, a protocol by which a Java class may respond to HTTP requests. We used Apache Tomcat as servlet container. This is the component of a Web server that interacts with servlets. The most important code inside the servlet is the one that takes care of check-ins by generating and sending tickets, check-outs, ticket verifications, sending information about train departures and calculating users' monthly consumption and sending them receipts. The servlet knows which of these actions to take from the parameter 'command', that is part of the received HTTP GET request. If a request is made from registered user, a servlet generates ticket in the form of QR barcode with Zxing library. The following string of characters is stored inside QR barcode: 'Username/TimeOfCheckIn/SecurityCode'. The security code is added to the ticket as a protection against forgery. The system also stores this code to the database, so it is possible to compare the value on a ticket with the value in a database and see if the ticket is valid. Only administrators can launch the application for calculating consumption an sending the receipts. This is done with HTTP GET request. The ticket expense is written to the PDF file and sent to addresses of all users. We used Java library itext for creating PDF files and JavaMail API for sending s. 3.2 Web application for registring new users and web application for administrators Web applications were created with Google Web Toolkit (GWT). GWT is an open source set of tools that allows web developers to create and maintain complex AJAX front-end web applications in Java. Java source code is compiled to JavaScript, which is then inserted inside HTML document. All our applications needed to store data into database. We

5 used relational database management system MySQL to create tables for registred users, journeys, connections betweens cities, ticket prices and a table with fares. Both web applications sometimes need to communicate with the web server (e.g. when reading data from database to display it on a website). GWT uses mechanism called GWT RPC for the purpose of communicating with server via HTTP. The implementation of server side code calls is based on servlet technology. GWT RPC allows us to send Java objects between client and server, and all low-level details like object serialization are done automatically. Although the terminology is very similar, GWT's concept of 'serializable' is slightly different than serialization based on the standard Java interface Serializable. All GWT RPC calls are asynchronous (non-blocking), which allows applications to stay responsive even after the call to server method. In the application for administrators, all the charts were created with Google Visualization API. Using this powerful API, it is possible to choose from many different chart types (bar chart, area chart, line chart,...) and to customize their look (titles, colors, shape,...). Results of performed tests were also analysed on administration webpage. We also checked if registred users received their ticket expense recorded during the test on their addresses. 4. USE CASE SCENARIO OF THE SYSTEM Every passenger who wants to use the proposed system must register himself on a website. He enters his personal information and needs to choose how he wants to pay for our services (monthly flat rate or pay-per-travel). In the next step, he defines the type of a mobile phone which would be used for the electronic ticket. After successful registration, every new user receives login information and the application for mobile phone on his . He installs the application on the phone, enters his login data, defines settings and is ready to start using it when travelling. Figure 4 shows the working system by using mobile phones as a substitute of electronic ticket, RFID tags and QR code prints as identification of check-in and check-out points at the station. 3.3 Test results For the testing purposes of applications, we decided to implement an electronic ticketing system in the laboratory for a train transportation scenario. For tagging check-in and check-out stations we used an RFID tag, a contactless smart card MIFARE MF1ICS50 according to ISO/IEC standard which is used in public e-ticketing solution. The protection of a system against attacts is supported by mutual challenge and response authentication, data chiphering and message authentication. Data was written to the tag by a simple application developed for Nokia We also used web applications that can generate QR codes with custom content to be printed out representing check-in and check-out stations. For three train station defined in our tests, both tagging solutions were used. After that, we registered few users via our registration website, entered received login data to mobile applications and successfully made several check-ins and checkouts at different stations. A valid ticket in the form of QR code received from the server was defined with random generated string to prevent forgery. Additionally, to check if we can spot fake tickets in Android applications, we created fake ticket in the form of QR code without random generated string. With the help of Android application used in administrator node that contacted our server, we correctly identified fake ticket. The server application checked the database and found that the ticket with that kind of QR code with random string was not generated. Figure 4 - Typical use of the system. Description of passenger s journey is defined with four specification methods of a system: Start of the journey 1-Passenger places his mobile phone near RFID tag or reads QR barcode at the check-in point on a station. 2-Application on mobile phone gets the name of the station. 3-Application sends request for issuing a ticket to the server. 4-Application on the server authorizes the user and sends back ticket in the form of QR code or confirmation of valid pre-payed ticket. End of the journey 5-Name of the check-out station is read from RFID tag or QR code and sent to the server. 6-Server finalizes the journey.

6 Ticket verification 7-A conductor uses application on his Android mobile phone to read the ticket from the screen of passenger's phone and verifies it. Calculating the fare 8-Based on the known check-in and check-out station, application on the server calculates the fare. 9-Users receive receipts for their past journeys on the addresses. Administrators can login to the website and check the following data: 1-Number of passengers on certain routes (with chart); 2-Number of passengers on certain routes at certain times; 3-Ratio of passengers paying flat rate to those paying per travel; 4-Number of new registered users for the last defined period. Besides visualizing statistics data, it is also possible for the administrator to insert new train departure times and new prices for monthly flat rate. 5. CONCLUSION The proposed solution of an electronic ticket system shows an idea of eliminating a complete infrastructure of many electronic devices in public transport. There is no need of having smart cards, which benefits the passenger and no need for transport companies to install smartcard readers, or to support personnel with mobile ticketing system. Lately, many new technologies offer a very appropriate and cheap functionallity for the identification of stations and also defining electronic ticket in a form of QR code, stored on a phone. All operations, including identification of each checkin or check-out point and even verification of tickets can be done by any mobile phone. The use of camera on any mobile/smart phone to read QR codes or NFC facilities to read RFID tags is very suitable for transferring small amount of data from the enviroment or so called physical world to electronic devices. Mobile phones with camera are nowadays very common even in the low end segment of the market. QR barcodes can be created for free with special applications and printed at every home printer. The prices of RFID tags are in steady decline and are therefore used in many areas. At the moment, the only problem with our approach is in a low number of NFC enabled mobile phones that can read RFID tags on the market. But this is about to change soon, with anouncements of new NFC enabled mobile phones for Android (Nexus S), Apple ios (iphone OS) and Nokia coming every day. Some of them are already available, but the price is still very high. Developed applications allow simple and fast registration of passengers with the central ticketing system of a company which can be done by using mobile or wireless connections. We presented one of many possible solutions of future electronic systems and we are aware, that there would be some additional problems to solve. By now, we haven t explored any concerns about having Very Large DataBase (VLDB), a support of server operations in case of many simultaneous requests for check-in/check-out, how to deal with data security and integrity checks, etc. REFERENCES [1] Austrian railways web portal for buying tickets, http: // [2] System for mobile payments Moneta, si/predstavitev/postopek_placevanja/lpp, [3] System of German railways for paying train rides with Mobile phones, travel/ de/start.html, [4] City card Urbana, [5] Contactless smart card Oyster for London public Transport, [6] Li Bay, Gerald Kane, Patrick Lyons: ''Open Architecture for Contactless Smartcard based Portable Electronic Payment Systems'', 4 th IEEE Conference on Authomation Science and Engineering, Washington, USA, August 2008, p.p [7] Florian Resatch: ''Working Prototype, An NFC- based Mobile Phone Ticketing System'', Ubiquitous Computing, 2010, p.p [8] Andreas Bohm, Bernard Murtz, Karsten Sommer and Manfred Wermuth: ''Location based ticketing in public Transport'', Digital Excelence 2008, p.p [9] Michael Canadi, Wolfram Hopken, Matthias Fuchs, ''Application of QR Codes in Online Travel Distribution'', Information and Communication Technologies in Tourism Vol. 4, p.p , [10] Gerald Madlmayr, Peter Kleebauer, Josef Langer and Josef Scharinger, ''Secure Communication between Web Browsers and NFC Targets by the Example of an e-ticketing System'', E-Commerce and Web Technologies, Lecture Notes in Computer Science, Vol. 5183/2008, p.p. 1-10, [11] Forum NFC, [12] QR code, [13] OS Android, /what-is-android.html, [14] Android SDK, html, [15] Nokia, downloads/other/series_40_nokia_6212_nfc_sdk/, 2010.

Your Mobile Phone as a Ticket (NFC)

Your Mobile Phone as a Ticket (NFC) Your Mobile Phone as a Ticket (NFC) Francisco Maria van Uden Chaves IST - Technical University of Lisbon Av. Prof. Cavaco Silva Tagus Park 2780-990 Porto Salvo, Portugal francisco.chaves@ist.utl.pt Abstract.

More information

A QR Code Based Processing for Dynamic and Transparent Seat Allocation

A QR Code Based Processing for Dynamic and Transparent Seat Allocation International Journal of Scientific and Research Publications, Volume 3, Issue 10, October 2013 1 A QR Code Based Processing for Dynamic and Transparent Seat Allocation Mehul Yadav *, Sumedh Kurundkar

More information

Smart Shopping- An Android Based Shopping Application

Smart Shopping- An Android Based Shopping Application Smart Shopping- An Android Based Shopping Application 1 Adarsh Borkar, 2 Madhura Ansingkar, 3 Monali Khobragade, 4 Pooja Nashikkar, 5 Arti Raut 1,2,3,4 Department of Computer Science and Engineering, 5

More information

Online Reservation System Using QR Code based Android Application System

Online Reservation System Using QR Code based Android Application System International Journal of Scientific and Research Publications, Volume 4, Issue 12, December 2014 1 Online Reservation System Using QR Code based Android Application System Mrs. Omprakash Yadav *, Ryan

More information

AN ANDROID APPLICATION FOR ISSUING AND VERIFYING COMMUTER TRAIN TICKET THROUGH GPS USING CLOUD

AN ANDROID APPLICATION FOR ISSUING AND VERIFYING COMMUTER TRAIN TICKET THROUGH GPS USING CLOUD BEST: International Journal of Management, Information Technology and Engineering (BEST: IJMITE) ISSN 2348-0513 Vol. 2, Issue 3, Mar 2014, 47-52 BEST Journals AN ANDROID APPLICATION FOR ISSUING AND VERIFYING

More information

Smartphone Applications for ITS

Smartphone Applications for ITS Smartphone Applications for ITS Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 13 Purpose Smartphone

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

NFC Based Equipment Management Inventory System

NFC Based Equipment Management Inventory System Journal of Information Hiding and Multimedia Signal Processing c 2015 ISSN 2073-4212 Ubiquitous International Volume 6, Number 6, November 2015 NFC Based Equipment Management Inventory System Rung-Shiang

More information

Reminders. Lab opens from today. Many students want to use the extra I/O pins on

Reminders. Lab opens from today. Many students want to use the extra I/O pins on Reminders Lab opens from today Wednesday 4:00-5:30pm, Friday 1:00-2:30pm Location: MK228 Each student checks out one sensor mote for your Lab 1 The TA will be there to help your lab work Many students

More information

Intelligent Database Monitoring System using ARM9 with QR Code

Intelligent Database Monitoring System using ARM9 with QR Code Intelligent Database Monitoring System using ARM9 with QR Code Jyoshi Niklesh 1, Dhruva R. Rinku 2 Department of Electronics and Communication CVR College of Engineering, JNTU Hyderabad Hyderabad, India

More information

Mobile Electronic Payments

Mobile Electronic Payments Chapter 7 Mobile Electronic Payments 7.1 Rationale and Motivation Mobile electronic payments are rapidly becoming a reality. There is no doubt that users of mobile phones are willing and even asking to

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

Challenges in Android Application Development: A Case Study

Challenges in Android Application Development: A Case Study Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 5, May 2015, pg.294

More information

Android Application for Accessing KNX Devices via IP Connection

Android Application for Accessing KNX Devices via IP Connection Android Application for Accessing KNX Devices via IP Connection J. A. Nazabal, J. Gómez, F. Falcone, C. Fernández-Valdivielso, P. E. Branchi and I. R. Matías Electrical and Electronic Engineering Department,

More information

Brainloop Secure Dataroom Version 8.30. QR Code Scanner Apps for ios Version 1.1 and for Android

Brainloop Secure Dataroom Version 8.30. QR Code Scanner Apps for ios Version 1.1 and for Android Brainloop Secure Dataroom Version 8.30 QR Code Scanner Apps for ios Version 1.1 and for Android Quick Guide Brainloop Secure Dataroom Version 8.30 Copyright Brainloop AG, 2004-2015. All rights reserved.

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

Remote Android Assistant with Global Positioning System Tracking

Remote Android Assistant with Global Positioning System Tracking IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661, p- ISSN: 2278-8727Volume 16, Issue 2, Ver. III (Mar-Apr. 2014), PP 95-99 Remote Android Assistant with Global Positioning System Tracking

More information

An NFC Ticketing System with a new approach of an Inverse Reader Mode

An NFC Ticketing System with a new approach of an Inverse Reader Mode An NFC Ticketing System with a new approach of an Inverse Reader Mode Dresden, 22/11/2013 Felipe de Sousa Silva Outline NFC Overview NFC Public Ticket System. Intention of the Inverse Reader Mode The Inverse

More information

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date>

Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) <lecturer, date> Lecture 3 Mobile App Development (Android, ios, BlackBerry, Windows Mobile) Outline Smartphones Developing Mobile Applications Android ios BlackBerry Windows Mobile References Cell phones

More information

Lab 0 (Setting up your Development Environment) Week 1

Lab 0 (Setting up your Development Environment) Week 1 ECE155: Engineering Design with Embedded Systems Winter 2013 Lab 0 (Setting up your Development Environment) Week 1 Prepared by Kirill Morozov version 1.2 1 Objectives In this lab, you ll familiarize yourself

More information

Electronic Ticket and Check-in System for Indico Conferences

Electronic Ticket and Check-in System for Indico Conferences Electronic Ticket and Check-in System for Indico Conferences September 2013 Author: Bernard Kolobara Supervisor: Jose Benito Gonzalez Lopez CERN openlab Summer Student Report 2013 Project Specification

More information

The Contactless- NFC Project of ATM Barcelona

The Contactless- NFC Project of ATM Barcelona 1 The Contactless- NFC Project of ATM Barcelona Carme Fabregas Head of IT Systems cfabregas@atm.cat Working Group on NFC ticketing Barcelona, 6-7 September 2012 2 PRELIMINARY CONSIDERATIONS In 2001, a

More information

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved

VOL. 2, NO. 1, January 2012 ISSN 2225-7217 ARPN Journal of Science and Technology 2010-2012 ARPN Journals. All rights reserved Mobile Application for News and Interactive Services L. Ashwin Kumar Department of Information Technology, JNTU, Hyderabad, India loka.ashwin@gmail.com ABSTRACT In this paper, we describe the design and

More information

Online Railway Reservation. Intel Easy Steps 1 2012 Intel Corporation All rights reserved.

Online Railway Reservation. Intel Easy Steps 1 2012 Intel Corporation All rights reserved. Online Railway Reservation Intel Easy Steps 1 2012 Intel Corporation Online Railway Reservation Introducing Online Railway Reservation System Technology has transformed many aspects of life in the 21st

More information

Real time vehicle tracking and driver behaviour monitoring using cellular handset based accelerometer and GPS data

Real time vehicle tracking and driver behaviour monitoring using cellular handset based accelerometer and GPS data Real time vehicle tracking and driver behaviour monitoring using cellular handset based accelerometer and GPS data 4 th Year Electronic and Computing Project Report 05416361 Supervisor: Mr Liam Kilmartin

More information

RFID based Bill Generation and Payment through Mobile

RFID based Bill Generation and Payment through Mobile RFID based Bill Generation and Payment through Mobile 1 Swati R.Zope, 2 Prof. Maruti Limkar 1 EXTC Department, Mumbai University Terna college of Engineering,India Abstract Emerging electronic commerce

More information

Budget Event Management Design Document

Budget Event Management Design Document Budget Event Management Design Document Team 4 Yifan Yin(TL), Jiangnan Shangguan, Yuan Xia, Di Xu, Xuan Xu, Long Zhen 1 Purpose Summary List of Functional Requirements General Priorities Usability Accessibility

More information

Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone - 2012

Università Degli Studi di Parma. Distributed Systems Group. Android Development. Lecture 1 Android SDK & Development Environment. Marco Picone - 2012 Android Development Lecture 1 Android SDK & Development Environment Università Degli Studi di Parma Lecture Summary - 2 The Android Platform Android Environment Setup SDK Eclipse & ADT SDK Manager Android

More information

Android Mobile App Building Tutorial

Android Mobile App Building Tutorial Android Mobile App Building Tutorial Seidenberg-CSIS, Pace University This mobile app building tutorial is for high school and college students to participate in Mobile App Development Contest Workshop.

More information

Running a Program on an AVD

Running a Program on an AVD Running a Program on an AVD Now that you have a project that builds an application, and an AVD with a system image compatible with the application s build target and API level requirements, you can run

More information

NFC in Public Transport

NFC in Public Transport January 2011 This document is copyright 2005 2011 by the NFC Forum. All rights, including the right to copy and further distribute, are reserved. NFC Forum, Inc. 401 Edgewater Place, Suite 600 Contents

More information

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY

REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY Review of the Air Force Academy No 3 (30) 2015 REAL TIME MONITORING AND TRACKING SYSTEM FOR AN ITEM USING THE RFID TECHNOLOGY For the past few years, location systems have become a major studying field,

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

MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER

MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER MIFARE CONTACTLESS CARD TECHNOLOLGY AN HID WHITE PAPER GENERAL The MIFARE contactless smart card and MIFARE card reader/writer were developed to handle payment transactions for public transportation systems.

More information

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are.

Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. Two Factor Authentication Two Factor Authentication (TFA; 2FA) is a security process in which two methods of authentication are used to verify who you are. For example, one method currently utilized within

More information

WHITE PAPER. Domo Advanced Architecture

WHITE PAPER. Domo Advanced Architecture WHITE PAPER Domo Advanced Architecture Overview There are several questions that any architect or technology advisor may ask about a new system during the evaluation process: How will it fit into our organization

More information

Introduction to Android

Introduction to Android Introduction to Android 26 October 2015 Lecture 1 26 October 2015 SE 435: Development in the Android Environment 1 Topics for Today What is Android? Terminology and Technical Terms Ownership, Distribution,

More information

Student Attendance Through Mobile Devices

Student Attendance Through Mobile Devices Student Attendance Through Mobile Devices Anurag Rastogi Kirti Gupta Department of Computer Science and Engineering National Institute of Technology Rourkela Rourkela-769 008, Odisha, India Student Attendance

More information

An NFC Ticketing System with a new approach of an Inverse Reader Mode

An NFC Ticketing System with a new approach of an Inverse Reader Mode An NFC Ticketing System with a new approach of an Inverse Reader Mode Christian Saminger, Stefan Grünberger and Josef Langer NFC University of Applied Sciences Upper Austria 5 th International Workshop

More information

Significance of Tokenization in Promoting Cloud Based Secure Elements

Significance of Tokenization in Promoting Cloud Based Secure Elements Significance of Tokenization in Promoting Cloud Based Secure Elements Busra O zdenizci 1, Vedat Coskun 1*, Kerem Ok 1 and Turgay Karlidere 2 1 NFC Lab - Istanbul, Department of Information Technologies,

More information

Final Year Project Interim Report

Final Year Project Interim Report 2013 Final Year Project Interim Report FYP12016 AirCrypt The Secure File Sharing Platform for Everyone Supervisors: Dr. L.C.K. Hui Dr. H.Y. Chung Students: Fong Chun Sing (2010170994) Leung Sui Lun (2010580058)

More information

LIBRARY ACCESS SYSTEM SMARTPHONE APPLICATION USING ANDROID

LIBRARY ACCESS SYSTEM SMARTPHONE APPLICATION USING ANDROID Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 4, Issue. 3, March 2015,

More information

Electronic Ticket System Based on QR Code Identification

Electronic Ticket System Based on QR Code Identification September 9-12, 2014, Hokkaido University, Sapporo, Japan Electronic Ticket System Based on QR Code Identification Hou Tsan Lee, Yi-Wen Peng, Chun-Kai Huang, Huan-Yi Chou, Yu-Tzu Chen, Jhe-Wei You and

More information

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495

International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] ISSN: 2349-6495 International Journal of Advanced Engineering Research and Science (IJAERS) Vol-2, Issue-11, Nov- 2015] Survey on Automation Testing Tools for Mobile Applications Dr.S.Gunasekaran 1, V. Bargavi 2 1 Department

More information

Ingenious Systems. Evolute System's. Mobile Payment. Initiative

Ingenious Systems. Evolute System's. Mobile Payment. Initiative Ingenious Systems Evolute System's Mobile Payment Initiative The Mobile Payment Concept A mobile payment is any payment where a mobile device is used to initiate, authorize and confirm an exchange of financial

More information

NetIQ Advanced Authentication Framework

NetIQ Advanced Authentication Framework NetIQ Advanced Authentication Framework Security Officer Guide Version 5.2.0 1 Table of Contents 1 Table of Contents 2 Introduction 3 About This Document 3 Authenticators Management 4 Card 8 Email OTP

More information

Introduction to Android

Introduction to Android Introduction to Android Ref: Wei-Meng Lee, BEGINNING ANDROID 4 APPLICATION DEVELOPMENT, Ch1, John Wiley & Sons, 2012 1. What is Android Android is a mobile operating system that is based on a modified

More information

Load testing with. WAPT Cloud. Quick Start Guide

Load testing with. WAPT Cloud. Quick Start Guide Load testing with WAPT Cloud Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. 2007-2015 SoftLogica

More information

Take full advantage of IBM s IDEs for end- to- end mobile development

Take full advantage of IBM s IDEs for end- to- end mobile development Take full advantage of IBM s IDEs for end- to- end mobile development ABSTRACT Mobile development with Rational Application Developer 8.5, Rational Software Architect 8.5, Rational Developer for zenterprise

More information

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe

Wifi Ticketing. Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Wifi Ticketing Atul Jain Ankita Gurbaxani Sagar Oza Purvi Sankhe Information Technology Information Technology Information Technology Assistant Professor TCET TCET TCET TCET Mumbai, India Mumbai, India

More information

Google Web Toolkit. Introduction to GWT Development. Ilkka Rinne & Sampo Savolainen / Spatineo Oy

Google Web Toolkit. Introduction to GWT Development. Ilkka Rinne & Sampo Savolainen / Spatineo Oy Google Web Toolkit Introduction to GWT Development Ilkka Rinne & Sampo Savolainen / Spatineo Oy GeoMashup CodeCamp 2011 University of Helsinki Department of Computer Science Google Web Toolkit Google Web

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

RoverPal - A Mobile Payment Application

RoverPal - A Mobile Payment Application White Paper RoverPal - A Mobile Payment Application Introduction Online shopping has been a favorable experience with most of us. Still, we come across instances where we are out on shopping and we run

More information

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO)

Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Akin Gump Strauss Hauer & Feld LLP Remote Access Resources (DUO) Firm Laptop Windows Home PC Mac Computer Apple ipad Android Devices Exit akingump.com 2015 Akin Gump Strauss Hauer & Feld LLP Check Point

More information

Shipbeat Magento Module. Installation and user guide

Shipbeat Magento Module. Installation and user guide Shipbeat Magento Module Installation and user guide This guide explains how the Shipbeat Magento Module is installed, used and uninstalled from your Magento Community Store. If you have questions or need

More information

Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh

Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh Location Based Online Ticket Application Abhishek Arware, Sonal Dumbare, Sanket Saple, Bushra Shaikh Abstract one of the biggest challenges in the current ticketing facility is QUEUE while buying our suburban

More information

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment

place/business fetch details, 184 185 removefromfavorite () function, 189 search button handler bind, 190 191 B BlackBerry build environment Index A addtofavorite() method, 175 177, 188 189 Android ADT Plugin for Eclipse installation, 22 24 application, GWT Build Path, 244 device info, 247 directory structure, 244, 245 Eclipse classpath, 244

More information

NFC Near Field Communication

NFC Near Field Communication NFC Near Field Communication Gregor Hohpe 2010 Google, Inc. All rights reserved, Core Technology Passive card powered by radio field 212kbps, 100ms read/write cycle Authentication, data integrity protection

More information

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation

Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication. Mobile App Activation Guide for Setting Up Your Multi-Factor Authentication Account and Using Multi-Factor Authentication Mobile App Activation Before you can activate the mobile app you must download it. You can have up to

More information

AEP Ticketing Solutions, Italy +39 0558732606 www.aep-italia.it

AEP Ticketing Solutions, Italy +39 0558732606 www.aep-italia.it AEP Ticketing Solutions, Italy +39 0558732606 www.aep-italia.it NEVER SO EASY! ET - THE EASY TICKETING ET - THE EASY TICKETING, ET for short, is the AEP application suite for the Electronic Ticketing.

More information

Protect, License and Sell Xojo Apps

Protect, License and Sell Xojo Apps Protect, License and Sell Xojo Apps To build great software with Xojo, you focus on user needs, design, code and the testing process. To build a profitable business, your focus expands to protection and

More information

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu

CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup. Emmanuel Agu CS 528 Mobile and Ubiquitous Computing Lecture 2: Android Introduction and Setup Emmanuel Agu What is Android? Android is world s leading mobile operating system Google: Owns Android, maintains it, extends

More information

Help. myprint introduction myprint website. Create account. Forgot your password? Home. Printing using upload (WebPrint)

Help. myprint introduction myprint website. Create account. Forgot your password? Home. Printing using upload (WebPrint) myprint Help myprint introduction myprint website Create account Forgot your password? Home Printing using upload (WebPrint) Printing using email (EmailPrint) Printing using Right Mouse Click (Sent To

More information

NFC Test Challenges for Mobile Device Developers Presented by: Miguel Angel Guijarro miguel-angel_guijarro@agilent.com

NFC Test Challenges for Mobile Device Developers Presented by: Miguel Angel Guijarro miguel-angel_guijarro@agilent.com NFC Test Challenges for Mobile Device Developers Presented by: Miguel Angel Guijarro miguel-angel_guijarro@agilent.com 1 Outlook About NFC Developing a NFC Device Test Challenges Test Solutions Q&A 2 What

More information

Building native mobile apps for Digital Factory

Building native mobile apps for Digital Factory DIGITAL FACTORY 7.0 Building native mobile apps for Digital Factory Rooted in Open Source CMS, Jahia s Digital Industrialization paradigm is about streamlining Enterprise digital projects across channels

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

SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES

SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES SYSTEM OF MONITORING AND CONTROL FOR THE AUTOMATION OF INDUSTRIAL WASH MACHINES Catalin BUJDEI Liviu PERNIU Ion TRUICAN Mihai CARAMAN Automatics Department, Transilvania University of Brasov, M.Viteazu

More information

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS

WHITEPAPER. SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS WHITEPAPER SECUREAUTH 2-FACTOR AS A SERVICE 2FaaS EXECUTIVE OVERVIEW 2-Factor as a Service (2FaaS) is a 100% cloud-hosted authentication solution that offers flexible security without compromising user

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

A smart mobile fare collection system for public transit

A smart mobile fare collection system for public transit A smart mobile fare collection system for public transit A W A R D S Powerful Answers Award HopOn s Unique Solution HopOn is a unique solution that can be easily integrated in every form of public transit:

More information

Building Motion and Noise Detector Networks from Mobile Phones

Building Motion and Noise Detector Networks from Mobile Phones Building Motion and Noise Detector Networks from Mobile Phones Péter Ekler 1111 Budapest, Magyar Tudósok körútja 2. IL208, peter.ekler@aut.bme.hu Hassan Charaf Dr. 1111 Budapest, Magyar Tudósok körútja

More information

A Solution to the Mobile Wallet Conundrum

A Solution to the Mobile Wallet Conundrum A Solution to the Mobile Wallet Conundrum 2014 Cortex MCP Page 1 Introduction: A new approach is needed to make the Mobile Wallet mainstream More people than ever are using smartphones to place and take

More information

Integrating Online Banking and Top-up Card into Payment Gateway

Integrating Online Banking and Top-up Card into Payment Gateway Internship Report Master of Software Engineering (2012-2014) Integrating Online Banking and Top-up Card into Payment Gateway Author: DAO Nguyen Vu Supervisor: HO Hoang Thuong January 11, 2015 Acknowledgment

More information

Q A. CWT To Go. Question Categories

Q A. CWT To Go. Question Categories This is an interactive document. Click on each question category for a series of questions and answers to help you learn more about s features. Question Categories Overview: A General information Registration

More information

Android Operating System

Android Operating System Prajakta S.Adsule Student-M.B.A.[I.T.] BharatiVidyapeeth Deemed University,Pune(india) praju_hiramani@yahoo.co.in Mob. No. 9850685985 Android Operating System Abstract- Android operating system is one

More information

Adding Panoramas to Google Maps Using Ajax

Adding Panoramas to Google Maps Using Ajax Adding Panoramas to Google Maps Using Ajax Derek Bradley Department of Computer Science University of British Columbia Abstract This project is an implementation of an Ajax web application. AJAX is a new

More information

Using RFID Techniques for a Universal Identification Device

Using RFID Techniques for a Universal Identification Device Using RFID Techniques for a Universal Identification Device Roman Zharinov, Ulia Trifonova, Alexey Gorin Saint-Petersburg State University of Aerospace Instrumentation Saint-Petersburg, Russia {roman,

More information

Transport Ticket Booking Information

Transport Ticket Booking Information Transport Ticket Booking Information Index Purpose Description Relevance for Large Scale Events Options Technologies Impacts Integration potential Implementation Best Cases and Examples 1 of 9 Purpose

More information

Mobile Application Testing

Mobile Application Testing Mobile Application Testing Whitepaper Author: Scott Aziz Date: June 1, 2012 This whitepaper outlines the critical areas of testing needed to certify mobile enterprise applications Best practices from UST

More information

RFID Based 3D Indoor Navigation System Integrated with Smart Phones

RFID Based 3D Indoor Navigation System Integrated with Smart Phones RFID Based 3D Indoor Navigation System Integrated with Smart Phones Y. Ortakci*, E. Demiral*, I. R. Karas* * Karabuk University, Computer Engineering Department, Demir Celik Kampusu, 78050, Karabuk, Turkey

More information

NFC in Android. Martijn Coenen <maco@google.com>

NFC in Android. Martijn Coenen <maco@google.com> NFC in Android Martijn Coenen Agenda State of NFC in mobile What can you do with NFC in Android? Android Beam NFC Tags Card emulation and HCE Q & A State of NFC in mobile NFC and Android

More information

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013

Mobility Introduction Android. Duration 16 Working days Start Date 1 st Oct 2013 Mobility Introduction Android Duration 16 Working days Start Date 1 st Oct 2013 Day 1 1. Introduction to Mobility 1.1. Mobility Paradigm 1.2. Desktop to Mobile 1.3. Evolution of the Mobile 1.4. Smart phone

More information

CatDV Pro Workgroup Serve r

CatDV Pro Workgroup Serve r Architectural Overview CatDV Pro Workgroup Server Square Box Systems Ltd May 2003 The CatDV Pro client application is a standalone desktop application, providing video logging and media cataloging capability

More information

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development

Android Development. Lecture AD 0 Android SDK & Development Environment. Università degli Studi di Parma. Mobile Application Development Android Development Lecture AD 0 Android SDK & Development Environment 2013/2014 Parma Università degli Studi di Parma Lecture Summary Android Module Overview The Android Platform Android Environment Setup

More information

Mobile Payment Trials in Public Transport. Building on Contactless Programs and APTA Standards March 16, 2009

Mobile Payment Trials in Public Transport. Building on Contactless Programs and APTA Standards March 16, 2009 Mobile Payment Trials in Public Transport Building on Contactless Programs and APTA Standards March 16, 2009 Transit and Mobile Technology Mobile Phones offer the potential to serve in many fare system

More information

Fahim Uddin http://fahim.cooperativecorner.com email@fahim.cooperativecorner.com. 1. Java SDK

Fahim Uddin http://fahim.cooperativecorner.com email@fahim.cooperativecorner.com. 1. Java SDK PREPARING YOUR MACHINES WITH NECESSARY TOOLS FOR ANDROID DEVELOPMENT SEPTEMBER, 2012 Fahim Uddin http://fahim.cooperativecorner.com email@fahim.cooperativecorner.com Android SDK makes use of the Java SE

More information

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies

ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies ISSN: 2321-7782 (Online) Volume 2, Issue 5, May 2014 International Journal of Advance Research in Computer Science and Management Studies Research Paper Available online at: www.ijarcsms.com RF-based Ticketing

More information

Front-End Performance Testing and Optimization

Front-End Performance Testing and Optimization Front-End Performance Testing and Optimization Abstract Today, web user turnaround starts from more than 3 seconds of response time. This demands performance optimization on all application levels. Client

More information

Nokia 9210i/9290 Communicators and PersonalJava TM Application Development

Nokia 9210i/9290 Communicators and PersonalJava TM Application Development Nokia 9210i/9290 Communicators and Personal TM Application Development 05-03-2002 Nokia 9210i/9290 Communicators and PersonalTM Application Development Table of contents 1. DIFFERENT JAVA TECHNOLOGIES...

More information

CYBERCRIMINAL IN BRAZIL SHARES MOBILE CREDIT CARD STORE APP

CYBERCRIMINAL IN BRAZIL SHARES MOBILE CREDIT CARD STORE APP CYBERCRIMINAL IN BRAZIL SHARES MOBILE CREDIT CARD STORE APP August 2014 RSA agents recently traced a threat actor advertising a mobile credit card store application. The cybercriminal shared the information

More information

Loyalty Systems over Near Field Communication (NFC)

Loyalty Systems over Near Field Communication (NFC) Loyalty Systems over Near Field Communication (NFC) Diogo Simões IST - Technical University of Lisbon Av. Prof. Cavaco Silva Tagus Park 2780-990 Porto Salvo, Portugal diogo.simoes@tagus.ist.utl.pt Abstract.

More information

Flexible Identity. OTP software tokens guide. Multi-Factor Authentication. version 1.0

Flexible Identity. OTP software tokens guide. Multi-Factor Authentication. version 1.0 Flexible Identity Multi-Factor Authentication OTP software tokens guide version 1.0 Publication History Date Description Revision 2014.02.07 initial release 1.0 Copyright Orange Business Services 2 of

More information

Improving Online Security with Strong, Personalized User Authentication

Improving Online Security with Strong, Personalized User Authentication Improving Online Security with Strong, Personalized User Authentication July 2014 Secure and simplify your digital life. Table of Contents Online Security -- Safe or Easy, But Not Both?... 3 The Traitware

More information

DETERMINATION OF THE PERFORMANCE

DETERMINATION OF THE PERFORMANCE DETERMINATION OF THE PERFORMANCE OF ANDROID ANTI-MALWARE SCANNERS AV-TEST GmbH Klewitzstr. 7 39112 Magdeburg Germany www.av-test.org 1 CONTENT Determination of the Performance of Android Anti-Malware Scanners...

More information

How To Set Up A Xerox Econcierge Powered By Xerx Account

How To Set Up A Xerox Econcierge Powered By Xerx Account Xerox econcierge Account Setup Guide Xerox econcierge Account Setup Guide The free Xerox econcierge service provides the quickest, easiest way for your customers to order printer supplies for all their

More information

Getting Started with Android Development

Getting Started with Android Development Getting Started with Android Development By Steven Castellucci (v1.1, January 2015) You don't always need to be in the PRISM lab to work on your 4443 assignments. Working on your own computer is convenient

More information

A Monitored Student Testing Application Using Cloud Computing

A Monitored Student Testing Application Using Cloud Computing A Monitored Student Testing Application Using Cloud Computing R. Mullapudi and G. Hsieh Department of Computer Science, Norfolk State University, Norfolk, Virginia, USA r.mullapudi@spartans.nsu.edu, ghsieh@nsu.edu

More information

Best practices for choosing and integrating a mobile payments platform. A GlobalOnePay White Paper

Best practices for choosing and integrating a mobile payments platform. A GlobalOnePay White Paper Best practices for choosing and integrating a mobile payments platform A GlobalOnePay White Paper Mobile commerce (mcommerce) purchases and in-app payments made on mobile devices are rapidly becoming just

More information

Connecting your Aiki phone to a network

Connecting your Aiki phone to a network Connecting your Aiki phone to a network Connect to mobile networks Depending on your carrier and service plan, your phone may connect automatically to your carrier s fastest available data network. Or

More information