Skip to main content

Questions tagged [android-jetpack]

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

android-jetpack
1 vote
1 answer
50 views

Jetpack compose navigation: why I have wrong hierarchy of a destination?

Problem: I have an issue with the hierarchy of my Compose Navigation. The version of compose-navigation I am using is: androidx.navigation:navigation-compose:2.7.7. Background: I am trying to ...
sunakulto's user avatar
1 vote
0 answers
29 views

Preserve the scroll position and paging data when switching tabs in Jetpack Compose

I have two tabs: Video and Magazine. The screens for both tabs are identical, utilizing Jetpack Compose for the UI. Data is fetched using the Paging 3 library from a common API endpoint, ...
Veeresh Charantimath's user avatar
0 votes
0 answers
29 views

Compose Lazy Column is very Laggy while scrolling

In my compose Application I have a simple list with LazyColumn but I'm facing a lag when I scrolling specially at first In my list I have a image loading and had some conditions but I remove those ...
amirhesni's user avatar
  • 459
0 votes
1 answer
20 views

cannot find symbol class ActivityMainBindingImpl

I am currently learning about Data binding and I did exactly as the tutorial but I keep getting the error "error: cannot find symbol class ActivityMainBindingImpl" when I run the app no ...
Zaid Hassan's user avatar
0 votes
0 answers
12 views

ScrollableTabRow maxValue incorrect cannot scroll to the tab I need

I don't think this problem has a solution but if anyone else is experiencing this please let me know what I can do! Here is the relevant code. The maxValue of the scrollState is 1125; which I assume ...
user1743524's user avatar
0 votes
0 answers
30 views

How to draw a 3D mask on the face in android media pipe

[![ After I get 468 points ( x, y ,z) from how can I draw a mask (use .obj file)on my face, please give me some tutorial make a mask in face by android java or kotlin.you have example please share ...
gowthaman C's user avatar
0 votes
0 answers
24 views

Generating jar file and deploying it to Jenkins Android

been trying to generate Jar file of my existing Jetpack Compose project. I want to: Build jar file Upload that build to Jenkins Server. I want to know, what is the correct way of doing it. I have ...
Akash Nair's user avatar
0 votes
0 answers
31 views

How to make delayed arrival of tooltips in jetpack compose?

I am using ToolTipBox and tooltip, they work fine, i can customize the appearance, but the tooltips show up too fast, so when i`m hovering over the row of buttons it looks like crazy slideshow. I want ...
KimKar's user avatar
  • 1
0 votes
1 answer
45 views

Box lose shape while scrolling LazyRow

I have a problem, when i scroll my LazyRow, boxes which going out from it lose their shape. I am using a modifier.clip(RoundedCornerShape(20.dp)) and if item is visible in row it clips, but if not it ...
Егор Сауткин's user avatar
0 votes
0 answers
21 views

how to save fragments using jetpack navigation like other apps do

Jetpack-navigation works well and is responsive in most applications. For example, YouTube: When you go into it you see fragment container and bottom navigation. Inside the fragment container there ...
TenolToSy 's user avatar
0 votes
0 answers
38 views

Navigation component, Fragments and predictive back: some clarification

I'm trying to implement the predictive back gesture in an app based over fragments and navigation component. While it works out of the box for bottom sheets and activities, it doesn't work with ...
m.i.n.a.r.'s user avatar
  • 1,030
-1 votes
0 answers
22 views

How to implement infinite nesting with Jetpack Compose

I have an application feature for menus that can have menu item customizations; and theoretically, those customizations could have their own customizations ad infinitum. Each customization is on its ...
user1743524's user avatar
3 votes
2 answers
112 views

Is there a way to use LazyRow to set the height of each child Composable to match the height of the tallest child Composable?

I'm trying to create a UI in Jetpack Compose where each child Composable has the same height as the tallest child Composable. Initially, I implemented this using Row and IntrinsicSize, but I noticed ...
user25428584's user avatar
0 votes
1 answer
43 views

Suppressing the message "Application Error. Please report this error to the app developer" in Android Automotive app

An Android Automotive app that was working fine in my car a couple months ago doesn't start correctly now. The screen says "Application Error. Please report this error to the app developer" ...
Alex Wang's user avatar
  • 1,020
0 votes
1 answer
201 views

Error related to AlarmManager permission.SCHEDULE_EXACT_ALARM or android.permission.USE_EXACT_ALARM

I have an related to AlarmManager: receiver.BootCompletedReceiver.onReceive. Someone help me fix error, this occurs when user update app on Android 14? Thank u very much Exception : java.lang....
Minh Tiến Đào's user avatar

15 30 50 per page
1
2 3 4 5
206