A complete working integration example

The sample project demonstrates how to integrate and use Codenia Photo Editor for Android in a real Android application.

It shows the recommended dynamic usage of PhotoEditorView, including image loading, editor creation, callback handling, back navigation handling, and proper removal of the editor view after use.

The project also includes examples for common customization options such as tools, stickers, fonts, filters, and UI appearance.

Use it as a practical reference to get started quickly and understand the recommended integration flow.

The complete source code is available on GitHub:

View on GitHub