Awesome
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.