Android Studio的Structure侧边栏中的不同图标和符号是什么意思?

当我在Android Studio中单击“结构”侧栏时,它会显示当前类的内容.然而,有一些图标和&用于表示不同成员的符号,例如,带有字母m的圆圈用于方法等.我在哪里可以获得完整列表以及所有图标的详细信息.符号? (类似于传说/键的解释各种图标和符号是我正在寻找的)

谢谢!

解决方法:

请点击以下链接,您将在Android Studio的结构侧栏中获得有关不同图标和符号的答案:
https://developer.android.com/tools/studio/index.html
http://www.jetbrains.com/idea/help/symbols.html

编辑:

Static class initializer means >>> class object creation with class name and its properties.
Show_Something_Fragment means >> FragmentView helps to showcustom view i.e. foe example if a Fragment is inside its main activity then it helps to show the view of the fragment layout.
Outbound_changed_event means >> different attributes taken for an event.

希望现在你的疑惑很明显…….

上一篇:php-如何更改小部件菜单容器


下一篇:论文笔记系列-iCaRL: Incremental Classifier and Representation Learning