This repository links to the source code (on Software Heritage) of the Android application "PADME App" and its server side data handling PHP scripts. It was developed by me (David REI) during my PhD thesis from September 2019 to March 2024.
Link to Software Heritage : https://archive.softwareheritage.org/browse/directory/10756b8a68bab1e2b40461190f98ad49c6a98421
- Language: Java
- Target platform: Android
- Code versions: two versions are provided, v57 and v77. More information below.
The "PADME App" application implements the PADME model (Personality-based Adaptive moDel for Motivation in E-health), as part of my PhD thesis1.
This archive contains three source code folders:
- the source code for version v57, used for the second experiment (chapter 5 of the thesis).
- the source code for version v77, used for the third experiment (chapter 6 of the thesis).
- the source code for the web application, used continously to handle the data and display it in a human-readable manner.
The data produced during the experiments mentioned in the thesis is NOT provided in this archive.
There is no documentation of the project, but comments in English were made during development to help understand how the code works.
The developement of the project has stopped completely. I may release a complete version later, for the sake of completion.
Author's e-mail address: david@exploptimist.eu
In order to publish this code as an open-source project, the code was edited to delete any third-party link, especially those to Paris-Saclay University servers, mandatory for my field experiments, but deprecated since then.
These modifications appear clearly in the code, with the word "deprecated".
This source code is written with Java and targets the Andorid platform. As such, it is intended to be used with Android Studio (most recent version recommended).
The build is done with Gradle, all configuration scripts are provided.
There is no special requirement.
When importing the project, some adjustment may need to be done, especially to provide the right path to the user's Java installation folder.
The code can be built and run directly in Android Studio, but may need a physical device connected to the IDE to use all features of PADME App.
CeCILL-B English version.
CeCILL-B French version.
Both license versions are provided with the archive, in the same file.