Skip to content

What is the meaning of $ #3307

Answered by iBotPeaches
RealYukiSan asked this question in Q&A
Discussion options

You must be logged in to vote

They normally denote a child/inner class. I can't see the context/file to be sure, but thats generally the reason.

Its easier to see this with R.java

public final class R {  
    public static final class attr {  
    }  
    public static final class drawable {  
        public static final int ic_launcher=0x7f020000;  
    }
    // ...
}
➜ ls
'R$color.smali'  'R$drawable.smali'  'R$mipmap.smali'  'R$string.smali'  'R$xml.smali'   R.smali

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RealYukiSan
Comment options

Answer selected by iBotPeaches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants