Skip to main content
0 votes
0 answers
42 views

I’m using androidx.browser.customtabs with a CustomTabsIntent to open a webpage inside my Android app. Chrome shows a minimize button (a small arrow/down icon) in the Custom Tab UI, allowing the user ...
user3561614's user avatar
  • 1,094
0 votes
1 answer
38 views

This is my layout: <?xml version="1.0" encoding="utf-8"?> <androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android" ...
Levi Albuquerque's user avatar
0 votes
0 answers
26 views

I'm trying to switch from the deprecated ActivityTestRule to ActivityScenarioRule but facing an issue with some of the tests. I found out that I need to move from startActivity to ActivityScenario....
iamkaan's user avatar
  • 1,515
0 votes
0 answers
34 views

I am working on an Android UWB application using androidx.core.uwb. When I add multiple peers to the device list and use multicast mode, ranging does not start at all. With a single peer, ranging ...
Himang's user avatar
  • 1
0 votes
0 answers
191 views

I'm working in a Kotlin project and want to use the Room library for SQlite. So like explained on this site, I added the line id("androidx.room") version "2.7.2" to the ...
axolotlKing0722's user avatar
1 vote
1 answer
112 views

In my Android project, I have an onCreateOptionsMenu(Menu menu) to show a SearchView. The below line sets up an "X" graphic as a close button for the SearchView, which is shown when the ...
AJW's user avatar
  • 1,587
1 vote
2 answers
159 views

I am facing weird behaviour in my application and it's probably because of lifecycle of ViewModel (injected in root composable), but I can't find any information about it in documentation. Problem: ...
Cuyer's user avatar
  • 76
1 vote
0 answers
46 views

I have Navigation Component (version 2.9.0) with androidx Fragments (version 1.8.6) and Predictive Back and androidx.transitions (version 1.6.0) with gesture navigation enabled. I'm seeing this leak ...
B W's user avatar
  • 732
1 vote
0 answers
41 views

I am trying to the use facilities of the ComplicationManager in AndroidX, and to do so the Gemini AI engine tells me I need to include the following implementation directive in the dependencies block ...
John Poust's user avatar
-1 votes
1 answer
65 views

Here is the problem in its minimal version. I have an android app that does nothing except print the sdk version in its onCreate method. I am using the AndroidManifest <?xml version="1.0" ...
Arnab Chakraborty's user avatar
1 vote
1 answer
62 views

I'm in the process of changing the Screenshots created by my Android instrumentation tests androidx.test.runner.screenshot.ScreenCaptureProcessor (which worked) to the new androidx.test.core.app....
Martin's user avatar
  • 11.9k
0 votes
0 answers
13 views

The documentation for FragmentNavigator says The current Fragment from FragmentNavigator's perspective can be retrieved by calling FragmentManager.getPrimaryNavigationFragment with the ...
Maurice Lam's user avatar
  • 1,829
0 votes
0 answers
58 views

I'm developing an Android application using Jetpack Compose and facing a peculiar issue with text rendering. In my MainScreen composable, I have AnalyticsBox and HabitListItem components where text ...
Aqsa Malik's user avatar
0 votes
1 answer
95 views

I have used a custom ListPreference which worked well before. Then upgrading to Androidx, it appears this error: > Cannot resolve method 'getDialog' in 'ListPreference' import androidx.preference....
Fisher's user avatar
  • 519
0 votes
0 answers
42 views

My game uses the AndroidX game text input module. It's been working for a couple years but I recently updated to the latest version 4.0.0 and now Android Studio/Gradle can't find the source file and I ...
Bungles's user avatar
  • 2,319

15 30 50 per page
1
2 3 4 5
169