Interface AbstractUI

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void initContent()
      The code to initialize the content should be place here, not in the onAttach method, or worse, in the class constructor.
    • Method Detail

      • initContent

        void initContent()
        The code to initialize the content should be place here, not in the onAttach method, or worse, in the class constructor.