| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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
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.
| Back | FazBrowse Home | New Git URL |