Questions tagged [adobecreativesdk]

The Adobe Creative SDK provides Creative Cloud and Creative Tool components for developers on iOS, Android, and Web.

The Adobe Creative SDK

Overview

The Adobe Creative SDK offers the following Creative Cloud and Creative Tool components:

Creative Cloud

  • Asset Browser UI
  • Send To Desktop API
  • Creative Cloud APIs for Files, Libraries, Lightroom photos and more

Creative Tools

  • Image Editor UI
  • Typekit UI
  • Color UI
  • Adobe Labs

Documentation

Documentation for the Creative SDK for iOS, Android, and Web can be found at creativesdk.adobe.com.

Platform-specific documentation:

Blog

See the Creative SDK blog for technical posts and examples of apps that integrate Creative SDK components.

GitHub

For sample app repos that you can fork, clone, and run, visit the Creative SDK GitHub account.

If you are just getting started with the Creative SDK, see the Getting Started repo for your platform:

Plugins

Plugins extend the availability of the Creative SDK to even more developers.

See the Plugins section of the Creative SDK GitHub page to learn more.

142 questions
1
vote
2 answers

Android - Adobe creative SDK -Aviary v4.48 crash due to Proguard configuration

I have googled it, also search in the Adobe documents and couldn't find the right Proguard configuration for Aviary v4.4.8. Adobe change the Classes and Packages and the old Proguard from the Aviary website is not working. The app crash when…
NDM
  • 944
  • 9
  • 30
1
vote
2 answers

How to make a gallery?

Hello :) I took months with the problem, I already read the documentation. https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html My application The image is connected to a url :/ I want to know how to do to put a gallery…
Mark Colling
  • 173
  • 1
  • 9
1
vote
1 answer

creative sdk of Adobe crashed in iOS project

1.I have followed the document actually 2.the crash reason is +[AVYContentPack installIndexUpdateContext]: unrecognized selector sent to class 0x100407cf0,but I cannot find the class named AVYContentPack in creative sdk 3.I have no idea,could you…
1
vote
1 answer

Programatically edit image with aviary/feather?

Is there any way to execute command with Aviary/Feather? E.g. let's say I want to edit an image but first I want to crop it via JavaScript (instead of relying on the user to crop it to my specific ratio). I know I can set the allowed crop ratios but…
Josh M.
  • 26,437
  • 24
  • 119
  • 200
1
vote
0 answers

Angular ng-show not working consistently

The Problem I'm trying to integrate the Adobe Creative SDK into my Angular app. The editor is initialized from a photo viewer modal by clicking a button, which triggers the function below. Once the editor has been initialized, the onReady callback…
1
vote
1 answer

Adobe Creative SDK / Aviary produces blurry images when cropped

A frustrating issue I've come across when setting fixed dimensions for crop presets - the resulting image is blurry, even when using a high-res source. The documentation states: Fixed-pixel cropPresets perform a resize when applied. But it seems…
schmoove
  • 493
  • 1
  • 4
  • 16
1
vote
2 answers

Get foreground from AdobeLabsUXMagicSelectionView (Adobe Creative SDK)

I'm trying to use AdobeLabsUXMagicSelectionView and I'm facing with 2 problems. I wanna "cut" the selected area (foreground) using these 2 methods: Method 1) getForeground:andMatte: It doesn't give me the correct foreground. When I select an area…
Klevison
  • 3,342
  • 2
  • 19
  • 32
1
vote
1 answer

How to Configure AdobeCreative SDK for Android gradle build..Correctly

I have just spent hours trying to find out how to configure the AdobeCreative sdk for my android app because I wanted to add photo editing to my application. The documentation was pretty good but they missed two crucial parts in there documentation…
1
vote
3 answers

android app exit when select image

I am blocked my app exit without any notification when I select images but when I select forum photo or gallery did not crashed. I use creativesdk for photo edited. screnshoot package com.lamba.selfie; import android.content.Intent; import…
1
vote
1 answer

Closing Adobe's Creative Cloud Web SDK Properly

We have created a single page application using the Creative Cloud Web SDK in conjunction with AngularJS. Right now we're having an issue where references to the editor's elements seem to persist in the page even after the editor has been removed,…
1
vote
1 answer

Creative SDK. MainActivity then launch Image Editor. then home key. then back to app. Image Editor activity disappear

I am using creative sdk of adobe's demo on android platform Operation: MainActivity then launch Image Editor. then home key. then launch app. Image Editor activity disappear. I don't know how to config to make Image Editor don't disappear. Does…
aron
  • 11
  • 2
1
vote
1 answer

Replace image with Aviary/Creative SDK Image Editor

I'm using the Aviary image editor for my project. Everything is working, but not the "save" button. I can't save or replace the current editing image, I get only an amazon path to the image, where I can open it. The support doesn't really help and…
stefjoe
  • 1
  • 4
1
vote
1 answer

Adobe Creative SDK in Swift

I'm trying to integrate Adobe Creative SDK with swift and followed the 'getting started' from the Adobe Creative documentation which does not support swift, so i looked for an example to show me how to make the bridging and implementation in swift,…
MisterGreen
  • 156
  • 9
1
vote
2 answers

Integrating Parse and Adobe Creative SDK in Android app

I am trying to integrate both Parse and Adobe Creative SDK in an Android app. But whenever I am trying to launch the app, Parse.Initialize function throws an exception related to OKHTTP. Without the Creative SDK, the app runs fine. How can I…
1
vote
1 answer

Using the Adobe Creative SDK without Creative Cloud?

Is it possible to use the Creative SDK for Android without being forced to use the Creative Cloud? If not, what are some good alternatives? I took a look at the Fotor SDK, however unfortunately it seems that you can no longer download the SDK.
JB2
  • 1,587
  • 2
  • 24
  • 40