In the source, there are some '$'. I don't know about these '$' means. Where does these '$' come from? Java, or android?
public static synchronized PreferenceUtil instance(Context $context) {
if (_instance == null)
_instance = new PreferenceUtil($context);
return _instance;
}
It is also difficult to find the answer of interest and search for $. Could you anyone help?