Android Reference#

The per-library auto-generated KDoc / API reference for the Android HAAPI stack lives at the URLs below. Each is generated from the library’s source comments and reflects the latest released version.

Per-Library Reference#

LibraryAutodoc URL
Android Driverhttps://curity.io/docs/haapi-android-driver/latest/index.html
Android SDKhttps://curity.io/docs/haapi-android-sdk/latest/
Android UIWidgethttps://curity.io/docs/haapi-android-ui-widget/latest/

When to Use the Autodoc#

The autodoc is the canonical source for:

  • Full public API surface — class names, method signatures, property types
  • Per-component styleable attributes (UIWidget) — huiInputTextViewStrokeColor, huiSpinnerTextViewSelectorBackground, etc.
  • Per-fragment extensibility hooks (UIWidget) — HaapiFlowFragment, FragmentResolver, factory signatures
  • Constructor and method KDoc straight from source

Use the layer pages in this guide for configuration patterns, task walkthroughs, and conceptual depth; click through to the autodoc for per-symbol reference.

Was this helpful?