Compose Travel Screen is a sample lock screen app build with jetpack compose .
This sample showcases:
- Travel Screen
- Destination Detail
- Compose Navigation
- Compose Shared Transition
Splash Screen | Home Screen | Detail Screen |
---|---|---|
Kotlin - First class and official programming language for Android development.
Jetpack Compose - Jetpack Compose is Android’s modern toolkit for building native UI.
Android Architecture Components - Collection of libraries that help you design robust, testable, and maintainable apps.
Material Components for Android - Modular and customizable Material Design UI components for Android.
Shared element for smooth animation - Shared element transitions are a seamless way to transition between composables that have content that is consistent between them.
Navigation compose for Android - The Navigation component provides support for Jetpack Compose applications. You can navigate between composables while taking advantage of the Navigation component's infrastructure and features.
Compose Travel UI - Thanks for this awesome ui.
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.