Which Android Fragment lifecycle methods require super

后端 未结 3 1739
一向
一向 2021-01-12 02:21

Currently (Android API 17), the only mention of super in the Android Reference on Fragment is casually via some code examples (unlike the Android Reference on A

3条回答
  •  半阙折子戏
    2021-01-12 03:13

    I am typing with capital letter 'O' instead of small letter 'o'

    means : OnCreate instead of onCreate methods.

    Its a silly mistake but need to remember :)

    Thanks

提交回复
热议问题