HiddenCam
πΈ A library that allows you to capture images in background without displaying UI.
File Explorer
Download Latest Version (.zip)- ci.yml
- publish.yml
- gradle-wrapper.jar
- gradle-wrapper.properties
- CaptureTimeFrequency.kt
- CaptureTimerHandler.kt
- HiddenCam.kt
- HiddenCamLifeCycleOwner.kt
- OnImageCapturedListener.kt
- Utils.kt
- strings.xml
- attrs.xml
- public.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- OneShotFragment.kt
- RecurringFragment.kt
- ContextExt.kt
- LandingPageFragment.kt
- MainActivity.kt
- ic_arrow_white_24dp.xml
- ic_launcher_background.xml
- ic_launcher_foreground.xml
- activity_main.xml
- fragment_landing_page.xml
- fragment_oneshot.xml
- fragment_recurring.xml
- ic_launcher.xml
- ic_launcher_round.xml
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- ic_launcher.png
- ic_launcher_round.png
- nav_graph.xml
- colors.xml
- dimens.xml
- strings.xml
- styles.xml
- dimens.xml
- AndroidManifest.xml
- .gitignore
- build.gradle
- keyring.gpg.aes
- signing.gradle
- signing_cleanup.sh
- signing_setup.sh
- .gitignore
- build.gradle
- dependencies.gradle
- gradle.properties
- gradlew
- gradlew.bat
- LICENSE.md
- README.md
- settings.gradle
- spotless.gradle
- spotless.license.kt
# Installation Guide
1. Get the code
git clone https://github.com/CottaCush/HiddenCam
Downloads the entire project code from GitHub to your computer.
cd HiddenCam
Moves into the project folder you just downloaded.
2. Gradle (Java/Kotlin)
Medium RecommendedPrerequisites
- Git Needed to download the project code from GitHub.
- JDK (Java) Required to build and run Java/Kotlin projects.
- Gradle If the repo includes gradlew (Gradle Wrapper), you don't need to install Gradle separately.
./gradlew build
Builds the project using Gradle.
A BUILD SUCCESSFUL message means it worked. The output is created under build/.
// repository documentation
Was this content helpful?
(0 ratings)
