I have an application that after scanning a qrCode displays the item information of an API. But it has a value that changes every second in this API. I want to know how I can display this value whenever I change the screen without having to scan the Code again. I'm using the Volley library in Android Studio with Java.