r2-testapp-kotlin icon indicating copy to clipboard operation
r2-testapp-kotlin copied to clipboard

Implement search user interface with jetpack compose

Open axel-menu opened this issue 2 years ago • 2 comments

To use it

Modify the root build.gradle file :

ext {
        kotlin_version = '1.5.10' // compose '1.0.0' only work with kotlin '1.5.10'
        compose_version = '1.0.0'
}

Remaining issue

Doesn't show the entire previous search result when you press back and come back to the search result list

axel-menu avatar Aug 01 '21 14:08 axel-menu

It looks significantly simpler with Compose 👍

Let's wait a bit for Android Studio Arctic Fox to find its audience before merging this.

mickael-menu avatar Aug 02 '21 14:08 mickael-menu

Indeed, it's much nicer with Compose.

Nice work @axel-menu !

HadrienGardeur avatar Aug 02 '21 14:08 HadrienGardeur