Skip to content

Latest commit

 

History

History
77 lines (50 loc) · 3.7 KB

.howto-template.md

File metadata and controls

77 lines (50 loc) · 3.7 KB

How to [complete TaskX]

  • This document template is for How-tos that take the reader step by step through completing a particular task that might be encountered while developing an Uno Platform app.

  • How-tos should be sufficiently detailed that a reader following along will, at the end, have a working app which demonstrates the desired end result.

  • Do link to the rest of the documentation, and to the UWP documentation where appropriate.

  • Do link to the final working code. Normally you'll upload it to Uno.Samples.

  • If your guide ends up being very long, consider splitting it into multiple pages.

  • Do place your doc in the doc/articles/guides directory. If you have multiple pages, put them in their own subdirectory.

  • Do include screenshots showing what the output looks like.

  • Do preserve the correct formatting for parts of this template that are in DocFX-flavored Markdown - https://platform.uno/docs/articles/uno-development/docfx.html#docfx-flavored-markdown

  • Add a short intro explaining who and what your guide is for.

Tip

The complete source code that goes along with this guide is available in the unoplatform/Uno.Samples GitHub repository - YourSample

Prerequisites



Tip

For a step-by-step guide to installing the prerequisites for your preferred IDE and environment, consult the Get Started guide.

Step 1 - Description

Step 2 - Description

etc

Get the complete code

See the completed sample on GitHub: YourSample



[!includegetting-help]