This is a simple one-screen Jetpack Compose UI app that shows a list of movies, with the ability to search the list. It aims to be a real example that is simple and straightforward, useful to those touching Compose UI for the first time.
The search screen can be found in MainActivity
/ MainScreen
in the app
module.
- Download Android Studio Arctic Fox (Android studio archive).
- Open the root
build.gradle
in Android Studio viaFile > Open
. - Run it
Copyright 2021 Pete Doyle
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.