Android Studio 的结构侧边栏中的不同图标和符号是什么意思?
What do different icons and symbols in Android Studio's Structure sidebar mean?
当我在 Android Studio 中单击 'Structure' 侧边栏时,它会显示当前 class 的内容。然而,有一些图标和符号用于指示不同的成员,例如,带有字母 m 的圆圈表示方法等。我在哪里可以获得所有图标和符号的完整列表和详细信息? (像 legend/key 这样解释各种图标和符号的东西就是我要找的东西)
谢谢!
按照下面的 link,您将在 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.
希望现在您的疑虑已经清楚了......
当我在 Android Studio 中单击 'Structure' 侧边栏时,它会显示当前 class 的内容。然而,有一些图标和符号用于指示不同的成员,例如,带有字母 m 的圆圈表示方法等。我在哪里可以获得所有图标和符号的完整列表和详细信息? (像 legend/key 这样解释各种图标和符号的东西就是我要找的东西)
谢谢!
按照下面的 link,您将在 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.
希望现在您的疑虑已经清楚了......