ActivityReceiver.iOS is a mobile application(client-side) based on iOS.
It works with server-side - ActivityReceiver.
We used Learning Records collected on mobile device while users were solving word reordering problems to calculate parameters from trajeactories produced by Drag&Drop operations. By analyzing parameters using Machine Learning, we could classfier hesitation level for each user.
Simple clone it by:
$ git clone https://github.com/Neko3000/ActivityReceiver.iOS
- Sign In/Sign UP
- Exercise Selection
- Word Reordering Problems Assignment
- Upload Learning Record
- Drag&Drop Operation with Multiple Selection
- Acceleration/Force Retrievement
- More...
For handling Network requests, we used famouse Alamofire and SwfityJSON in this project.
Pods have been included:
pod 'Alamofire'
pod 'NVActivityIndicatorView'
You should build your own server service using ActivityReceiver.
The address of the server should be set in the beginning:
// RemoteServiceManager.swift
public static let domain:String = "http://..."
E-mail: sheran_chen@outlook.com
Weibo: @妖绀
Distributed under the Mozilla license. See LICENSE for more information.