The Android application for CREDO project.
The Cosmic-Ray Extremely Distributed Observatory (CREDO) project is hunting for particle cascades from deep space in an effort to answer some of the fundamental questions about our Universe. Your particle detections will feed directly into this pioneering new area of scientific research. You can also engage in the analysis of the detections that you, your fellow citizen scientists and professional observatories from around the world are making though the Dark Universe Welcome experiment.
You must download Android SDK and set path to it
in ANDROID_HOME
environment variable or local.properties
. Now you can compile from
command line:
$ ./gradlew build
or
gradlew.bat build
Now you can find compiled apk file in ./app/build/outputs/apk/debug
.
Welcome to import project to Android Studio and contribute in development.
- Open Android Studio.
File->New->Project from Version Control->GitHub
- Enter the Git Repository URL and clone.
Public contribution rules is not defined yet. If you want to make changes now you can fork project and make pull request.
When you get issue to resolve you should:
- Create new branch from master called
I{issue number}
i.e.I5
. - Make modifications (new feature or fix) on this branch.
- Call to maintainer when modifications is done.
- Rebase branch to master.
- Respond to the recommendations from maintainer and push to branch and call to him when finish.
- When maintainers fully accept then merge to master.
The CREDO Detector code is funded by: Interantional Visegrad Fund, Institute of Nuclear Physics PAN, Carcow University of Technology.