This repo is an implementation of client based on socket, continuously capturing images via camera and sending them to the server.
- source code:
/app/src/main/java/com/example/administrator/myapplication/*
- Requests for Permissions
/app/src/main/AndroidManifest.xml
- Apk
/app/build/outputs/apk/app-debug.apk
-
Open a new project in Android Studio
-
Copy the source code and files for permission requesting (intermediate files are not required) to your corresponding folder
-
Build the apk
- Main idea is from this implementation