Skip to content

Commit 70ebf2a

Browse files
committed
Update Android App README.md
1 parent cc0a0a2 commit 70ebf2a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

examples/android_app/README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# Llama Stack Android Demo App
22

3-
[![Maven Central Version](https://img.shields.io/badge/maven%20central-v0.1.7-8A2BE2)](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.1.7)
3+
[![Maven Central Version](https://img.shields.io/badge/maven%20central-v0.2.2-8A2BE2)](https://central.sonatype.com/artifact/com.llama.llamastack/llama-stack-client-kotlin/0.2.2)
44

55
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.
66

77
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.
88

99
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.
1010

11-
**Latest Update**:
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).
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.
1315

1416
## Key Concepts
1517
From this demo app, you will learn many key concepts of building a GenAI Andrioid app with Llama Stack libraries:
@@ -68,7 +70,7 @@ For local, here is the list of models we support currently and growing:
6870
Include the latest Llama Stack Kotlin SDK in your `build.gradle.kts`. The demo app automatically includes this.
6971

7072
```
71-
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.1.7")
73+
implementation("com.llama.llamastack:llama-stack-client-kotlin:0.2.2")
7274
```
7375

7476
# App UI/UX

0 commit comments

Comments
 (0)