An Android application for managing and printing labels on the go. This app serves as a mobile client for the Label Commander ecosystem, communicating with the Label Commander Server.
Label Commander Android provides a convenient mobile interface to design and send print jobs to your label printer remotely via the Label Commander toolset.
This app is part of the broader Label Commander ecosystem. Check out the other components:
- Label Commander Server: The backend API and server that processes requests and interfaces with the label printer.
- Label Commander (CLI): The core command-line tool and library for generating and printing labels.
This project uses GitHub Actions for continuous integration. APKs are automatically built in the cloud when new code is pushed or tagged. You can download the latest compiled APK directly from the Releases page or from the artifacts of a successful GitHub Actions workflow run.
To build the project locally, clone the repository, open it in Android Studio, or run the standard Gradle build commands from the terminal:
cd LabelMaker
./gradlew assembleDebug