-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to download XAML code ? #55
Comments
@macastejon can you please help IoTFlier with this question? |
Hi, this option is not still implemented, but I can show you the way. If you follow the code there is a step that generates a file called groups.json that contains the information of the spatial distribution of the detected elements. Basically it contains information of how to position the elements in a grid. You should then use this info to generate the final output in XAML. Should't be hard to go through the groups.json file and generate the corresponding XAML. Please let me know if you need more help or samples on how to proceed. |
Hi @macastejon, I appreciate your input. Samples will be really good. Is there a known limitations / scope of XAML (Xamarin Forms) controls used it the code generation? Is Grid the highest level of XAML container used for all XAML snippets? Thanks, |
Hello,
Thank you for this awesome feature.
How to change the option for the generate code language from HTML to XAML ?
Thanks.
The text was updated successfully, but these errors were encountered: