An open API service indexing awesome lists of open source software.

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

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:
App activity