Our paper (“iOS crowd-sensing won’t hurt a bit!: AWARE Framework and Sustainable Study Guideline for iOS Platform”) regarding AWARE Framework for iOS is officially published on the web! Additionally, we have had a presentation about the paper at HCI International 2020 on July 20. A preprint version of the paper and the presentation material is attached on this page. We hope this framework will help other researchers’ works!
Flutterアプリで、ネイティブ側(バックエンド)からイベントを発行してUI側(フロントエンド)を更新する方法について説明します。以前、Flutterプラグインの実装方法の一部としてEventChannelを実装する方法は書いたことがあります、今回はプラグインを使わないで同じ機能実装する方法です。
Node.jsをUbuntuで走らせるのに苦労したのでメモ。npmの`initd-forever`を使えば割と簡単に実装できる。`sudo service aware-push start` と設定すると、サーバ起動時にサービス自動起動できる。
CocoaPodsのsubspecを使えば、プロジェクト内に簡単にサブプロジェクトを作ることができる。AWAREFramework v1.7からこの機能を使って、Info.plistに追加設定が必要なプラグインをコア部分と切り離し可能にした。