{"id":32719057,"url":"https://github.com/prottoy-bhattacharyya/file-share-android","last_synced_at":"2026-04-13T12:01:36.372Z","repository":{"id":318684647,"uuid":"1070816195","full_name":"prottoy-bhattacharyya/File-Share-Android","owner":"prottoy-bhattacharyya","description":"Upload and share your files with ohers","archived":false,"fork":false,"pushed_at":"2026-01-12T18:01:32.000Z","size":47017,"stargazers_count":0,"open_issues_count":1,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-01-12T23:46:46.760Z","etag":null,"topics":["android","android-studio","django-framework","django-rest-framework","gradel","java","mysql-database"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/prottoy-bhattacharyya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T13:27:17.000Z","updated_at":"2026-01-12T18:01:38.000Z","dependencies_parsed_at":"2025-10-28T09:18:22.981Z","dependency_job_id":"01749843-7f19-418b-b1b3-be006494e723","html_url":"https://github.com/prottoy-bhattacharyya/File-Share-Android","commit_stats":null,"previous_names":["prottoy-bhattacharyya/file-share-android"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/prottoy-bhattacharyya/File-Share-Android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prottoy-bhattacharyya%2FFile-Share-Android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prottoy-bhattacharyya%2FFile-Share-Android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prottoy-bhattacharyya%2FFile-Share-Android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prottoy-bhattacharyya%2FFile-Share-Android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prottoy-bhattacharyya","download_url":"https://codeload.github.com/prottoy-bhattacharyya/File-Share-Android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prottoy-bhattacharyya%2FFile-Share-Android/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","android-studio","django-framework","django-rest-framework","gradel","java","mysql-database"],"created_at":"2025-11-02T18:01:53.831Z","updated_at":"2026-04-13T12:01:36.365Z","avatar_url":"https://github.com/prottoy-bhattacharyya.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# File Share Android App\n\nA file-sharing Android application that enables users to upload and share files through QR code scanning, built with Java and powered by Django REST API.\n\n##  Features\n\n- **Multi-File Upload**: Upload single or multiple files simultaneously to the server\n- **QR Code Sharing**: Generate QR codes for file sharing - receivers can download files by simply scanning\n- **User Authentication**: Secure login and signup functionality\n- **Transfer History**: Automatically saves and displays user's send and receive history\n- **Local Storage**: Efficiently stores user information locally after authentication\n\n##  Future Works\n- **⚡ Fast \u0026 Reliable**: Quick file transfers with real-time progress tracking\n\n##  Tech Stack\n\n- **Frontend**: Java (Android Native)\n- **Backend**: Django REST Framework\n- **Database**: MySQL\n\n##  Prerequisites\n\nBefore running this project, ensure you have:\n\n- Android Studio (latest version recommended)\n- JDK 8 or higher\n- Python 3.8+\n- MySQL Server\n- Android device or emulator (API level 21+)\n\n##  Installation\n\n### Backend Setup\n\n1. Clone the repository:\n```bash\ngit clone https://github.com/yourusername/file-share-android.git\ncd file-share-android\n```\n\n2. Configure MySQL database in `dbconfig.py`:\n```python\nDATABASES = {\n    'default': {\n        'USER': 'root',\n        'PASSWORD': '1234',\n        'HOST': 'localhost',\n        'PORT': '3306',\n        'database'; 'file_share_app'\n    }\n}\n```\n\n3. Start the Django server:\n```bash\npython -m uv run manage.py runserver 0.0.0.0:8000\n```\n\n### Android App Setup\n\n1. Open the `android` folder in Android Studio\n\n2. Update the API base URL in the app configuration:\n```java\n// In res/values/strings.xml file\n\u003cstring name=\"server_url\"\u003eyour_server_ip:8000\u003c/string\u003e\n```\n\n3. Sync Gradle files and build the project\n\n4. Run the app on your device or emulator\n\n##  Usage\n\n### For Sender:\n1. **Sign Up/Login**: Create an account or log in to existing one\n2. **Upload Files**: Select single or multiple files from your device\n3. **Generate QR Code**: After upload, a unique QR code is generated\n4. **Share**: Show the QR code to the receiver\n\n### For Receiver:\n1. **Scan QR Code**: Open the app and use the QR scanner\n2. **Download Files**: Files are automatically downloaded to your device\n3. **View History**: Check your receive history anytime\n\n##  Screenshots\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/59cdc9fa-bd03-446f-8bce-5f3813ba9cde\" /\u003e\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/b0c8773f-45ed-4e29-bfa2-8254efe7d85e\" /\u003e\n\u003cimg width=\"300\" alt=\"image\" src=\"https://github.com/user-attachments/assets/9ff4f6d3-895d-49b7-b7c7-5654825ba379\" /\u003e\n\n\n##  API Endpoints\n\n\n## Known Issues\n\n- Large files download may failed\n\n\n\n\n If you found this project helpful, please give it a star!\n\n## 📞 Support\n\nFor support, email prottoyvhattacharyya@gmail.com or open an issue in the repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprottoy-bhattacharyya%2Ffile-share-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprottoy-bhattacharyya%2Ffile-share-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprottoy-bhattacharyya%2Ffile-share-android/lists"}