"share as zip" for Android
A lightweight Android application that zips one or multiple shared files into a temporary archive and opens the system share sheet to re-share the resulting ZIP file.
- Accepts single or multiple shared files via Android share intent
- Compresses files into a timestamped ZIP archive in the app’s cache directory
- Opens the native Android share sheet to re-share the generated ZIP
- Automatically cleans up temporary archives after sharing completes
- Android Studio (or any compatible IDE) for building and debugging the project. Courtesy of AndroidIDEOfficial.
- Android SDK (API level 21+ recommended)
- Java 17 or higher
- Clone this repository:
git clone https://github.com/BR1JM0H4N/zip2share.git cd zip2share - Open the project in Android Studio.
- Let Gradle sync and resolve dependencies.
- Build and install the app on your device or emulator.
Note: Pre-built Signed APKs are also available in the
assetssection for direct download and installation and unsigned APKs are inActionsunder workflow > build > Artifacts.
- In any app or file manager, select one or more files and tap the Share button.
- Choose zip2share from the share targets.
- The app will generate a ZIP archive and immediately open the share sheet.
- Select your desired app (email, messaging, cloud storage, etc.) to send the archive.
demo2.mp4
- Icon and original idea by AlphaCodec
- Developed using the Android Studio environment provided by AndroidIDEOfficial
Custom Non-Commercial License (Modified MIT License) Copyright (c) 2025 Br1jm0h4n
Permission is hereby granted, free of charge, to any person obtaining a copy of this Software and associated documentation files (the “Software”), to use, copy, modify, and distribute copies of the Software solely for non-commercial purposes, subject to the following conditions:
-
Attribution. The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. All derived works must provide proper credit to the original author, Br1jm0h4n.
-
Non-Commercial Use. The Software, in whole or in part, may not be used for any commercial purpose, including but not limited to selling, licensing, or incorporating it into a product or service offered for profit, without the express prior written consent of the copyright holder. Any request for commercial usage should be directed to the copyright holder for permission.
-
No Warranty; No Liability. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES, OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT, OR OTHERWISE, ARISING FROM, OUT OF, OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
By using the Software, you agree to be bound by the terms and conditions of this License.