- 25 Jan, 2017 7 commits
- 24 Jan, 2017 5 commits
- 14 Jan, 2017 10 commits
-
-
c727 authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
No need to catch IllegalStateException as we display the fragment from onCreate() without delay.
-
tonymanou authored
Event unregistered in onDestroy() should be registered in onCreate() to avoid being registered multiple times.
-
tonymanou authored
-
tonymanou authored
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.
-
tonymanou authored
-
- 11 Jan, 2017 18 commits
-
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
topjohnwu authored
-
killer7Mod authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
It is better to display empty strings rather than forget to reset textviews when a viewholder is reused!
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-
tonymanou authored
-