its more appropriate to use AnimatedVisibility(visible = expandedState) {} for adding text that will be dissapeare ANIMATED, GRADUALLY when Card become not expanded. Anyways, thanks
we can also pass a modifier parameter to fit this custome view in any container I think we can do that like this @Composable fun ...( mod:Modifier = Modifier){ Card( modifier = mod// instead of Modifier then we can add more by calling functions
The card opens animatedly when opening, but why does it close very quickly when closing? I couldn't figure out where I should animate for closing (I'm new) Thank you so much
I don't know why but all the jetpack compose made components are so laggy in my phone but the xml ones work like a charm. Please help me my development is getting affected due to this problem
Sir I am facing a problem , I make a app with dark mode ,I also take name from user and just take this to new activity but when I enble dark mode or disable dark mode the app recreate and all data gone , so please help me to not to recreate the app
I don't know what to say but your channel and teaching style is just perfect
its more appropriate to use AnimatedVisibility(visible = expandedState) {} for adding text that will be dissapeare ANIMATED, GRADUALLY when Card become not expanded. Anyways, thanks
jetpack compose is so interesting , I would like to see more
More to come! 🚀
When we clicked the text for the first time , it was animated perfectly fine, but when closing it , it wasn't have any animation
This video was really helpful. Thank you very much
all series of jetpack compose is great. I would love to see more from you.
would you like to learn together! I'm into compose from last 1month
good job, thank you
its nice example implementation 👍👏
Thank yooooooooooou the best one 👌👌👌👌👌👌👌👌👌👌
Your videos are gold
Thank you buddy 👍🙏
thanks a lot! nice explanation!
You're welcome!
Thanks for the video!
excelente, me sirvió mucho, thank you!!!
How to set up ads to cart functionality would be really great
Great video!
we can also pass a modifier parameter to fit this custome view in any container
I think we can do that like this
@Composable
fun ...(
mod:Modifier = Modifier){
Card( modifier = mod// instead of Modifier then we can add more by calling functions
Yeah and set the default modifier to Modifier.fillMaxWidth().animateContentSize(//TODO)
通俗易懂,非常好
The card opens animatedly when opening, but why does it close very quickly when closing? I couldn't figure out where I should animate for closing (I'm new)
Thank you so much
Could you use expandVertically() instead of animatecontentsize?
looking forward to animation tutorials. when exactly will the stable version be released?!
In a week or two I guess. 🤔
@@StevdzaSan is there a way to do a transition effect in compose similar to Hero() in flutter?
May i know how to make expand slide up not slide down like this video? I didnt find the solution
Still waiting for the stable version coming in July.
We all do.
if i add this to a list of cards, and click on any card, all the cards are expanded, how can i fix that so clicked one is the only that open, regards
when stable version will release any idea guy's ???
I don't know why but all the jetpack compose made components are so laggy in my phone but the xml ones work like a charm. Please help me my development is getting affected due to this problem
will be greate to see same tutorial without compose :)
With xml a lot easier
Why did you use weight instead of space between option ?
It's very complicated, like everything in Android. You explain well though.
Thanks. But Compose is rather more simpler then the View system itself. You just need to get used to. ✅
Sir I am facing a problem , I make a app with dark mode ,I also take name from user and just take this to new activity but when I enble dark mode or disable dark mode the app recreate and all data gone , so please help me to not to recreate the app
Thank to You Stevdza-san ( ノ ゚ー゚)ノ Keep Going
Plis create its tutorials in java?
Bro please upload it as git hub
Hello dear. Why don't you answer the questions?
sugoiii
Nanii
Tatakae
4:03
They removed the default generated Shapes
what is the new way?
2nd
i am getting error here in medium ==> shape: Shape = Shapes.medium,>> Unresolved reference: medium , @Stevdza-San thank you