Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.13 KB

File metadata and controls

32 lines (22 loc) · 1.13 KB

IPv64net Android App

This is the official Android app for the IPv64.net service. It's built with modern Android development technologies.

Features

  • Domain Overview: Manage your domains and see their status.
  • Healthchecks: Monitor the health of your services.
  • Integrations: Connect with other services.
  • Logs: View logs for your services.
  • QR Code Scanner: For easy setup of the app.
  • And much more!

Technologies Used

  • Kotlin: The primary programming language.
  • Jetpack Compose: For building the user interface.
  • OkHttp & Gson: For networking and JSON parsing.
  • CameraX: For the QR code scanner functionality.
  • Accompanist: For permissions handling.

Building the Project

To build the project, you need Android Studio.

  1. Clone the repository: git clone https://github.com/ipv64/ipv64-android-app.git
  2. Open the project in Android Studio.
  3. Build the project using the "Build" menu or by running ./gradlew build in the terminal.

Contributing

Contributions are welcome! Please feel free to open an issue or submit a pull request.