I loved it! As someone who’s always in search of the best navigation solution, currently using Voyager and it’s the best one I’ve tried so far
@emmanuelmtera593610 ай бұрын
So simple to use
@free_guy0011 ай бұрын
Amazing...Please follow up with the Multi Module Navigation using Voyager
@yanneckreiss11 ай бұрын
I will put it on my video idea list 🙂
@MathanMaheswaran7 ай бұрын
Hey Yanneck, thanks for your amazing videos about Compose Multiplatform 🙏🏾. Currenty I start to learn building apps with compose. Will you bring more videos in the future?
@yanneckreiss7 ай бұрын
Thank you for watching. I am glad you like them 😊 Yes I will, I already have some new video ideas but I am working full time as a software developer and therefore don't have that much time to release that often 😅
@MathanMaheswaran7 ай бұрын
@@yanneckreiss I can understand 😅. Thanks anyway 🙏🏾
@harshagarwal67505 ай бұрын
Super Helpful!!!
@MRonak8 ай бұрын
Hello, nice tutorial! Was wondering if there is a way to change the navigation transition for a certain screen navigation or do i have to use the initially set transition across the app?
@ohiorenuaaigboje75009 ай бұрын
This is so amazing and simple
@sijanneupane10 ай бұрын
Helped alot! thanks! keep making more!
@scotty302411 ай бұрын
You are amazing! Thank you so much for the tutorial!
@yanneckreiss11 ай бұрын
Thank you for watching 😊
@yunusemrehalil10369 ай бұрын
Great video. Thanks bro.
@georgeopiyo60046 ай бұрын
Is it possible to share the same view model between two screens and how do you get the same instance (spolier alert still new to this). Use case I have some data in screen a that is a large data set and I dont want to pass it as an argument . Is this correct ?
@eduardoruesta51807 ай бұрын
Love it!!! thanks! im working on a sample app using Compose Multiplatform. the only doubt i have is that the back navigation is not working on my iOS simulator... How can i go back?
@trevordick269511 ай бұрын
This video was amazing thank you so much!
@BasantKumar-bg3fg8 ай бұрын
Just Wow, amazing, its helped me a lot
@yanneckreiss8 ай бұрын
Thank you very much 😊 I am happy my video was helpful for you
@riyupapa3910 ай бұрын
Good video. I have a question. compose-navigation library have a problem. That is when a conposable has WebView and navigate to another conposable and popbackstack, the WebView is disposed and recreated. How about Voyager?
@goalabs10 ай бұрын
please cover more videos on using this with the kotlin jvm desktop app..
@yanneckreiss10 ай бұрын
Thanks for your comment 🙂 I am definitely planning to make videos about how to develop not only for mobile but also for web and desktop with compose multiplatform as well in the future
@galaxiegalaxie500310 ай бұрын
Very CoOL LibrarY WoW😊❤
@kadwa_sachx8 ай бұрын
I choosed the decompose that seperates the ui logic from buissness logic.
@aditya3n6 ай бұрын
Let say i have 2 tabs, Home and Profile. When I'm on Profile screen and press back btn, the expectation is to be redirected back to Home. But currently the output is it's closing the app, instead of navigating to previous screen. Any solution for this?
@sandeepmishra797110 ай бұрын
Hey, I am using one viewModel inside my Screen1 class and sharing that to Screen2 class But when i am using navigator.push(Screen2(viewModel)) I am not able to get data from my viewModel's state class data but if i use Screen2(viewModel) instead i am getting viewModel's state class data Is there anything i am missing while using Voyager with viewModel?
@CyberSoftSolution8 ай бұрын
But How to handle BackStack in TabNavigation then ?
@YassineMikeAlpha11 ай бұрын
The content is amazing. Keep it up.
@yanneckreiss11 ай бұрын
Thank you 😊
@RachelNayfill8 ай бұрын
Hey have tried using deep links and voyager
@valhallagaming402210 ай бұрын
Hi...i am just starting Android development using kotlin......so should I start with native Android development only or should i Start with kotlin multi platform can u guide me with this
@yanneckreiss10 ай бұрын
It depends on what you are trying to achieve and your current knowledge in programming in general. If you already started with learning native Android development, I'd suggest to first get some practice with it and maybe create an example app for yourself (or even release it 😉). In my opinion that is the best way to learn a new programming language or framework. Then expand your knowledge to a broader field like for example KMP Hope that helps 🙂
@anasfarhad28454 ай бұрын
How about if someone wants to send back args from Screen B to Screen A?
@_hudeifa237 ай бұрын
what if i want some screens not to have bottombar ??
@NoPainInLife7 ай бұрын
Voyager is not working for Web. Any ideas ?
@hudeifagithub9 ай бұрын
is compose multiplatform good for medium apps in 2024 ?
@niloythings7 ай бұрын
How do I pass a data model class or pojo class from one screen to another screen?
@yanneckreiss7 ай бұрын
The argument just needs to implement Serializable. You can check out the official Voyager documentation for further information :)
@andy_lamax10 ай бұрын
now, lets do deep linking with it
@RachelNayfill8 ай бұрын
Hey. Have you tried it? I'd love to see the implementation
@MichaKrasowski2 ай бұрын
@@RachelNayfill There is none. You need to integrate with 3rd party like Rinku lib
@renzocontreras1236 ай бұрын
Navigation Drawer?
@jyashi17 ай бұрын
Messaging here to find out my handle name
@jyashi17 ай бұрын
Ahhh its @jyashi1
@yanneckreiss7 ай бұрын
Haha I am glad you were able to find it out 😄
@MichaKrasowski2 ай бұрын
Easy nor documented way to pass navigation arguments to the ScreenModel? Nope. Deeplinking? Non-existent. Toy library.
@BasantKumar-bg3fg3 ай бұрын
it's working good but there are an issue when i am navigating to another screen with arguments and whenever apps is going to background it's getting crash in android, it's throwing IOException ("java.lang.RuntimeException: Parcelable encountered IOException writing serializable object (name = LoginScreen)")
@dxvfdfx11 ай бұрын
it' really weird why jetbrains even don't provide a basic navigation solution
@yanneckreiss11 ай бұрын
I think they are still working on it and will provide one in the future (at least they state so in the link I provided in the video description). Until then we can make use of Voyager or alternative solutions. Again, thank you for watching 😊
@justinsmith398110 ай бұрын
"Navigation is a key part of modern UI applications that allows users to navigate between different application screens. Unfortunately, the Navigation component from Jetpack Compose's suite of libraries is currently unavailable in Compose Multiplatform. However, there are other third-party alternatives that you can choose from:" - JetBrains