Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/umesh-patidar/composetravel
Travel App with Jetpack compose
https://github.com/umesh-patidar/composetravel
android android-application android-studio compose jetpack-android jetpack-compose jetpack-navigation jetpackcomposeapp material-design material-ui travel
Last synced: about 2 months ago
JSON representation
Travel App with Jetpack compose
- Host: GitHub
- URL: https://github.com/umesh-patidar/composetravel
- Owner: Umesh-Patidar
- License: apache-2.0
- Created: 2024-08-17T11:58:32.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-08-17T13:36:42.000Z (6 months ago)
- Last Synced: 2024-10-31T08:43:00.414Z (3 months ago)
- Topics: android, android-application, android-studio, compose, jetpack-android, jetpack-compose, jetpack-navigation, jetpackcomposeapp, material-design, material-ui, travel
- Language: Kotlin
- Homepage: https://github.com/Umesh-Patidar/ComposeTravel
- Size: 22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Travel
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# Sceen Shots πΈ
| Splash Screen | Home Screen | Detail Screen |
| ------------- | ----------- | ------------- |
||
|
|
# Compose Travel Video π₯
# Built With π
[Kotlin](https://kotlinlang.org/) - First class and official programming language for Android development.[Jetpack Compose](https://developer.android.com/compose) - Jetpack Compose is Androidβs modern toolkit for building native UI.
[Android Architecture Components](https://developer.android.com/topic/architecture) - Collection of libraries that help you design robust, testable, and maintainable apps.
[Material Components for Android](https://github.com/material-components/material-components-android) - Modular and customizable Material Design UI components for Android.
[Shared element for smooth animation](https://developer.android.com/develop/ui/compose/animation/shared-elements) - Shared element transitions are a seamless way to transition between composables that have content that is consistent between them.
[Navigation compose for Android](https://developer.android.com/develop/ui/compose/navigation) - 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.
# Design Credits π
[Compose Travel UI](https://www.figma.com/community/file/1287066164820744997) - Thanks for this awesome ui.## License π
```
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 athttp://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.
```