Skip to content

Tag: android

How to use ArrayList get() method in Android Studio

I made a code using an ArrayList (short[]) in Android Studio but when I use the get() method it always return the last data stored and I don’t know why. I’m using two buttons, one execute adquirir_audio() just to store some values. The second one prints in the console the stored data using a for l…