An open source fork of FARM's 10 Billion Lives Android application. This application allows you to play a video to one or more people, have them fill out a survey, and collect their e-mail addresses for follow-up communication.
1
stars
2
forks
source link
data, installation_id, and version should be in the POST body #28
In DataUploadActivity.java, all POSTed data is in the query string. data and installation_id and version should be in the POST body, preferably as JSON. E.g.:
In
DataUploadActivity.java
, all POSTed data is in the query string.data
andinstallation_id
andversion
should be in the POST body, preferably as JSON. E.g.: