What do different icons and symbols in Android Studio's Structure sidebar mean?

前端 未结 1 1398
后悔当初
后悔当初 2021-01-05 11:20

When I click on \'Structure\' sidebar in Android Studio, it displays the contents of the current class. However there are certain icons & symbols used to indicate differ

相关标签:
1条回答
  • 2021-01-05 11:53

    Follow the link below and you will get your answer about different icons and symbols in Android Studio's Structure sidebar: https://developer.android.com/tools/studio/index.html http://www.jetbrains.com/idea/help/symbols.html

    Edited:

    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.

    Hope now your doubts are clear.......

    0 讨论(0)
提交回复
热议问题