We Trade

Workflow result

📜 Description

This is the challenge for week 3. The goal is to design based on the spec given. For more detail: https://android-developers.googleblog.com/2021/03/android-dev-challenge-3.html The design is for both light and dark theme.

💡 Motivation and Context

This challenge help me to think the way compose work from design to development. Here are some issues I faced:

  • Sometime, dark theme preview not change color or image resource despite multiple refresh (it still takes color from light)
  • Android studio not responding
    • when try to run preview on device, scanning file index
    • when initializing preview
  • Preview is not showing when I set status bar transparent or hide system UI in code
  • Android Studio is slow when render multiple preview. (I noticed when I have four previews)

📸 Screenshots

   

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.