Tolga BudanoğluAndroid Jetpack Navigation: A Complete Guide to NavigationFrom Fragments to Navigation Graphs: An Essential Guide2d ago
AbdullahJetpack Compose Navigation: Passing Parcelable Data with savedStateHandleNavigating between screens in Jetpack Compose allows you to transfer data efficiently, which is essential when building feature-rich…Aug 24
Muhamed Riyas MPassing Data Between Screens in Jetpack Compose: A Comprehensive GuideIn Jetpack Compose, when building multi-screen applications, it’s essential to pass data between screens efficiently and in a way that…Oct 9Oct 9
YE MON KYAWCreating Modular Navigation in Jetpack Compose with MVVMModern Android app development involves adhering to clean architecture principles to ensure maintainability, reusability, and testability…Aug 6, 2023Aug 6, 2023
Ted James“error: package R does not exist” in Navigation after adding Assets folder: Android StudioSince adding an Assets folder to my project I now get:Aug 7Aug 7
Tolga BudanoğluAndroid Jetpack Navigation: A Complete Guide to NavigationFrom Fragments to Navigation Graphs: An Essential Guide2d ago
AbdullahJetpack Compose Navigation: Passing Parcelable Data with savedStateHandleNavigating between screens in Jetpack Compose allows you to transfer data efficiently, which is essential when building feature-rich…Aug 24
Muhamed Riyas MPassing Data Between Screens in Jetpack Compose: A Comprehensive GuideIn Jetpack Compose, when building multi-screen applications, it’s essential to pass data between screens efficiently and in a way that…Oct 9
YE MON KYAWCreating Modular Navigation in Jetpack Compose with MVVMModern Android app development involves adhering to clean architecture principles to ensure maintainability, reusability, and testability…Aug 6, 2023
Ted James“error: package R does not exist” in Navigation after adding Assets folder: Android StudioSince adding an Assets folder to my project I now get:Aug 7
Velmurugan MurugesaninHowtodoandroidAndroid Navigation Drawer Explained [Step By Step]Navigation drawer used to navigate many screens or functionalities of the app by clicking on the ‘hamburger’ icon. Swiping from the left…Jan 9, 20181
Marcin HanasinBetter ProgrammingIntent-Based Compose NavigationExploring Compose’s limits when sending more complex data structures between destinationsMar 20, 2023