/Muecke

Puppy adoption app for the #AndroidDevChallenge

Primary LanguageKotlinApache License 2.0Apache-2.0

Mücke

Workflow result

📜 Description

Entry for the Jetpack Compose Dev Challenge.

Originally supposed to be an app about puppy adoptions, I kind of went off track and now it's an app about Mücke, who is not a puppy anymore and actually not up for adoption 😅 No regrets though 😤

💡 Motivation and Context

I wanted to try Jetpack Compose, since I like how reactive development works in React and Flutter. Declarative programming is clearly the paradigm of the future for UI development. Also I got a ton of cute dog pictures.

Some minor challenges I encountered:

  • Scrolling becomes very laggy when using lots of Images with drawables. I solved this by loading images asynchronously with Chris Banes' accompanist-coil.
  • NavHost uses viewmodels, which breaks the @Preview composables.
  • Implementing the navbar (up navigation, dynamic titles) was kinda tricky. Maybe there is a more idiomatic way.

📸 Screenshots

list of puppiesdetail screen

License

Copyright 2020 The Android Open Source Project
Copyright 2021 Mike Klimek

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.