https://github.com/programadorthi/compose-weather-forecast
Weather forecast built with Jetpack Compose
https://github.com/programadorthi/compose-weather-forecast
android android-studio animation dribble flutter jetpack jetpack-android jetpack-compose ui ux
Last synced: 9 months ago
JSON representation
Weather forecast built with Jetpack Compose
- Host: GitHub
- URL: https://github.com/programadorthi/compose-weather-forecast
- Owner: programadorthi
- Created: 2020-03-22T20:49:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-26T15:16:06.000Z (almost 6 years ago)
- Last Synced: 2025-04-03T11:37:07.754Z (10 months ago)
- Topics: android, android-studio, animation, dribble, flutter, jetpack, jetpack-android, jetpack-compose, ui, ux
- Language: Kotlin
- Homepage:
- Size: 31.2 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Compose
Weather forecast layout built with [Jetpack Compose](https://developer.android.com/jetpack/compose).
To try out this example, you need to use Android Studio 4.1 Canary 3 or later, and import the
project.
Screenshots
-----------

## Important
- This project was built with 0.1.0-dev06. Some behaviors implemented here maybe exists in new versions like LayoutOffset modifier.
- LayoutFractionalOffset is a feature that doesn't exists in the compose at now.
- There is no HitTestBehavior to Clickable
- Icon doesn't have a property to resize it
## Next steps
- [ ] Upgrade to new Compose version that is breaking build for now
- [X] Add particles system to create rain effect
## Credits
- [Chris Slowik](https://dribbble.com/chrisslowik) that created this awesome [Weather design](https://dribbble.com/shots/1212896-Weather-Rebound)
- [Matt Carroll](https://github.com/matthew-carroll) for the Flutter challenge before works at Flutter team
- [Android Team](https://twitter.com/androiddev) for Android SO and Jetpack Compose