Color Mode


    Language

Posts Tagged "navigation"

AllSolution ArchitectureMonstarHacksAFKiOSAugmented RealityQAAndroidFlutterMachine LearningNodejsNETVaporFrontendSitecore

August 30, 2021

Safe Navigation With Jetpack Compose

Navigation is the key part of application development and Android is no exception. From Activities and Fragments transitions to Navigation Component and now, Navigation Component is available for Jetpack Compose! In this article, I would like to give a br...

Roman Levinzon

Roman Levinzon

Android

August 15, 2019

Android navigation with MVVM and State made easy

Working on a large app with a large number of screens which we organized by feature (Messaging, Settings, Profile, etc.) made me test the single activity - multiple fragments approach by using the Navigation component. This technique has the advantage of ...

Vladimir Ostaci

Vladimir Ostaci

Android