https://github.com/drorspei/phenomenologyproject
Android app to study the self
https://github.com/drorspei/phenomenologyproject
Last synced: 6 months ago
JSON representation
Android app to study the self
- Host: GitHub
- URL: https://github.com/drorspei/phenomenologyproject
- Owner: drorspei
- License: mit
- Created: 2018-08-21T12:58:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-27T13:07:33.000Z (over 6 years ago)
- Last Synced: 2024-12-30T00:14:33.659Z (over 1 year ago)
- Language: Java
- Size: 144 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PhenomenologyProject
Android app to study the self
App lets you define questions you wish to be asked randomly during the day, allowing you to chain questions depending on your answers.
For example, you can add the question "Are you hungry?" with the answers "Yes" and "No", and having both answers, once clicked, show the question "Did you eat in last 3 hours?".
Answers are saved in the file `Documents/savedphenomena.json` in a simple json format. There is currently no UI for doing anything with saved answers. For the first few weeks of the project I'm going to pull the files and look at them manually on my computer, and later figure out good ways of visualizing the data.