Hello world.
¿What’s the mechanism to incorporate a datawindow (say, a report) in a mobile app GUI if using a UI technology such as Xamarin or Flutter?
Hello world.
¿What’s the mechanism to incorporate a datawindow (say, a report) in a mobile app GUI if using a UI technology such as Xamarin or Flutter?
Hi Miguel,
here is what I did to build the UI for Web or Mobile applications (same codebase, multiple platforms):
- Demo from Armeen's Keynote, minute 15':00"
https://www.youtube.com/watch?v=u6xFgAwptWs&t
- Dev tools and programming, see for example minute 1h:34':00"
https://www.youtube.com/watch?v=HRKNPA1EM_o
Best,
Marco
Miguel, estamos utilizando React Native. Cualquier asesoría con gusto te podemos apoyar.
Miguel,
Lo que Appeon está trabajando es únicamente la parte NO VISUAL de los datawindows. Una vez que el datastore te regresa el JSON por medio de la API, debes utilizar tu herramienta como Xamarin para darle el formato deseado.
Miguel,
Te paso el link del video en español.
https://www.youtube.com/watch?v=nj7eEaItCrw
(122) Creando una Web API desde cero con Tokens de Autenticación de Auth0.com (IDaaS) - YouTube
Miguel,
Once that you have created your DataWindow, just export it as C# Model and create the Web API. That Web API can be consumed by any client/technology that supports JSON. I created a presentation in Elevate that takes you step by step in creating the Web API. In my case, I use PHP to call my API, but you can use any technology. Here is the video of my presentation.
https://www.appeon.com/conference/elevate-2020/live?id=248
Miguel,
Buenas tardes, espero te encuentres muy bien. Una vez que tienes creado tu DataWindow, lo que tienes que haces es convertirlo a modelo de C# utilizando nuestra herramienta SnapDevelop. El Web API creado puede ser llamada por cualquier cliente/tecnología que soporte el formato JSON. En el Elevate 2020 tengo una presentación que te lleva paso a paso para generar la Web API, es muy sencillo y rápido. Consulta el video y para cualquier duda estoy a tus órdenes.
https://www.appeon.com/conference/elevate-2020/live?id=248
Hi Miguel;
The one suggestion I have for you is to place some DataStore(s) and DW Object(s) into a .NET Assembly using Appeon's SnapDevelop tool. Making sure to wrapper this with some methods that allow the .Net Assembly to interact with the DBMS and outside world to return the datum in the format that either Xamarian and/or Flutter needs in order to display it effectively to the user. That would also be my advice to ASP.Net developers as well.
Regards ... Chris