Use XAML as XD's file format
It would be nice if Adobe supports XAML standardization, and made XAML its code behind Adobe XD, including integration options with Xamarin.Form.
-
Štefan Jančár commented
I want this
-
Keith Stone commented
I'd definitely want this.
-
Michael McConnell commented
We would love to see XAML support that is compatible with WPF and Xamarin.Forms
-
Anonymous commented
I want this
-
Ahmed Allam commented
would be nice
-
Anonymous commented
Would be fantastic
-
Claudio commented
Very important feature! Please implement it
-
Andy Campbell commented
It would streamline the development workflow between the UI designers and the code development teams enormously. XD for visual development and Xamarin for development of the code behind -"Apps in aSnap !"
-
Guilder Milliner commented
IT will be cool if the designers can use a tool that was built for them to handle the creation of a prototype, and the front end developer can import it and continue working on it using visual studio a tool that was built for them
-
Nicolai commented
Exporting to xamarin forms xaml would save me so many hours!
-
Anonymous commented
This is a no-brainer. Make it so.
-
Isaque commented
I fully agree @Emasoft
"XAML is an UI markup language. Recently XAML addes native support for SVG elements. It means that you can export an entire prototype made in AdobeXD in XAML, and import it as the UI layer directly in Visual Studio or Visual Studio Mac. That would make UI prototyping and UI development amazingly fast."
-
Anonymous commented
I am talking about import .net projects like WPF into Adobe XD and design it with built-in tools, effects, text boxes, icons... also it could be nice to create new specifics with visual mode.
make everything based on fully drag and drop mode.
also, it could be nice to import HTML files and begin to edit and add new effects them.
all that Adobe needs is make everything fully and make an environment to build new animations, tools (customise the tools), forward animation and effects with a mouse only also can be perfect to combine them.
full drag and drop with special tools + good effects, for example, add new effects to the header, footer, the body content is first thing that any user is thinking it.
some websites that I love to design like them are:
http://www.tehrangamecon.com/
http://www.cellpackint.com/ -
Anonymous commented
Import and Export the projects directly
it would be nice to import and export the projects directly.
also, some built in effects and tools can be perfect.
add effects with only set some settings and with visual mode. -
Chris commented
Lets not bloat this awesome web designer with some obsolete technologies only few people will use please.
-
Emasoft commented
XAML is an UI markup language. Recently XAML addes native support for SVG elements. It means that you can export an entire prototype made in AdobeXD in XAML, and import it as the UI layer directly in Visual Studio or Visual Studio Mac. That would make UI prototyping and UI development amazingly fast.
-
Isaque commented
Another interesting possibility would be Adobe XD, to have a toolbox of customizable UI controls, with the following controls.
-
Isaque commented
Here are two ideas:
1: Make the code behind Adobe XD be XAML, ie the file generated by Adobe XD be a XAML file, and Adobe support the definition of the XAML standard.
https://github.com/Microsoft/xaml-standard/issues/182
2: Since the code behind of Adobe XD is XAML, implement an exporter of UI elements to XAML, how this would work:For example:
Let's imagine that you drew a rectangle with yellow rounded corners and added the following text in it "Login", right after you've grouped it, and now you want this to be a button, simply you click convert to button, and then click on toggle For XAML or click show XAML code and copy to clipboard, then you just paste the code in Xamarin.Forms in Visual Studio.
This would make life easier for millions of developers.