Handsee: Enabling Full Hand Interaction on Smartphones with Front Camera-Based Stereo Vision

Total Page:16

File Type:pdf, Size:1020Kb

Handsee: Enabling Full Hand Interaction on Smartphones with Front Camera-Based Stereo Vision CHI 2019 Paper CHI 2019, May 4–9, 2019, Glasgow, Scotland, UK HandSee: Enabling Full Hand Interaction on Smartphones with Front Camera-based Stereo Vision Chun Yu123,Xiaoying Wei12, Shubh Vachher1, Yue Qin1, Chen Liang1, Yueting Weng1, Yizheng Gu12, Yuanchun Shi123 1Department of Computer Science and Technology, Tsinghua University, Beijing, China 2Key Laboratory of Pervasive Computing, Ministry of Education, China 3Global Innovation eXchange Institute, Tsinghua University, Beijing, China {chunyu, shiyc}@tsinghua.edu.cn,{wei-xy17,vachhers10, y-qin15,c-liang15,guyz17}@mails.tsinghua.edu.cn Figure 1: (a) The right angle prism mirror placed on the front camera. (b) The space above the touchscreen that can be covered. (c) A sample image captured by the front camera. (d) The derived depth image of the touching hand and the gripping hand. ABSTRACT of novel interaction techniques and expands the design space We present HandSee, a novel sensing technique that can for full hand interaction on smartphones. capture the state and movement of the user’s hands touch- CCS CONCEPTS ing or gripping a smartphone. We place a right angle prism mirror on the front camera to achieve a stereo vision of the • Human-centered computing → Smartphones; Touch scene above the touchscreen surface. We develop a pipeline screens; Gestural input; to extract the depth image of hands from a monocular RGB image, which consists of three components: a stereo match- KEYWORDS ing algorithm to estimate the pixel-wise depth of the scene, a Smartphone interaction; full hand sensing; front camera; CNN-based online calibration algorithm to detect hand skin, stereo vision; touching hand; gripping fngers and a merging algorithm that outputs the depth image of the ACM Reference Format: hands. Building on the output, a substantial set of valuable in- Chun Yu,Xiaoying Wei, Shubh Vachher, Yue Qin, Chen Liang, Yuet- teraction information, such as fngers’ 3D location, gripping ing Weng, Yizheng Gu, Yuanchun Shi. 2019. HandSee: Enabling posture, and fnger identity can be recognized concurrently. Full Hand Interaction on Smartphones with Front Camera-based Due to this unique sensing ability, HandSee enables a variety Stereo Vision. In CHI Conference on Human Factors in Computing Systems Proceedings (CHI 2019), May 4–9, 2019, Glasgow, Scotland UK. ACM, New York, NY, USA, 13 pages. https://doi.org/10.1145/ Permission to make digital or hard copies of all or part of this work for 3290605.3300935 personal or classroom use is granted without fee provided that copies are not made or distributed for proft or commercial advantage and that copies bear this notice and the full citation on the frst page. Copyrights for components 1 INTRODUCTION of this work owned by others than ACM must be honored. Abstracting with Today, smartphone interaction is largely confned to the ca- credit is permitted. To copy otherwise, or republish, to post on servers or to pacitive surface of the touchscreen. Numerous works have redistribute to lists, requires prior specifc permission and/or a fee. Request explored methods of overcoming this limitation ranging from permissions from [email protected]. CHI 2019, May 4–9, 2019, Glasgow, Scotland UK enhancing the expressivity of touch (e.g. fnger identifcation © 2019 Association for Computing Machinery. [19] and posture [21, 55]), to leveraging grip posture as an ACM ISBN 978-1-4503-5970-2/19/05. $15.00 interaction context (e.g. interface shifting [8, 33]), as well as https://doi.org/10.1145/3290605.3300935 expanding the input space beyond the touchscreen surface Paper 705 Page 1 CHI 2019 Paper CHI 2019, May 4–9, 2019, Glasgow, Scotland, UK (e.g. on the back [10, 54] or side [6, 8, 9] or around the device In the remainder of this paper, we frst review prior lit- [7, 22, 24]). However, most of these works focus on inter- erature on hand/fnger interaction and sensing. We then action design. They either use dedicated sensing systems describe the hardware design of HandSee, followed by our al- (e.g. Optitrack) or equip smartphones or users’ hands with gorithm pipeline. We move on to outline the design space and additional hardware sensors to provide specifc and limited describe novel interaction techniques with feedback from functionality. a preliminary user study. We conclude this research with a In this paper, we present HandSee, a compact sensing discussion on the practicality, limitations and directions for technique that can capture rich information about hands future work. and fngers interacting with a smartphone. We re-purpose the front camera by mounting a hypotenuse-coated right 2 RELATED WORK angle prism mirror on it, and direct it to look down along In this section, we frst review literature about enhancing the screen’s surface. As shown in Fig. 1, the feld of view hand/fnger interaction on smartphones. Meanwhile, we dis- (FOV) covers the gripping fngers and the entire touching cuss the sensing solutions in those works. We then give a hand. The prism mirror provides two optical paths through brief introduction of general hand/fnger sensing techniques, which the front camera can look outward. This creates two with a focus on camera-based ones. virtual cameras that form a stereo vision system, as shown in Fig. 1.a. The stereo vision adds depth information that can Enhancing Hand/Finger Interaction on Smartphones further augment the sense ability. Expanding Expressivity of Finger Touch on Screen. A straight- To capture depth images of hands, we develop a pipeline forward way to increase expressivity of touch is to leverage of computer vision algorithms, which consists of four compo- the state of touching fnger. TapSense [21] recognizes the dif- nents: an efcient skin segmentation with online threshold ferent parts of a human fnger (e.g. tip, pad, nail and knuckle) calibration, stereo matching that reconstructs the depth im- tapping on the screen by analyzing sounds resulting from the age of scene over the touchscreen, and a merging algorithm tapping impact. Xiao et al. [55] describe a method that esti- that derives the depth image of hands. Based on the output, mates the pitch and yaw of fngers relative to a touchscreen’s a set of valuable interaction information such as fngers’ 3D surface based on the raw capacitive sensor data. DualKey location, gripping posture, fnger identity can be derived, [19] instruments the index fnger with a motion sensor. It en- which enables a wide range of hand/fnger interaction tech- ables selection of letters on a miniature ambiguous software niques on smartphones. keyboard (e.g. a smartwatch) with diferent fngers. HandSee expands the space of full hand interaction on In addition, a few works explored leveraging the above- smartphones, which carries forward the idea that interprets screen space to improve interaction. Air+Touch [7] describes users’ intent beyond signals from the 2D capacitive screen the concept of interweaving on-screen touch and in-air ges- [24]. We re-outline the interaction space into three sub- tures to increase the expressivity of touch. The authors built spaces: Touching Hand Only, Gripping Hand Only and Hand- a prototype system with a depth camera. Thumbs-Up [22] to-Hand interaction. We propose a number of novel interac- presents a similar idea that is specifc to thumb input for tion techniques that fll in this space, and demonstrate the one-handed interaction. Pre-touch [24] researches the po- power of HandSee. Our user study shows that these tech- tential of leveraging the status of the approaching fnger, niques are well received by the users. They are easy to learn, by increasing the sensing range of capacitive touchscreen. convenient and fun to use. SegTouch [52] instruments the index fnger with a touchpad, and allows users to perform thumb slides on it to defne Specifcally, our contributions are threefold: various touch purposes. (1) A novel sensing scheme that captures both the touch- Interaction Beyond the Touchscreen. Researchers have ex- ing hands and gripping fngers on a smartphone. We plored extending smartphone interaction beyond the touch- achieve stereo vision by placing a prism mirror on top screen surface. Some of these works enable input on the of the front camera. side or the back of the device. [35] detects fnger taps on (2) A real-time pipeline to validate our setup’s computa- the sides of a smartphone using the built-in motion sensors. tional feasibility and compute the depth map of the BackXPress [10] places a pressure sensitive layer on the back user’s hands, based on which, valuable interaction in- of the device, which allows pressure input on the back to formation can be derived. augment the interaction with the remaining fngers on the (3) An expanded design space for full hand interaction on front. Back-Mirror uses a mirror to refect the back surface smartphones, as well as a number of novel interaction to the rear-facing camera of the phone, and recognizes hand techniques. gestures based on the visual pattern on the back surface. Paper 705 Page 2 CHI 2019 Paper CHI 2019, May 4–9, 2019, Glasgow, Scotland, UK Others explored the 3D space around the device. Hover- Hand/Finger Tracking for General Purpose Flow [28] uses infrared proximity sensors to track hands in Accurate hand/fnger tracking is of great signifcance for the device’s proximity. It can sense coarse movement-based human computer interaction. Various tracking techniques gestures, as well as static position-based gestures. SideSight have been researched, such as using capacitive sensors [31], [4] embeds infra-red (IR) proximity sensors along the side of infrared signals [20], ultrasound [40], millimeter wave radar small device and supports single and multi-touch gestures in (i.e. Soli [32]), and monocular RGB camera [38] or depth cam- the space around the device.
Recommended publications
  • Bringing Full-Featured Mobile Phone Interaction Into Virtual Reality
    Computers & Graphics 97 (2021) 42–53 Contents lists available at ScienceDirect Computers & Graphics journal homepage: www.elsevier.com/locate/cag Special Section on VRCAI Bringing full-featured mobile phone interaction into virtual reality ∗ Huidong Bai a, , Li Zhang b, Jing Yang c, Mark Billinghurst a a Auckland Bioengineering Institute, The University of Auckland, Auckland 1010, New Zealand b Cyber-Physical Interaction Lab, Northwestern Polytechnical University, Xi’an 710072, China c Department of Computer Science, ETH Zurich, Zurich 8092, Switzerland a r t i c l e i n f o a b s t r a c t Article history: Virtual Reality (VR) Head-Mounted Display (HMD) technology immerses a user in a computer generated Received 20 July 2020 virtual environment. However, a VR HMD also blocks the users’ view of their physical surroundings, and Revised 31 March 2021 so prevents them from using their mobile phones in a natural manner. In this paper, we present a novel Accepted 8 April 2021 Augmented Virtuality (AV) interface that enables people to naturally interact with a mobile phone in real Available online 18 April 2021 time in a virtual environment. The system allows the user to wear a VR HMD while seeing his/her 3D Keywords: hands captured by a depth sensor and rendered in different styles, and enables the user to operate a Virtual reality virtual mobile phone aligned with their real phone. We conducted a formal user study to compare the Augmented virtuality AV interface with physical touch interaction on user experience in five mobile applications. Participants Head-mounted displays reported that our system brought the real mobile phone into the virtual world.
    [Show full text]
  • Creating an Evaluation System for a Mobile Application Design to Enhance Usability and Aesthetics Jiyoung Choi Iowa State University
    Iowa State University Capstones, Theses and Graduate Theses and Dissertations Dissertations 2012 Creating an evaluation system for a mobile application design to enhance usability and aesthetics Jiyoung Choi Iowa State University Follow this and additional works at: https://lib.dr.iastate.edu/etd Part of the Graphic Design Commons Recommended Citation Choi, Jiyoung, "Creating an evaluation system for a mobile application design to enhance usability and aesthetics" (2012). Graduate Theses and Dissertations. 12744. https://lib.dr.iastate.edu/etd/12744 This Thesis is brought to you for free and open access by the Iowa State University Capstones, Theses and Dissertations at Iowa State University Digital Repository. It has been accepted for inclusion in Graduate Theses and Dissertations by an authorized administrator of Iowa State University Digital Repository. For more information, please contact [email protected]. Creating an evaluation system for a mobile application design to enhance usability and aesthetics by Jiyoung Choi A thesis submitted to the graduate faculty in partial fulfillment of the requirements for the degree of MASTER OF FINE ARTS Major: Graphic Design Program of Study Committee: Debra Satterfield, Major Professor Roger Baer Fred Malven Iowa State University Ames, Iowa 2012 Copyright © Jiyoung Choi, 2012. All rights reserved. ii TABLE OF CONTENTS LIST OF FIGURES LIST OF TABLES ABSTRACT vii CHAPTER 1. INTRODUCTION 1 CHAPTER 2. REVIEW OF LITERATURE 4 2.1 Stress 4 2.2 Development of Mobile Technology 16 2.3 Design and Emotion 21 2.4 Design Elements 23 2.5 User-Centered Design for Mobile Applications 38 CHAPTER 3. METHODOLOGY 46 3.1 Methodology Overview 46 CHAPTER 4.
    [Show full text]
  • Getting Off the Treadmill: Evaluating Walking User Interfaces for Mobile Devices in Public Spaces Shaun K
    Getting Off the Treadmill: Evaluating Walking User Interfaces for Mobile Devices in Public Spaces Shaun K. Kane,1,2 Jacob O. Wobbrock1 and Ian E. Smith2,3 1The Information School 2Intel Research Seattle 3Transmutable Networks LLC DUB Group 1100 NE 45th Street, 6th Floor 4742 42nd Ave. SW #326 University of Washington Seattle, WA 98105 USA Seattle, WA 98126 USA Seattle, WA 98195 USA [email protected] {skane, wobbrock}@u.washington.edu ABSTRACT Using a mobile device while moving limits attention and motor ability and can result in reduced performance. Mobile devices that can sense and adapt to contextual factors such as movement may reduce this performance deficit. We performed two studies evaluating the feasibility of walking user interfaces (WUIs) that adapt their layout when the user is moving. In a pilot study with 6 users, we evaluated the effects of different button sizes on performance when walking while using a portable music player. Results showed significant interactions between size and movement. In the second study, 29 users evaluated the performance of a WUI that dynamically changed button sizes as the user moved. Results show that our dynamic user interface performs at the level of its component static interfaces without any additional penalty due to adaptation. This work adds to our design knowledge about walking user interfaces and provides lessons learned in evaluating mobile devices while walking in Figure 1. A participant interacting with our adaptive walking public spaces. user interface (WUI) on an ultra-mobile PC. a user who is typing a text message while walking down the street Categories and Subject Descriptors: H.5.2.
    [Show full text]
  • Mobile Interaction Design: Techniques for Early Stage In-Situ Design
    10 Mobile Interaction Design: Techniques for Early Stage In-Situ Design Marco de Sá, Luís Carriço & Carlos Duarte LaSIGE and Faculty of Sciences, University of Lisbon Portugal 1. Introduction The recent globalization of mobile technology and its overwhelming presence on everyday life through various societal groups and activities has raised its importance to unprecedented levels. Mobile devices’ diverse shapes, small size and distinctive characteristics impel their use in diverse and ubiquitous scenarios, cementing their presence within our work, social and entertainment activities. Accordingly, as they assume a greater meaning and a wider role of functionalities, a corresponding amount of new usage paradigms is also emerging. Consequentially, designers are increasingly faced with new design challenges, needing to cope with added difficulties of creating solutions for multiple contexts, users, purposes and new ubiquitous usage behaviours. Simultaneously, they need to cope with and leverage the small size factor and the peculiar or mixed interaction modalities (e.g., touch screen in concert with keyboard or voice) that define the trends of emerging mobile devices. Contrastingly, design problems for mobile devices, and corresponding solutions, have only recently begun to be partially and superficially addressed. Difficulties and challenges are spread through various stages of design. Three phases are particularly interesting: (1) requirements and data gathering on mobile contexts; (2) prototyping for small devices and (3) evaluation on real-world settings. Currently used approaches and existing methodologies still lack specific techniques to support design on such demanding conditions, hindering the design process and resulting in poor software regarding usability. Even recent approaches generally rely on simulations, lab experiences or derive directly from non-mobile techniques, colliding with studies that have clearly demonstrated the need to take the design process out of the lab when it comes to mobile devices.
    [Show full text]
  • MOBILE INTERACTION DESIGN Dr
    MOBILE INTERACTION DESIGN Dr. Barbara Rita Barricelli PhD Course, 21-22-23 January 2020 TIMEPLAN, MATERIAL, CONTACT Day Time Unit Course material: 10:00 – 13:00 1 https://barbara-barricelli.unibs.it/ Tuesday 21 13:30 – 15:30 2 10:00 – 13:00 3 For questions / suggestions: Wednesday 22 13:30 – 15:30 4 [email protected] 10:00 – 13:00 5 Thursday 23 13:30 – 15:30 6 OVERVIEW Unit 1 Unit 2 Unit 3 Interaction design Mobile Interaction Design User research Unit 4 Unit 5 Unit 6 iOS Human Interface Guidelines, Prototyping Hands-on activity Google Material Design OVERVIEW Unit 1 Unit 2 Unit 3 Interaction design Mobile Interaction Design User research Unit 4 Unit 5 Unit 6 iOS Human Interface Guidelines, Prototyping Hands-on activity Google Material Design UNIT 1 Interaction Design WHAT DOES DESIGN MEAN? * 1. To create, fashion, execute, or construct according to a plan 2. To have as a purpose 3. To devise for a specific function or end * Merriam-Webster Dictionary WHAT DOES DESIGN MEAN? * 1. To create, fashion, execute, or construct according to a plan 2. To have as a purpose 3. To devise for a specific function or end * Merriam-Webster Dictionary WHAT WE SEE… Tolomeo (Giancarlo Fassina and Michele De Lucchi for Artemide) WHAT WE SEE… Tolomeo (Giancarlo Louis Ghost Fassina and Michele De (Philippe Stark Lucchi for Artemide) for Kartell) WHAT WE SEE… Tolomeo (Giancarlo Louis Ghost Milan Fashion Week Fassina and Michele De (Philippe Stark Spring 2018 Lucchi for Artemide) for Kartell) Runway (Dolce & Gabbana) WHAT WE SEE… iMac G3 (Apple Inc) WHAT WE SEE… iMac G3 (Apple Inc) Artisan (Herbert Johnson for Kitchen Aid) WHAT WE SEE… iMac G3 (Apple Inc) Artisan (Herbert Johnson Walkman (Akio Morita for Kitchen Aid) and Mazaru Ibuka for Sony) … BUT BEHIND THE CURTAIN… … BUT BEHIND THE CURTAIN… … BUT BEHIND THE CURTAIN… … BUT BEHIND THE CURTAIN… … BUT BEHIND THE CURTAIN… … BUT BEHIND THE CURTAIN… WHAT DOES INTERACTION MEAN? * 1.
    [Show full text]
  • Model-Driven Development for Accessible Mobile Apps on Android
    Submitted by Dipl.-Ing. Elmar Krainz Submitted at Institut Integriert Studieren Supervisor and First Examiner a.Univ.-Prof. Dr. Klaus Miesenberger Second Examiner Model-Driven Develop- Prof. Dr. Roberto Manduchi ment for Accessible Mo- May 2018 bile Apps on Android Doctoral Thesis to obtain the academic degree of Doktor der technischen Wissenschaften in the Doctoral Program Technische Wissenschaften JOHANNES KEPLER UNIVERSITY LINZ Altenbergerstraße 69 4040 Linz, Österreich www.jku.at DVR 0093696 Sworn Declaration I hereby declare under oath that the submitted Doctoral Thesis has been written solely by me without any third-party assistance, information other than provided sources or aids have not been used and those used have been fully documented. Sources for literal, paraphrased and cited quotes have been accurately credited. The submitted document here present is identical to the electronically submitted text document. Linz, May 2018 Dipl.-Ing. Elmar Krainz, bakk. techn. Abstract The market for apps and mobile software is on the rise and this goes hand in hand with the number of apps in the stores, which has recently hit 3 million available apps (see https://www:statista:com/statistics/266210/). Due to this development, the natural user interaction of smartphones plays a crucial role. People with disabilities benefit from the increasing digital technology in general, but only if it is accessible. However, apps are often not accessible for people with disabilities since touch screens and visual representation very often overlook their needs. According to the UN Convention on the Rights of Persons with Disabilities around 650 million people of the world’s population are handicapped.
    [Show full text]
  • User-Experience of Human Computer Interaction (HCI) in Mobile Phones Dr
    108 Int'l Conf. Internet Computing and Internet of Things | ICOMP'16 | User-Experience of Human Computer Interaction (HCI) in Mobile Phones Dr. Minerva M. Bunagan1, and Prof. Nabil El Kadhi2 1Asst. Professor, College of Business, UoB, Buraimi, Oman 2Deputy Vice Chancellor for Academic Affairs, UoB, Buraimi, Oman help in dealing with daily activities that require easy and Abstract – Users consider some characteristics in selecting a reliable information [5]. mobile device. These characteristics include interface design, efficiency, reliability, presence of utilities, responsiveness, The presence of various types and brands of mobile portability, performance and advanced features. On the other phones in the market provides sufficient options to the users. hand, mobile developers apply HCI principles in designing The features available in each mobile phone depend on the mobile devices and consider the user-experience as well. operating system, from which it is based. There are mobile Mobile users reflected their experience of the 7 HCI devices that are based on IOS, Android, Windows, Blackberry principles in their commentaries and it appeared that the most and Symbian, which is now gradually disappearing under the relevant principles are consistency, synthesizability and ownership of Microsoft [6]. substitutivity. To specifically determine the effect of a specific Most users however choose mobile phones in design principle on a certain product, the study recommends consideration of the camera, memory capacity, music, video, exploring the prioritization of the HCI principles as gaming, downloading, and surfing capabilities. Moreover, implemented by the mobile phone developers. This will pave they take into account the size, weight, functionality, and ease way for the differentiation of design principles applicable to of use.
    [Show full text]
  • Mobile Interaction Does Not Exist
    Mobile Interaction Does Not Exist Joe Marshall Abstract Mixed Reality Lab Most mobile systems are ‘stop-to-interact’; designed for Department of Computer Science active interaction only when a user is standing still, University of Nottingham paying visual and mental attention to the device. Nottingham, NG8 1BB, UK However, people are increasingly carrying and using [email protected] devices while undertaking a wide range of movement activities, such as walking, cycling, running. Some Paul Tennent existing systems such as Apple’s Siri aim for hands and Mixed Reality Lab eyes free use, but they do not consider the wider Department of Computer Science challenges of interaction during movement. University of Nottingham Nottingham, NG8 1BB, UK We describe the challenges of system design for active [email protected] mobile interaction. These ‘interaction in motion’ challenges are discussed with reference to an extreme movement interaction situation – cold water swimming. Author Keywords Motion; interaction; interaction in motion; mobile; swimming Permission to make digital or hard copies of all or part of this work for ACM Classification Keywords personal or classroom use is granted without fee provided that copies H.5.m. Information interfaces and presentation (e.g., are not made or distributed for profit or commercial advantage and that HCI): Miscellaneous. copies bear this notice and the full citation on the first page. To copy otherwise, or republish, to post on servers or to redistribute to lists, General Terms requires prior specific permission and/or a fee. Design CHI 2013 Extended Abstracts, April 27–May 2, 2013, Paris, France.
    [Show full text]
  • Distinctive Aspects of Mobile Interaction and Their Implications for the Design of Multimodal Interfaces
    Distinctive Aspects of Mobile Interaction and their Implications for the Design of Multimodal Interfaces Luca Chittaro HCI Lab Dept. of Math and Computer Science University of Udine via delle Scienze, 206 33100 Udine, Italy http://hcilab.uniud.it ABSTRACT. People want to do more with their mobile phones, but their desire is frustrated by two classes of limitations. One is related to the device, its hardware and software. The other is related to the context, and comprises perceptual, motor, cognitive and social aspects. This paper will discuss some of the opportunities and challenges that this complex scenario presents to multimodality, which can be a key factor for a better design of mobile interfaces to help people do more on their mobile phones, requiring less time and attention. Keywords: mobile devices, multimodal interfaces, attention, cognitive workload mitigation, human factors, human-computer interaction. Introduction People want to do more with their mobile devices, but their desire is frustrated by different kinds of limitations. A pioneering work on studying the peculiar aspects of interaction in mobile conditions was carried out by Pascoe et al. [22]. They focused on a specific class of users (fieldworkers, in particular archaeologists and ethologists) and on a specific task (fieldwork data collection) pointing out that mobile devices could effectively support it, provided that the following requirements are taken into account: (i) allow to collect data whenever and wherever the fieldworker wants, whether she is standing, crawling or walking, (ii) minimize the amount of user attention required to interact with the device, (iii) enter high volumes of data quickly and accurately, (iv) have the device sense the environment to record some context information such as location, and help in Preprint Version analyzing it (e.g., plotting her observations to a map, based on the locations in which they have been recorded).
    [Show full text]
  • Designing an Interface for a Mobile Application Based on Children's Opinion
    Paper—Designing an Interface For a Mobile Application Based on Children’s Opinion Designing an Interface For a Mobile Application Based on Children’s Opinion https://doi.org/10.3991/ijim.v11i1.6099 Radoslava Kraleva South-West University “Neofit Rilski”, Blagoevgrad, Bulgaria [email protected] Abstract—Modern mobile devices are becoming more and more popular in children’s lives. Therefore, the development of appropriate applications for them is of crucial importance. This article focuses precisely on the design of in- terfaces for mobile application with the participation of children. An overview of contemporary research related to Child-Computer Interaction (CCI) is made. The opinion of the children aged from 4 to 13 years on the possibilities and the features of the interface of mobile applications is investigated. The results ob- tained are summarized and analyzed. The prototype of a mobile application which corresponds to the preferences of the children under investigation is pre- sented. Finally, the article specifies some future directions for research. Index Terms—Children, mobile application for children, software engineering, child-computer interaction (CCI), mobile learning. 1 Introduction Mobile technologies are closely related to the modern way of life. Young children who cannot read or write until the age of 7 in some cases, already know how to use a tablet and/or a smartphone. This is possible due to the interactive and easy to use (friendly) software products. However, it must be borne in mind that the applications suitable for children should be different from those for adults. Usually, they are funny, intuitive and interesting, hence, they keep children’s attention for a long period of time.
    [Show full text]
  • User Interaction Experiences on the Touchscreen Mobile Device
    USER INTERACTION EXPERIENCES ON THE TOUCHSCREEN MOBILE DEVICE LAHTI UNIVERSITY OF APPLIED SCIENCES Degree programme in Business Information Technology Orientation Thesis Spring 2012 Ding Li Lahti University of Applied Sciences Degree Programme in Business Information Technology Ding Li: User interaction experiences on the touchscreen mobile device Bachelor’s Thesis in Business Information Technology, 54 pages, 1 appendix Spring 2012 ABSTRACT The touchscreen mobile phone has totally shifted the interaction experiences of the users, as the touchscreen tremendously popularized, this thesis was focused to figure out what are the general user experiences existed and what are the factors that enhanced or affected those experiences, since the information could provide valuable suggestion on the further development and the developer to create more user friendly touchscreen applications. The general approach of the research is inductive research, in which the research gave theoretical finding base on the different raw data from the user. In-depth interview was held in order to gather the needed user feeling, while the final conclusion was summarized and organized by using coding techniques. Key words: user interaction experiences, touchscreen LIST OF FIGURES Figure 1: Conceptual framework 8 Figure 2: Example of the finger optimization 12 Figure 3: Example of minimalist 14 Figure 4: Thumb optimization application 15 Figure 5: Interviewee sampling 18 LIST OF TABLES Table 1: Interviewee selection 18 Table 2: semi-structured interview questions 21
    [Show full text]
  • There's an App for That!
    There’s an App for That! Libraries and Mobile Technology: An Introduction to Public Policy Considerations Timothy Vollmer Policy Brief No. 3, June 2010 The Office for Information Technology Policy acknowledges the American Library Association and the John D. and Catherine T. MacArthur Foundation for their financial support of this policy brief. The opinions articulated in this policy brief are those of the author and do not necessarily reflect the views of the funders. © 2010 American Library Association. This work is licensed under a Creative Commons Attribution License, available at http://creativecommons.org/licenses/by/3.0/. Policy Brief No. 3, June 2010 There’s an App for That! Libraries and Mobile Technology: An Introduction to Public Policy Considerations Timothy Vollmer1 As the information revolution continues to unfold, libraries will experiment with mobile devices and services to support the information needs of their users wherever they may be. The adoption of mobile technology alters the traditional relationships between libraries and their users and introduces novel challenges to reader privacy. At the same time, the proliferation of mobile devices and services raises issues of access to information in the digital age, including content ownership and licensing, digital Through mobile rights management, and accessibility. This policy brief explores some of these issues, connectivity, infor- and is intended to stimulate further community discussion and policy analysis. mation is becoming Bringing the Power of the Internet to Life on the Go intertwined with our lives more profoundly Mobile technology is altering and extending the ways we communicate, than is the case when conduct business, teach, learn, entertain ourselves, and make consumer deci- we sit down at a sions.
    [Show full text]