An Android application for performing IP address calculations — including subnet mask computation, network/broadcast address lookup, and host range determination.
- Calculate subnet information from an IP address and CIDR prefix
- Displays: network address, broadcast address, usable host range, subnet mask, wildcard mask
- Clean, modern Material Design UI
- Works entirely offline — no network permission required
- Tested on multiple virtual device configurations
| Category | Technology |
|---|---|
| Language | Kotlin / Java |
| Framework | Android SDK |
| Build | Gradle |
| Min SDK | Android 8.0 (API 26) |
- Android Studio (Hedgehog or later)
- Android SDK 26+
- Open the project in Android Studio
- Wait for Gradle sync to complete
- Connect a device or start an emulator
- Click Run ▶
📥 Download APK from Google Drive
ip-wizard/
├── app/ # Main Android application module
│ └── src/ # Source code and resources
├── gradle/ # Gradle wrapper
├── build.gradle # Project-level build config
├── settings.gradle # Module settings
├── gradlew / gradlew.bat # Gradle wrapper scripts
├── Images/ # App screenshots
└── README.md
Pixel 6 Pro (Virtual)
Pixel XL (Virtual)
- Version 1.0.0.2 — the most stable release. Developed through 4 iterations (including one incomplete version).
- Special thanks to Abishak for support during development.
Made with ❤️ as part of a learning journey