Language
Custom Activity
VideoEditor SDK supports extending from VideoEditorActivity and creating your custom activity to use with our editor.
Extending from VideoEditorActivity#
VideoEditorActivity#Here, we create our custom activity extending from VideoEditorActivity. 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 VideoEditorBuilder. This indicates to the SDK to use the custom activity for showing the video editor.