This repository is my first try at Jetpack Compose, I'm not actually partecipating to the #AndroidDevChallenge.
I'll keep doing this on weekends or when I feel like spending some time on it, just for fun.
Refer to the 3rd week of compose challenge, you can find it here: https://android-developers.googleblog.com/2021/03/android-dev-challenge-3.html.
I started from this template which when I generated the project was this commit.
The CI uses Spotless to check if your code is formatted correctly and contains the right licenses. Internally, Spotless uses ktlint to check the formatting of your code. To set up ktlint correctly with Android Studio, follow one of the listed setup options.
Before committing your code, run ./gradlew app:spotlessApply
to automatically format your code.
Welcome screen:
Login screen:
Home screen:
I've made some custom modification to the design in the custom branch:
- Added visibility toggle on password field
- Custom PasswordVisibilityTransformation to show the last character the user wrote
- "Favorite Collections" use a background extracted from the image color with Palette library
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.