Class BaseFragment

  • All Implemented Interfaces:

    
    public abstract class BaseFragment
    
                        

    Fragment 的基类

    Since:

    5.10.4

    Author:

    rongcloud

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseFragment()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      void onCreate(Bundle savedInstanceState)
      void onDestroy()
      boolean onBackPressed() 返回上一页
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseFragment

        BaseFragment()
    • Method Detail

      • onCreate

         void onCreate(Bundle savedInstanceState)
      • onBackPressed

         boolean onBackPressed()

        返回上一页

        Returns:

        false:拦截返回