Skip to content

Latest commit

 

History

History

README.md

📱 IP Wizard

An Android application for performing IP address calculations — including subnet mask computation, network/broadcast address lookup, and host range determination.


✨ Features

  • 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

🖥️ Tech Stack

Category Technology
Language Kotlin / Java
Framework Android SDK
Build Gradle
Min SDK Android 8.0 (API 26)

🚀 Getting Started

Prerequisites

  • Android Studio (Hedgehog or later)
  • Android SDK 26+

Build & Run

  1. Open the project in Android Studio
  2. Wait for Gradle sync to complete
  3. Connect a device or start an emulator
  4. Click Run ▶

Download APK

📥 Download APK from Google Drive


📁 Project Structure

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

🖼️ Screenshots

Pixel 6 Pro (Virtual)

Pixel 6 Pro 1 Pixel 6 Pro 2

Pixel XL (Virtual)

Pixel XL 1 Pixel XL 2


📝 Notes

  • 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