Skip to content

Create very first UI

alerdenisov edited this page Jan 19, 2017 · 10 revisions

Create very first UI

To understand how ReUI works let's create simplest UI and going deeper. ReUI will request any xmls from IContentProvider, if you're using ContentResourcesProvider from ReUI.Integration create your UIs inside Resources folder to allow provider find them.

1. Create XML declaration

Create file SimpleUI.xml inside Resources folder somewhere inside your project and fill it with:

<?xml version="1.0" encoding="utf-8" ?>
<Root Name="Simple UI Root">
  <Text Size="200, 100">Hello world</Text>
</Root> 
Clone this wiki locally