Skip to main content

πŸ”Œ Android integration flow

  1. Install the SDK and configure Gradle β€” Installation (includes required NDK ABI filters)
  2. Initialize in Application or first Activity β€” AzeooSDK.initialize
  3. Connect after login β€” AzeooSDK.shared.connectUser with a User JWT from your backend
  4. Embed β€” modules.nutrition.getFragment()

See Quick start for full code.

Wait for initialize callback before connect. Register Application in manifest if you init there.