Hey bud! Do you know if there is any support for KMP or CMP? Tried implementing it on CommonMain and it only resolves on AndroidMain even if the dependency is declared on the CommonMain module.
Hello Bro i love you videos, can you make a video explaining how to adapt our applications in different diveces, example tablets, views in landscape or portrait, or different screens size
@@StevdzaSan thank you for your response :) enum class NavigationBarItems(val icon: Painter) { HOME(icon = painterResource(id = R.drawable.ic_home)) } i get an error @Composable invocations can only happen from the context of a @Composable function. How to fix that ?
hello bro, how can i navigate other screen with this animated navigation bar. .clickable is not working :( please help me
same situation, have you already done the navigation?
Hey bud! Do you know if there is any support for KMP or CMP? Tried implementing it on CommonMain and it only resolves on AndroidMain even if the dependency is declared on the CommonMain module.
Hello Bro i love you videos, can you make a video explaining how to adapt our applications in different diveces, example tablets, views in landscape or portrait, or different screens size
I thought you’re gonna make it from scratch 😔
I will do some custom animations/UI's in the future. :)
I was hoping the same thing
Please make a video on ripple customization of shape, color and radius in icon button, navigation bar.
I can't find anything
More tutorial please on this topic. By the way ❤ this vide0
Please make video, about how to implement Admob banner & interstitial ads in jetpack compose. we are faceing problems with that
Thanks for the idea.
How to change the background color of the AnimatedNavigationBar? *Edit: (Change barColor parameter.. duh).
You are just using a library
Teach us how we can make our own custom bottom nav bar like that
That's an open source library, you can check out the source code. Sometimes it's nice to share some interesting libraries. :)
@@StevdzaSan Please, continue to do so.
@@StevdzaSan pusti njega, samo ti snimaj :)
Nice Video :) Thanks a lot :). Is it possible to use our own Drawables from res folder for the icons ? if yes how can i do that ?
Yes you can. You can use a painter resource.
@@StevdzaSan thank you for your response :)
enum class NavigationBarItems(val icon: Painter) {
HOME(icon = painterResource(id = R.drawable.ic_home))
}
i get an error @Composable invocations can only happen from the context of a @Composable function. How to fix that ?
okay fixed by myself :)
Who is the author?
Can you make video on auto image slider in jetpack compose
th-cam.com/video/oHceF26iG4E/w-d-xo.html&si=Knf6KP5KEC1yCgBP
Please sir make videos jetpack compose with sqlite databases..
so we can not DIY instead?
You can check the library source code.
Please make a video LayzyColumn with SearchView in simple kotlin. please do not use viewmodel