https://github.com/raimonizard/android-studio-searchbar-demo
A small Android Studio project made with Kotlin and Jetpack Compose with the aim of showing a SearchBar demo
https://github.com/raimonizard/android-studio-searchbar-demo
Last synced: 30 days ago
JSON representation
A small Android Studio project made with Kotlin and Jetpack Compose with the aim of showing a SearchBar demo
- Host: GitHub
- URL: https://github.com/raimonizard/android-studio-searchbar-demo
- Owner: raimonizard
- Created: 2025-03-06T16:05:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:36:00.000Z (over 1 year ago)
- Last Synced: 2025-03-06T17:23:55.720Z (over 1 year ago)
- Language: Kotlin
- Size: 146 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android App with SearchBar Composable
## Android Studio Version
Android Studio Ladybug Feature Drop | 2024.2.2
## Language
Kotlin with JetPack Compose
## Purpose
This purpose of the **main** branch is a demo of the use of **SearchBar** Composable.
---
# Gradle dependencies
If you want to expand the current project and include MVVM pattern, which is already in place through the packages, it is necessary to add the following dependencies in the file [`app/build.gradle.kts`](app/build.gradle.kts):
``` bash
dependencies {
//LIVEDATA
implementation("androidx.compose.runtime:runtime-livedata:1.6.0")
//Material 3
implementation ("androidx.compose.material3:material3:1.2.0-alpha02")
}
```
# Screenshot
## main branch: