In debug mode in the android studio, every variable has a number with @ like this :
container = {FrameLayout@831696387136}
I think this number is an address but I can't find this in R.java. what's this number and where it is? and in this case, I want to know where is the container refer to - can I know this with FrameLayout@831696387136? Thanks.