Skip to content

Touch and gesture data collection application for measuring quality of experience of the mobile user

Notifications You must be signed in to change notification settings

huberflores/MobileInteractionCollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Mobile Interaction Collector

Developed at HKUST(The Hong Kong University of Science and Technology) by SyMLab.

The application implements a data collector mechanism (ContentProvider) based on SQLite. The data collected consists of gesture, and sensor information provided by the user while using the application.

The aim of the application is to collect implicit feedback that can be utilized to improve the perception of the software developer for building applications with better QoE adaptability.

Installation

  • The project is mavenized, so you just need to import it into Eclipse.

  • Set /libs folder in your classpath

Project -> right click -> properties -> Java build path -> Libraries -> Add class folder -> check libs/ folder

Alternatively, build in terminal using

$ git clone https://github.com/huberflores/XMPPNotificationServer.git
$ mvn install

Application flow

This section shows the flow of the application.

alt text

alt text

alt text

alt text

About

Touch and gesture data collection application for measuring quality of experience of the mobile user

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages