Posts by José Aparecido • 13 points
3 posts
-
1
votes2
answers96
viewsQ: Problem when performing HTTP request on Android
I can make an HTTPS request normally in an app, but it doesn’t work when it’s HTTP. You would have to configure something in Android Studio to be able to make the HTTP request? The code of my class…
-
0
votes0
answers34
viewsQ: Delete Imagebutton in a Scrollview on Android
We are developing a communication board for people with a certain degree of difficulty, to be able to communicate through a communication board. In case it might unintentionally add more than one…
androidasked José Aparecido 13 -
0
votes1
answer136
viewsQ: Mediaplayer does not play existing sound file in Assets folder
How do I run the sound in the Assets folder in Android Studio? When the sound is in the raw folder runs normal, but I need to run in the Assets folder, to pass the name dynamically, below is the…