Magisk/app
tonymanou dc316c5669 Set fragment title and [un]register callbacks in onStart/onStop
onStart() is called when the fragment is made visible, whereas onPause()
is called when the fragment looses focus e.g. if a dialog is shown.
Thus:
- there is no need to set the activity's title everytime the fragment
regains focus,
- it is better to listen to event tasks and refresh the state of the UI
while the fragment is actually visible, listening to events until the
fragment is destroyed is useless: if an event is received between
onStop() and onDestroy(), there will be some processing but nothing will
be shown because the fragment is no longer visible.
2017-01-15 02:37:40 +08:00
..
src/main Set fragment title and [un]register callbacks in onStart/onStop 2017-01-15 02:37:40 +08:00
.gitignore Initial Commit 2016-08-06 00:58:05 +08:00
build.gradle Bump version 3.1 2017-01-11 20:31:42 +08:00
CMakeLists.txt Add zipadjust JNI code 2016-11-23 17:25:41 +08:00
proguard-rules.pro Bump version code and ready for release 2016-12-30 05:42:03 +08:00