π€ Android SDK Overview
Native Kotlin SDK: embed nutrition and training as Fragments inside your app.
Entry pointβ
AzeooSDK.initialize(context, apiKey, β¦)AzeooSDK.shared.connectUser(token, gender, height, weight, β¦)AzeooSDK.shared.modules.nutrition.getFragment(β¦)
Requirementsβ
- minSdk 21+
- Kotlin
- Local AAR or internal Maven (see Installation)
Sample appβ
example/android/ in the monorepo β copy MainActivity, ConnectFragment, NutritionFragment.
Docs mapβ
| Topic | Page |
|---|---|
| Install | Installation |
| NDK ABI filters (required) | Installation β Step 4b |
| User JWT | Creating the User JWT β payload, signing, backend examples |
| First run | Quick start |
| Config | Configuration |
| API | Client |
| UI | UI components |