https://hal.archives-ouvertes.fr/hal-04614660
README
# PADME App
This archive contains the source code of the Android application "PADME App" and its server side data handling PHP script. It was developed by David REI during his PhD thesis from September 2019 to March 2024.
## General information
- Language: Java
- Target platform: Android
- Code versions: two versions are provided, v57 and v77. More information below.
## Description
The "PADME App" application implements the PADME model (Personality-based Adaptive moDel for Motivation in E-health), as part of David REI's PhD thesis[^1].
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.
## Documentation
There is no documentation of the project, but comments in English were made during development to help understand how the code works.
## Status
The developement of the project has stopped completely.
## Contact and support
Author's e-mail address: david@exploptimist.eu
## Last modification
In order to publish this code as an open-source project, the code was lastly edited to delete any third-party link, especially those to Paris-Saclay University servers, mandatory for the author's experiments, but deprecated since then.
These modifications appear clearly in the code, with the word "deprecated".
## Build, installation, requirements
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.
## Usage
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.
## License
[CeCILL-B](http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html) English version.
[CeCILL-B](http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html) French version.
Both license versions are provided with the archive, in the LICENSES folder.
[^1]: [PhD thesis](https://hal.science/tel-04538519)