Questions tagged [adobe-xd]

Adobe XD is Adobe's extensible experience design application. Use this tag for questions related to XD plugin APIs.

The Adobe XD plugin APIs let you automate experience design workflows, connect XD to web services, import and export content, and more.

Here are some resources to learn more about building XD plugins:

139 questions
1
vote
2 answers

Exporting or using adobe xd files for views in aspnet core

Hi I am new to frontend design. I wanted to know, is there anyway to export adobe xd files to a responsive html code by just using xd files as views ? I have designed a Html page but it is not responsive.
kamyar
  • 13
  • 4
1
vote
1 answer

Why on Finish editing of a DSP from vs code extension XD, not generating CSS, JS etc?

When importing a Design System Package(DSP) (designed in adobe XD) to vscode, after completion of editing expectation is, it generates CSS, JS etc as configured. But instead it is generating json files. Am I missing any step? Below are the steps I…
Praveen Pandey
  • 1,675
  • 3
  • 13
  • 17
1
vote
1 answer

How do I connect and how to export login/register data from an Adobe XD Login/Register Prototype to a database?

So a friend of mine designed a full website in Adobe XD including a Login/Register form BUT we don't know how to connect it to a database (easiest way ) and what should we use to export the data. We want the data that the users will put in the forms…
Julian
  • 21
  • 3
1
vote
0 answers

How can I view the design specs in adobe xd (Developing android and ios app)

How can I read the design specs in adobe xd (Developing android and ios app) I am developing an app. But the adobe xd can able to download and can able to view the downloaded images. I can't able to see the design specifications. How can I see the…
sejn
  • 2,040
  • 6
  • 28
  • 82
1
vote
2 answers

XD to Flutter plugin not exporting widgets

I made a UI with Adobe XD and after I finished it, I tried exporting all widgets but nothing is showing in Android Studio. I added the adobe_xd: dependency. I unlinked all components but it's still not working. Please help.
1
vote
0 answers

Appearance of Work Sans font is different on Adobe XD and Web via CSS

So I've been designing a website on Adobe XD and then developing it using HTML/CSS. I've been using the foundation framework for front-end. I used the font "Work Sans" and have tried to keep everything between CSS and XD identical. My CSS includes…
TDsouza
  • 910
  • 2
  • 13
  • 38
1
vote
1 answer

Adobe XD element export to flutter issue

The Issue After I installed Flutter Export in Adobe XD and Flutter and Dart in Android Studio, I wanted to Export All Widgets in XD. After attaching the right folder in the upcoming window the following text shows up: " Could not find dependencies…
user14109532
1
vote
1 answer

How do I translate an Adobe XD color into a Native react code?

I worked on the design of an application with Adobe Xd, and I’m looking for a way to convert it as much as possible in order to facilitate the coding work. In particular, I used the react Native Generator plug-in to translate my views. By modifying…
Jawado
  • 11
  • 1
1
vote
0 answers

how to export adobexd orientation scorlling prototype to Flutter with flutter plugin

I had created many prototypes in adobe xd with images that are scrollable with a landscape orientation and i used the flutter plugin but am unable to see the same exact prototype as I see in adobe xd, How can i export the scroll feature from adobe…
shahbaz
  • 145
  • 2
  • 16
1
vote
0 answers

Android Studio: Seperator Line with or text

for my login screen i want to add a seperator line with an or tag in the middle of the line. I use Android Studio and Kotlin. I do the design in Adobe XD and this is how it should look like. My idea is to use two views for the lines and one…
Philipp Fu
  • 75
  • 1
  • 6
1
vote
3 answers

Trash box is getting full quickly with dyld_shared_cache_arm64 file

My mac got a trash box always full soon. Even if I clean trash box, it cause over and over again. Does anyone know what is dyld_shared_cache_arm64 files? Please let me know how handle it.
tajihiro
  • 2,293
  • 7
  • 39
  • 60
1
vote
0 answers

How to animate strokeDashOffset in Adobe XD?

In Adobe XD, I have a dashed Path (or Line) that I need to animate. In other software, I've always done this by animating the path's dash offset (its "phase"). In Adobe XD, this property exists but is not exposed through the user interface. I've…
KasumiL5x
  • 11
  • 1
  • 4
1
vote
0 answers

Adobe XD File not opening

XD file not imported to a win10 that was designed in Mac. There was an error opening this file Error code: 87. This is not a valid XD document.
vishal sankar
  • 33
  • 1
  • 8
1
vote
1 answer

Can't import assets from adobe XD into android studio

I made a UI layout using adobe XD and wanted to export it to use in android studio. I achieved this by using the Export-kit plugin, which conveniently exported all my required assets for one page into a folder. Exported assets folder the readme.txt…
1
vote
1 answer

Linking Ecommerce app with existing Ecommerce store

Currently designed the UI of an Ecommerce app I am developing from an existing Shopify Store. I took my designs to Supernova(the design to code platform) and was wondering how I could incorporate Shopify API in the app so I can display my products…