An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Compose Android Dev Challenge ~ Week 3 ~ Speed Round

![Workflow result](https://github.com/andyb129/SpeedDesignCompose/workflows/Check/badge.svg)

## :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.
```