barrymavin
2013-07-09, 21:37
Building Apps in Lianja is all about "thinking".
You lay out an App as pages. Pages are then laid out in sections and sections as fields and gadgets.
When developing an App don't concern yourself about the visual appearance while you are "thinking" through how the App should look. Rather, think about how the data is related together -- just as the simple lianjademo app does which has customers, customers have orders, and orders have order details -- and these are all related together visually.
Once you have the basic App functionality in place and you can navigate and search through the data with the expected results, the final step is to "skin" or "style" the App to make it look pretty.
In this example I will show you how to style an App to make it appealing to end users. In this particular example I have purposely made everything large so it is tablet/touch friendly.
So now let's create an App that looks like this in a few simple steps.
370
Step 1:
Create a new App and select the southwind database
Step 2:
Drag the "Customers" table onto the page
Step 3:
Double click the section header and change the section attributes as shown below.
371
The CSS file for the section is as follows:
372
So as you see you can skin the whole UI. You should not concern yourself with the visual appearance too much as you develop an App. Its all an iterative process of improvement and refinement and most of the UI can be "beautified" after you have the basic App functionality in place.
Enjoy.
You lay out an App as pages. Pages are then laid out in sections and sections as fields and gadgets.
When developing an App don't concern yourself about the visual appearance while you are "thinking" through how the App should look. Rather, think about how the data is related together -- just as the simple lianjademo app does which has customers, customers have orders, and orders have order details -- and these are all related together visually.
Once you have the basic App functionality in place and you can navigate and search through the data with the expected results, the final step is to "skin" or "style" the App to make it look pretty.
In this example I will show you how to style an App to make it appealing to end users. In this particular example I have purposely made everything large so it is tablet/touch friendly.
So now let's create an App that looks like this in a few simple steps.
370
Step 1:
Create a new App and select the southwind database
Step 2:
Drag the "Customers" table onto the page
Step 3:
Double click the section header and change the section attributes as shown below.
371
The CSS file for the section is as follows:
372
So as you see you can skin the whole UI. You should not concern yourself with the visual appearance too much as you develop an App. Its all an iterative process of improvement and refinement and most of the UI can be "beautified" after you have the basic App functionality in place.
Enjoy.