diff --git a/README.md b/README.md index d3b1b5d4..3d0bbbe8 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,8 @@ print(response.text) This repository contains a sample app demonstrating how the SDK can access and utilize the Gemini model for various use cases. -To try out the sample app, follow these steps: +To try out the sample app you can directly import the project from Android Studio +via **File > New > Import Sample** and searching for *Generative AI Sample* or follow these steps below: 1. Check out this repository.\ `git clone https://github.com/google/generative-ai-android` diff --git a/generativeai-android-sample/.google/packaging.yaml b/generativeai-android-sample/.google/packaging.yaml index 334e2036..c1e03664 100644 --- a/generativeai-android-sample/.google/packaging.yaml +++ b/generativeai-android-sample/.google/packaging.yaml @@ -22,7 +22,7 @@ technologies: [Android, AI, JetpackCompose] categories: - Artificial Intelligence - Machine Learning - - JetpackComposeLayouts + - Jetpack Compose Layouts languages: [Kotlin] solutions: - Mobile diff --git a/generativeai-android-sample/screenshots/screenshots.png b/generativeai-android-sample/screenshots/screenshots.png index b0a9412d..19ef1871 100644 Binary files a/generativeai-android-sample/screenshots/screenshots.png and b/generativeai-android-sample/screenshots/screenshots.png differ