Skip to main content
Language

Custom Activity

PhotoEditor SDK supports extending from PhotoEditorActivity and creating your custom activity to use with our editor.

Extending from PhotoEditorActivity#

Here, we create our custom activity extending from PhotoEditorActivity. We copy the layout from our demo repository and add a custom view to it.

Make sure to add your custom activity to the AndroidManifest.xml.

Set custom activity#

Here, we pass our custom activity class to the PhotoEditorBuilder. This indicates to the SDK to use the custom activity for showing the photo editor.