A native Android app that keeps core business documents in sync across field employees’ managed devices — gated by the client’s Microsoft enterprise accounts, backed by SharePoint, with WebSockets replacing the old polling loop.
Field employees need the latest business documents on hand wherever they work. This native Android app keeps a synced copy of those documents on each managed device, sourced from SharePoint and kept current automatically. Access is gated by the client’s Microsoft enterprise tenant — only enrolled accounts can use it.
It replaced a brittle shell-based sync tool, and went out to 20+ internal field users.
Built for an unnamed client, so the details here are kept intentionally light.
Replaced a shell-based sync tool with a performant native Android app, with enhanced features and a real interface — deployed to 20+ internal users.
Users authenticate through the client’s Microsoft enterprise account, so only enrolled, managed identities can reach the documents.
Core business documents flow from SharePoint down to each device and stay current — the device always reflects the source of truth.
Push-based WebSocket updates replaced the old backend polling loop, making sync timelier and far more efficient on the network.
| Platform | Native Android | Rebuilt from a shell-based tool; 20+ field users. |
| Transport | WebSockets | Push updates replacing backend polling. |
| Content | SharePoint | Documents synced from SharePoint to device. |
| Identity | Microsoft enterprise | Access gated by the client’s enterprise tenant. |