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: examples/android_app/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Llama Stack Android Demo App
2
2
3
-
[](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.1.4.2)
3
+
[](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.1.7)
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
@@ -9,7 +9,7 @@ This app serves as a valuable resource to inspire your creativity and provide fo
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
11
**Latest Update**:
12
-
(03/14/2025) We have updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.1.4.2](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.1.4.2) and Llama Stack version [v0.1.4](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.4).
12
+
(03/19/2025) We have updated the demo app to be compatible with Llama Stack Kotlin SDK [v0.1.7](https://github.com/meta-llama/llama-stack-client-kotlin/releases/tag/v0.1.7) and Llama Stack version [v0.1.7](https://github.com/meta-llama/llama-stack/releases/tag/v0.1.7).
13
13
14
14
## Key Concepts
15
15
From this demo app, you will learn many key concepts of building a GenAI Andrioid app with Llama Stack libraries:
@@ -61,7 +61,7 @@ For local, here is the list of models we support currently and growing:
61
61
Include the latest Llama Stack Kotlin SDK in your `build.gradle.kts`. The demo app automatically includes this.
0 commit comments