Posts by Yure Santana • 95 points
4 posts
-
0
votes2
answers1280
viewsA: Recyclerview Error: No layout manager Attached
Hello, in my case I made the association of Layoutmanager, but keeps giving the error!! Method to list firebase data public void listarContatos(){ //Listagem de Contatos…
-
0
votes0
answers47
viewsQ: Method giving error when returning value
I’m making the following mistake: cannot find simbol. He gives in the method Return, I checked my code and could not locate anything wrong. Follow the code below: public ArrayList<String>…
-
1
votes2
answers167
viewsQ: Data does not persist in txt file
Good morning, I’m having a question, I have this code, which is a contact book and the data should be persisted in a txt file. What happens is that the program runs normally, but the data is not…
-
8
votes1
answer1061
viewsQ: Capture the sound of a microphone in Windows via C#
How do I capture the audio the microphone receives in Windows with C#? I want to develop a software that receives the outside sound and based on that it changes the volume of my computer.