Package eltos.simpledialogfragment
Schnittstelle SimpleImageDialog.BitmapCreator
- Umschließende Klasse:
SimpleImageDialog
public static interface SimpleImageDialog.BitmapCreator
-
Methodenübersicht
-
Methodendetails
-
create
Create and return your image here. NOTE: make sure your class is public and has a public default constructor! Also, nested classes should be static.- Parameter:
tag
- The dialog-fragments tagextras
- The extras supplied toSimpleDialog.extra(Bundle)
- Gibt zurück:
- the image to be shown
-