HackerTrans
TopNewTrendsCommentsPastAskShowJobs

paulcam206

no profile record

comments

paulcam206
·4 ปีที่แล้ว·discuss
It's also MIT licensed, and we're still very much working on it :)
paulcam206
·4 ปีที่แล้ว·discuss
filed https://github.com/microsoft/AdaptiveCards/issues/7475 to track :)
paulcam206
·4 ปีที่แล้ว·discuss
When I was first introduced to AdaptiveCards, it took me a while to grok just what it's for.

This video is a good walkthrough covering the type of scenarios that are enabled with their use: https://www.youtube.com/watch?v=wT1yFr_j6IM
paulcam206
·4 ปีที่แล้ว·discuss
Probably the first thing to call out is that solving cross-plat UI in the general case is a non-goal for Adaptive Cards. It's not intended to replace e.g. ReactNative. Adaptive Cards exists to allow small snippets of card-like UI to be defined and shared across platforms.

The problem with using HTML (or a subset thereof) to solve this problem is that it necessarily requires HTML rendering on every platform you want to support.

If your intent as a dev is to integrate card-like experiences into an existing app, requiring a web rendering surface might be too heavyweight... and even if apps chose to adopt web rendering, there would still be the issue of getting styling to line up.

The goal of Adaptive Cards is to use a platform's native rendering and controls. Apps should get native performance with native styling.

Of note, these cards may not be originating from within your team, so there's no way to guarantee that card authors will make design choices that fit within the design language of your app. The solution is to only allow for semantic styling choices (e.g. card author can't specify "Ubuntu Mono" as the font, but can specify "monospace"). The app hosting the card gets to define how these semantic choices are actually implemented.
paulcam206
·4 ปีที่แล้ว·discuss
Hey everyone -- I'm a dev on AdaptiveCards and happy to (attempt to) answer any questions folks might have :)

I'd be remiss if I didn't mention our monthly Community Calls. Feel free to join in! You can grab a .ics reminder here: https://aka.ms/adaptivecardscommunitycall