Could you please elaborate on Adaptive cards vs Adaptive cards extension. Thank you for the refined information here.
@Andrew_Connell Жыл бұрын
Sure! Adaptive Card Extensions (ACEs) are a specific type of SharePoint Framework (SPFx) component used to extend & customize dashboards in Viva Connections / Viva Home. They leverage Adaptive Cards for their rendering. It's similar to how React uses HTML to implement the rendering. So you can think of it like this: ▶️ React :: HTML ▶️ Adaptive Card Extensions :: Adaptive Cards I recently published a video about ACEs as the overview lesson to my chapter on the same topic in my bigger course: Mastering the SharePoint Framework. You can check the video here: kzbin.info/www/bejne/bZDEiWSwfLx0mZI
@MarwenKAROUI Жыл бұрын
Thanks Andrew
@Andrew_Connell Жыл бұрын
You're welcome!
@sssaaxxxx Жыл бұрын
Hi Andrew great video. I need to develop a spfx Sharepoint or Teams app that will be install as native mobile app android & ios (like for example custom PowerApps apps through Wrap). Is it possible to do it somehow ? Any idea (PWA or similar... ?). Thank you!
@Andrew_Connell Жыл бұрын
I haven't done this before, but you might be able to do some of it as a PWA... if it's a complicated large app, I think it makes more sense to build it as its own self-standing independent app, then have a Teams app that surfaces parts of it that make sense (ie: collaboration scenarios) within Teams.