Posts by Igor Felipe • 33 points
4 posts
-
0
votes2
answers925
viewsQ: How to change the color of a text according to the state of the object?
How could I change the color of the text according to the state of the object, for example: const pagamento = [ { id: '1', title: '30/05/2020', state: true }, { id: '2', title: '30/06/2040', state:…
-
2
votes0
answers21
viewsQ: android Error on Gradle Signed APK
Good morning, when I click to generate the signed apk, it gives the following error: Error:Execution failed for task ':app:transformClassesAndResourcesWithProguardForRelease'. Job failed, see logs…
androidasked Igor Felipe 33 -
0
votes0
answers178
viewsQ: How do I capture data from a stream (Song name, album cover, band name)?
How could I capture the metadata of an audio stream and put some data as the album cover, song name, and display it on my Activity.
-
0
votes1
answer70
viewsQ: java.lang.Unsupportedoperationexception: Can’t Convert to Dimension: type=0x12
<?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android" …