-
This is a suggestion to migrate the app to the Android Architecture Components which include ViewModels, LiveData and Data Binding. It is a part of Android Jetpack.
Migrating to MVVM has many advan…
-
After playing around with Jetpack Compose, I find that it supports changing view colors through color int instead of styles out of box. By the time of its stable release, this library may be replaced …
-
Hi, I'm going to start an application in Android Compose. I wanted to know if the project will put the view in Compose or if there is an example to know how to do it.
Thanks in advance.
-
## Nice work!
![celebrate](https://octodex.github.com/images/jetpacktocat.png)
You've created your first GitHub Action and this course is now complete! I'll stop responding but the fun doesn't have …
-
Currently packaging is really slow, and broken when symlinks are involved (they're not recognized as links, and in case of circular references packaging process just hangs)
It most likely can be at…
-
Fundamentals
https://getstream.io/blog/android-developer-roadmap-part-5/#jetpack-compose
Learnings so far [here](https://github.com/hardikm9850/Android-Playground/blob/main/compose_base/Compose%20…
-
**Fence bug**
The fence is not having good texture if you connect it and give it a block texture.
**To Reproduce**
Steps to reproduce the behavior:
1. Get a imitation fence
2. Use a block on fe…
-
This ticket is something like the master ticket to coordinate development on an iOS port of StreetComplete. It replaces #1892 which also included a lot of discussion and research / observation wor…
-
I'm not sure if it should be posted here .. or in the VisualWorkbench issue tracker.
If someone picks the Blacksmith class and tries repairing something by using an anvil .. it crashes the server.
…
-
Some bindings are meant to be injected only in the scope in which they are defined, such that injecting them in a subscope is a logical bug. For example, let's say that I add a `Closer` binding to my …