Android Jetpack is a Google's set of libraries, tools and architectural guidance to build Android apps and provides common infrastructure code.
I was implementing Android Room Database and in one of the tutorial i found androidx.legacy:legacy-support-v4:1.0.0 dependencies. Please any …
android android-room androidx android-jetpackI have installed the latest canary version of Android Studio, and followed this (https://developer.android.com/topic/libraries/architecture/…
android android-navigation android-jetpack android-architecture-navigationHow to properly use the new WorkManager from Android Jetpack to schedule a one per day periodic work that should …
android android-architecture-components android-jetpack android-workmanagerI'm creating a layout with Jetpack Compose and there is a column. I would like center items inside this column: …
android kotlin android-jetpack android-jetpack-composeFor a new app i use Jetpack Navigation Library to implement proper back navigation. The first level of navigation is …
android android-architecture-components android-navigation android-jetpack android-architecture-navigationI want to send an extra parameter to my ViewModel, but this extends from AndroidViewModel. How can I add this …
android android-architecture-components android-viewmodel android-jetpackI have the following Activity class MainActivity : AppCompatActivity() { private lateinit var drawerLayout: androidx.drawerlayout.widget.DrawerLayout override fun onCreate(savedInstanceState: …
android kotlin navigation-drawer android-jetpack android-architecture-navigationI'm using Android Studio 3.2 Canary 14 and The Navigation Architecture Component. With this you can define transition animations pretty much as …
android android-animation android-jetpack android-architecture-navigationGoogle has released the new CameraX library as part of Jetpack. It looks great for taking pictures, but my use …
android android-jetpack android-cameraxIs it possible to pass and access arguments in a fragment using a bottom navigation view and the Navigation component? …
android android-fragments bottomnavigationview android-jetpack android-architecture-navigation