RexSoft · Articles · Case Studies

Article

Round Might Manager: Android App for Handling Delivery Tasks

Tools: C# · XAML · .NET Hybrid · Google Maps · Tesseract OCR · MAUI Camera

The "Round Might Manager" web application is an integral part of the "Round Might" software package, a comprehensive solution designed to streamline the daily operations of postal workers. Developed using Microsoft .NET, the package simplifies tasks such as sorting and delivering mail by integrating multiple specialised applications.

The "Round Might" software package consists of the following components:

  1. Secured Data Server: A robust server with a relational database that stores all postal data securely. All apps of the package communicate with the server through Web API endpoints.
  2. "Builder" App: A web application for adding, editing, and organising postal data in the database (a desription is here).
  3. "Manager" App: A mobile application designed to sort and prepare daily mail for specific delivery routes efficiently.
  4. "Navigator" App: A mobile navigation app that provides visual guidance, route optimisation, and delivery tracking for postal workers (a desription is here).

This article focuses on the "Round Might Manager" Android app, part of the "Round Might" software package. The app is designed to streamline postal operations, enabling efficient handling of delivery tasks for postal workers.

Technology Stack

The app is built using the Blazor Hybrid .NET 7 framework, combining Bootstrap and MudBlazor for most front-end elements. The Recognition page, however, uses XAML for enhanced functionality.

The interface dynamically adapts its colour scheme based on the app’s mode:


This colour-coded design ensures users can easily distinguish between modes. Switching between modes is seamless, as both are implemented on a single page and share the same data. Users can toggle modes instantly using the top-left button on the navigation bar.


Offline Capability

The app is designed to operate in fully offline mode, ensuring users can work efficiently in areas without internet access. After downloading round data to the device's file system, the app transitions to offline mode, enabling:

This offline-first approach makes the app highly reliable in remote or connectivity-challenged environments.


Core Features and Functionality

The main page displays the structure of postal rounds, including areas, groups, and delivery points. The app offers different interactions depending on the mode:

INDOOR MODE


Adding Tasks to the Daily Route

There are five fast and flexible methods for adding tasks, depending on the type of mail and user preference:

  1. Tapping an Address: Add a task directly from the main screen.
  2. Recognition Module: Tap SCAN, then Scan Address to use OCR on printed or handwritten labels.
  3. Manual Entry Module: Tap POSTCODE at the bottom of the screen to manually select a postcode using an intuitive, rapid button-based system.
  4. Barcode Scanner: Tap SCAN, then Scan Barcode to decode barcodes from parcels and retrieve address data.
  5. Search Module: Tap SEARCH to find addresses by partial street name, postcode, or area using autocomplete.
Recognition Module


Manual Entry Module

Designed for ultra-fast address selection in four taps:


Barcode Scanner


Search Module

This is an efficient option for quickly finding addresses using minimal input.



OUTDOOR MODE


Parcels List View


Task Summary and Options


Additional Tools
Round Finder

This tool is invaluable for sorters, especially novices. It enables fast identification of physical round locations (frames for letters or bags for parcels) with just three taps:


Deployment and Testing

The app has been deployed and tested on multiple Android 13 devices in real-world postal environments. Its offline-first design ensures that postal workers remain productive even without network connectivity.


The "Round Might Manager" app demonstrates how thoughtful use of modern technology, combined with robust offline support, can dramatically improve efficiency and reliability in postal operations. It equips workers with all the tools they need to manage daily routes—quickly, intuitively, and effectively.