How can you pass a text value in adobe creative sdk image component?

I am creating an Android application and using the Adobe Creative SDK.

I want to know whether it is possible to pass a text value to the component of the SDK image editor interface, which should be superimposed on the image.

0
android aviary adobecreativesdk
source share
1 answer

It is currently not possible to transfer a string to the Creative SDK Image Editor user interface from another part of your application.

The image editor allows users to add text to their photo using the Text tool: enter image description here

0
source share

All Articles