https://kotlinlang.org logo
a

Andrey Kulikov

08/02/2021, 12:20 PM
Added a simple demo on how to implement a fullscreen tutorial overlay which highlights one of the buttons on the screen. In case someone was curious how to implement that in Compose. The code is here
👍🏼 4
👍🏾 1
👍🏻 2
K 12
👍 29
c

Colton Idle

08/02/2021, 1:05 PM
Ah yes. Thank you @Andrey Kulikov was just working on something like this the past few days. Your impl looks solid 💯
Also... why haven't I seen this repo before? What other googlers have compose sample repos I don't know about? 😅
n

Nipun Rajput

08/03/2021, 6:02 AM
AndroidRuntime: FATAL EXCEPTION: main Process: compose.photoapp, PID: 16852 java.lang.AbstractMethodError: abstract method "void androidx.lifecycle.DefaultLifecycleObserver.onCreate(androidx.lifecycle.LifecycleOwner)"
2 Views