Adriel Café
12/21/2021, 12:34 PMColton Idle
12/21/2021, 2:39 PMorg.jetbrains.compose:compose-gradle-plugin:1.0.1-rc2
I now get a crash in release mode (aka R8 enabled) of
java.lang.IllegalAccessError: Method 'void android.view.View.onAnimationEnd()' implementing interface method 'void coil.target.Target.onAnimationEnd()' is not public (declaration of 'androidx.compose.ui.platform.AndroidComposeView'
Anyone else encounter this by chance or know where would be the right place to file. Not sure if it's agp/r8/c4d/coil.Glen
12/21/2021, 3:22 PMTianyu Zhu
12/21/2021, 3:40 PMDima Avdeev
12/21/2021, 7:44 PMDima Avdeev
12/21/2021, 8:27 PMhttps://www.youtube.com/watch?v=FXYaigfuk38▾
Pavle Joksovic
12/22/2021, 3:07 PM/Users/joksovic/ic_re_center_dark.svg
to a painterResource
I get
Exception in thread "AWT-EventQueue-0 @coroutine#12" java.lang.IllegalArgumentException: Resource /Users/joksovic/ic_re_center_dark.svg not found
what am I doing wrong?halirutan
12/22/2021, 4:57 PMdrawVertices
functions that don't call drawing functions over and over again, but work on arrays
Now there are several obstacles. One is, if I scale the viewport, the glyphs of the fonts are also scaled but I think that can be solved rather easily.
My question is, is there any example code that does something similar because most of the examples/tutorials only use transformations for animations? Even after a rather careful search, I couldn't find anything remotely related to what I try to do which is "plotting mathematical functions". If someone has hints or links how I could approach this or why my plan is destined to fail, I'm all ears.leysont
12/22/2021, 5:08 PMGlen
12/22/2021, 6:42 PMGrian
12/22/2021, 7:18 PMTextField
activated by default like when it has a value by default, i.e: attached picture, I'm using the builtin Material Themeolonho
12/23/2021, 3:49 PMDavid W
12/23/2021, 6:08 PMhalirutan
12/24/2021, 10:39 AMKirill Grouchnikov
12/25/2021, 3:06 AMsoderbjorn
12/25/2021, 9:00 PMbuildFeatures
block, and a org.jetbrains.compose
plugin? This breaks preview support in Android Studio (I'm aware Jetbrains provides their own preview plugin for Compose though, although I couldn't get it working due to some Kotlin incompatibility). Does this different setup imply that the Android module in a multi-platform project might always be one step behind Google and require "special treatment" to work? Compose for Desktop would be very compelling if the Android module could use the latest available features from the latest version of Google's Compose -- and take full advantage of all Android Studio features including preview -- even if of course desktop and web implementations would have to use the Jetbrains implementation which would not have complete feature parity. Maybe this is how it works? I could be misunderstanding something. (I'm very impressed by Compose for Desktop despite these questions / reservations, by the way. And Happy Holidays!)David W
12/27/2021, 1:58 AMisInEditMode()
from standard Android.Alexander Suraphel
12/27/2021, 4:40 PMluen
12/27/2021, 6:44 PMAlexander Kurasov[JB]
12/28/2021, 6:30 PMhttps://www.youtube.com/watch?v=sf60rYZVPzQ▾
maarten ha
12/29/2021, 2:20 PMAyfri
12/29/2021, 9:24 PMSrSouza
12/29/2021, 11:35 PMbenkuly
12/30/2021, 10:37 AMLocalDensity
is 1, but it is set to 200% in Gnome Settings. Any ideas? It seems like there is no real high dpi support.Ali Albaali
12/30/2021, 7:17 PMDavid W
12/30/2021, 10:40 PMThomas
12/31/2021, 1:30 AMLazyVerticalGrid
would be very useful for desktop applications.Ali Albaali
01/04/2022, 3:21 PMspierce7
01/05/2022, 6:55 PMSebastian Kürten
01/06/2022, 9:29 PMmutableStateOf()
and a background thread for potentially longer running tasks that deliver data and alter state variables. Now sometimes buttons etc. also write to such state variables. Now we're wondering about thread safety and what kind of synchronization mechanisms we might need. I realize the state handling and snapshots do a lot of heavy lifting for us, but it would be really nice to read some documentation about that. I find next to nothing on that topic in the compose docs: https://developer.android.com/jetpack/compose/documentation We have found Zach's series "Compose state explained" https://dev.to/zachklipp/series/12895 and the articles there are very insightful. Still I'm wondering if there might be other "official" resources such as docs on those topics that we might have missed?Sebastian Kürten
01/06/2022, 9:29 PMmutableStateOf()
and a background thread for potentially longer running tasks that deliver data and alter state variables. Now sometimes buttons etc. also write to such state variables. Now we're wondering about thread safety and what kind of synchronization mechanisms we might need. I realize the state handling and snapshots do a lot of heavy lifting for us, but it would be really nice to read some documentation about that. I find next to nothing on that topic in the compose docs: https://developer.android.com/jetpack/compose/documentation We have found Zach's series "Compose state explained" https://dev.to/zachklipp/series/12895 and the articles there are very insightful. Still I'm wondering if there might be other "official" resources such as docs on those topics that we might have missed?Kirill Grouchnikov
01/06/2022, 9:52 PMSebastian Kürten
01/07/2022, 8:10 AM