Top "Android-jetpack" questions

Android Jetpack is a Google's set of libraries, tools and architectural guidance to build Android apps and provides common infrastructure code.

What is the use of androidx.legacy:legacy-support-v4: dependencie

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-jetpack
Jetpack navigation: Title and back/up arrow in the action bar?

I 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-navigation
Periodic daily work requests using WorkManager

How 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-workmanager
Jetpack Compose - Column - Gravity center

I'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-compose
Android Jetpack Navigation with ViewPager and TabLayout

For 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-navigation
How to use a ViewModelProvider.Factory when extends from AndroidViewModel

I 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-jetpack
Navigation Component, Control when to show hamburger or back icon

I 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-navigation
How do I define default animations for Navigation Actions?

I'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-navigation
Can I record video with CameraX (Android Jetpack)?

Google has released the new CameraX library as part of Jetpack. It looks great for taking pictures, but my use …

android android-jetpack android-camerax