LocationNotes for Android

The Android app is the field client for LocationNotes. It opens directly to the map, keeps note capture available when connectivity drops, and syncs back to the same LocationNotes website and API that power the public pages, account flows, and team workspaces.

Authentication API docs Support Browse public teams

Core Android workflow

Offline-first behavior

LocationNotes is designed so field capture does not stop just because the network is unstable. The Android app keeps local note and category state on the device, queues writes for later sync, and lets a user keep working until the API is reachable again.

Accounts, sync, and publishing

Authentication is required before the Android app can sync personal notes to the server, publish a note publicly, or participate in team workflows that depend on the shared server state. The same account can be used across the Android app and the website.

Notes, visibility, and teams

Notes in the Android app can stay private, be published publicly, or belong to a team. Team notes still follow the same visibility rule set used by the website and API: a team note can remain private to the owner plus current team members, or it can be public.

What still happens on the website

The Android app is not the whole product surface. The website hosts the public marketing pages, the public team directory, profile pages, public team pages, note pages, account security, exports, and delete-account workflows. Team page settings and most public-sharing administration also live on the website.

Beta builds

Android beta access is managed through the Beta Testers team. Signed-in team members can open the beta page for the current APK, and everyone else can review the team page or request access there.

Open beta access

Single deployment model

LocationNotes publishes the website and API together as one ASP.NET Core server artifact. The Android app points to that same domain for authentication, sync, public-note loading, and public content discovery. Use the API docs when you need the exact routes and JSON examples instead of the website walkthroughs.