Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in android-jetpack

Passing data from one viewmodel to another android MVVM

Navigating out of ViewPager tab using Navigation Components

TopAppBar flashing when navigating with Compose Navigation

Missing Activity & Fragment+ViewModel template

Enable Android X for specific application module

Android Room Database: How to query alphabetically by name?

Jetpack Compose cant compile the app, could not find kotlin-compiler

EditTextPreference does not mask password even with android:inputType="textPassword"

Use same fragment multiple times in different navigation graph

Duplicate id, tag null, with another fragment for androidx.navigation.fragment.NavHostFragment

Why is onDestroyView in a fragment called immediately after navigating with JetPack Navigation

How to properly add options menu on a single fragment with navigation component without broke "up behavior"

How to convert TextUnit to Dp in Jetpack Compose?

Dagger2: ViewModel cannot be provided without an @Provides-annotated method

Error: Cannot access database on the main thread since it may potentially lock the UI for a long period of time. - Android Room using Kotlin

Room TypeConverter for map

java.lang.IllegalStateException :ViewTreeLifecycleOwner not found from DecorView@5ab7e30[MainActivity]

Android Jetpack Compose width / height / size modifier vs requiredWidth / requiredHeight / requiredSize

How to add animation to changing fragments using Navigation Component?

Jetpack Compose can't import Text or setContent anymore