searles / FractviewAndroid

Fractview, a customizable fractal viewing app for Android
6 stars 1 forks source link

Replace Callbacks in BitmapFragment by listeners #29

Closed searles closed 7 years ago

searles commented 7 years ago

For dialogs that interact with it, use an UpdateListener (eg saving, wallpaper etc...). For this BitmapFragment must maintain multiple listeners properly. This should be done with further restructuring of BitmapFragment. Finally, ProgressDialog must create a "onCancel" callback ** How do I know, which listener to remove? This could be done using the 'request_code'.

searles commented 7 years ago

Done