https://github.com/andyb129/speeddesigncompose
Speed designed app for #AndroidDevChallenge
https://github.com/andyb129/speeddesigncompose
Last synced: 9 months ago
JSON representation
Speed designed app for #AndroidDevChallenge
- Host: GitHub
- URL: https://github.com/andyb129/speeddesigncompose
- Owner: andyb129
- License: apache-2.0
- Created: 2021-03-10T20:17:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T20:19:42.000Z (over 5 years ago)
- Last Synced: 2025-03-30T09:42:58.335Z (over 1 year ago)
- Language: Kotlin
- Size: 4.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Compose Android Dev Challenge ~ Week 3 ~ Speed Round

## :scroll: Description
This app implements the design brief set in week 3 of the Compose Android Dev Challenge
The competition was to complete this as fast as you could, but I decided to just do it in my
own time and learn a bit more about compose.
All UI is written in Compose for week 3 of the Android Dev Challenge: Compose [#AndroidDevChallenge](https://developer.android.com/dev-challenge)
Designs can be found here ~> [https://github.com/android/android-dev-challenge-compose/blob/assets/MySoothe.zip](https://github.com/android/android-dev-challenge-compose/blob/assets/MySoothe.zip)
## :bulb: Motivation and Context
Great to implement a design from a spec with multiple elements including things like;
- Edit text
- Images (vectors)
- Buttons
- Scrolling lists
- Bottom navigation
- Themes, colours & custom fonts
## :camera_flash: Screenshots
**Light Theme**

**Dark Theme**

## License
```
Copyright 2020 The Android Open Source Project
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
https://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.
```