Skip to main content
0 votes
0 answers
33 views

My goal is to make text with Dynamic Color enabled more bright and readable, like how it looks without the Dynamic Color. I know that I can set text color programmatically, but this is an approach, ...
MrCookie's user avatar
  • 101
0 votes
1 answer
60 views

I'm working with Android 15's edge-to-edge enforcement and need clarification on how enableEdgeToEdge() interacts with the windowOptOutEdgeToEdgeEnforcement theme attribute. Setup In my theme: <...
Adam's user avatar
  • 1
1 vote
0 answers
75 views

Im having an issue where attributionTag not declared in manifest of com.my.package is appearing in my logcat when i play audio using the MediaPlayer. Based on the Android documentation and other ...
Tennis Heal's user avatar
2 votes
1 answer
72 views

I’m trying to understand how VectorDrawable rendering works in Android in terms of performance. Suppose I have a vector resource defined like this: <vector xmlns:android="http://schemas....
Hussein Yaqoobi's user avatar
0 votes
0 answers
44 views

I'm maintaining legacy app which is still using XMLs and oldschool Views. I have androidx.constraintlayout.helper.widget.Flow component which has constraint_reference ids to other Views. Those other ...
Martin's user avatar
  • 2,984
0 votes
0 answers
38 views

I am implementing Jackson with this dependencies implementation ('com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.2') implementation 'javax.xml.stream:stax-api:1.0-2' https://...
stash's user avatar
  • 19
0 votes
0 answers
48 views

I have an ImageView, and below it, there is a TextView. Both are inside a ConstraintLayout. The ImageView can display either a GIF or a normal image. The TextView appears fine when I use a normal ...
Taha Kirmani's user avatar
0 votes
0 answers
26 views

Ok I feel like an idiot, my menu action item has this dark color that does not even exist in my theme, But my menu_item xml is setting it to be a tan color, xmlns:app="http://schemas.android....
Dan Anderson's user avatar
  • 1,144
10 votes
3 answers
3k views

When I increased the target SDK of the app from 34 to 35, the windowSoftInputMode in adjustResize mode no longer worked. I have tested everything and found that it is only related to the target SDK. ...
danial's user avatar
  • 155
0 votes
1 answer
81 views

I'm facing some sort of trouble setting constraint on a view on runtime with a margin. These are the y and margin coordinate when the view is displayed to the user I set the margin like that : ...
Shindra's user avatar
  • 95
1 vote
1 answer
133 views

So, I was developing this huge app back in 2020 or so, still using xmls and all of that, and then I'm out. Now, I want to continue working on that app, but I've seen things changed drastically with ...
MeApt's user avatar
  • 21
0 votes
1 answer
60 views

I have this xml but the image is only shown when I hard the width and height of the image. I am not sure why the constraints as I provided in the code are not working. <merge xmlns:android=&...
MXC's user avatar
  • 700
6 votes
1 answer
4k views

I can't create a normal project without jetpack-compose, it always includes its libraries and configurations in Android Studio, and the working project requires not using it. I expected it to open ...
Cristian Tech's user avatar
0 votes
0 answers
47 views

I downloaded and Added an SVG file to my Project's Drawable Directory. When I used it in my Layout with app:srcCompat, the Image doesn't get displayed. I even added the VectorDrawables....
Amey079's user avatar
  • 141
-1 votes
1 answer
81 views

I want to create a Weekday Picker that will utilize all the available space on the device. Here is what I have done till now. How can I make it adaptive? How can I improve its appearance? This is my ...
bhavy khanna's user avatar

15 30 50 per page
1
2 3 4 5
202