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#
| Library | Autodoc URL |
|---|---|
| Android Driver | https://curity.io/docs/haapi-android-driver/latest/index.html |
| Android SDK | https://curity.io/docs/haapi-android-sdk/latest/ |
| Android UIWidget | https://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.
Related: Android Driver · Android SDK · Android UIWidget