You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-14Lines changed: 12 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ Features:
8
8
- Remote Inferencing: Perform inferencing tasks remotely with Llama models hosted on a remote connection (or serverless localhost).
9
9
- Simple Integration: With easy-to-use APIs, a developer can quickly integrate Llama Stack in their Android app. The difference with local vs remote inferencing is also minimal.
Note: The current recommended version is 0.2.2 Llama Stack server with 0.2.2 Kotlin client SDK.
13
+
Note: The current recommended version is 0.2.14 Llama Stack server with 0.2.14 Kotlin client SDK.
14
14
15
15
*Tagged releases are stable versions of the project. While we strive to maintain a stable main branch, it's not guaranteed to be free of bugs or issues.*
16
16
@@ -26,7 +26,7 @@ The key files in the app are `ExampleLlamaStackLocalInference.kt`, `ExampleLlama
26
26
Add the following dependency in your `build.gradle.kts` file:
Copy file name to clipboardExpand all lines: examples/android_app/README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,15 @@
1
1
# Llama Stack Android Demo App
2
2
3
-
[](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.2.2)
3
+
[](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.2.14)
4
4
5
5
We’re excited to share this Android demo app using both remote and local Llama Stack features! The primary goal of this app is to showcase how to easily build Android apps with Llama models using Llama Stack SDKs in a chat app setup.
6
6
7
7
This app serves as a valuable resource to inspire your creativity and provide foundational code that you can customize and adapt for your particular use case.
8
8
9
9
Please dive in and start exploring our demo app today! We look forward to any feedback and are excited to see your innovative ideas to build agentic apps with Llama models. The current demo app is built using both Java and Kotlin. The majority of the activities are built with Java but the interfacing with Llama Stack APIs are in Kotlin.
10
10
11
-
**Latest Update (04/14/2025)**:
12
-
- Updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.2.2](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.2.2) and Llama Stack version [v0.2.2](https://github.com/meta-llama/llama-stack/releases/tag/v0.2.2).
13
-
- Implemented a remote RAG use-case
14
-
- Implemented the newly created local RAG support by the SDK with a use-case.
11
+
**Latest Update (07/21/2025)**:
12
+
- Updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.2.14](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.2.14) and Llama Stack version [v0.2.14](https://github.com/meta-llama/llama-stack/releases/tag/v0.2.14).
15
13
16
14
## Key Concepts
17
15
From this demo app, you will learn many key concepts of building a GenAI Andrioid app with Llama Stack libraries:
@@ -70,7 +68,7 @@ For local, here is the list of models we support currently and growing:
70
68
Include the latest Llama Stack Kotlin SDK in your `build.gradle.kts`. The demo app automatically includes this.
0 commit comments