-
Notifications
You must be signed in to change notification settings - Fork 36
HomeView
Carlo Barazzetta edited this page Jan 27, 2017
·
1 revision
The Home View is the view that Kitto displays at application startup.
Kitto selects the name of the default home view based on the client window's physical width. This allows to use a different home/menu for different screeen sizes in order to optimize mobile applications.
Default home views are searched in the following order:
- HomeTiny (up to 5")
- HomeSmall (6" to 10")
- Home (all other cases)
Please note that the number of inches above is the width of the display, not the diagonal. If a certain home is not found, the next in list is retrieved.
If you prefer to use different names, just create the yaml files and change the Config.yaml
file to use custom views for the home page.
Example:
HomeTinyView: MyHomeTiny
HomeSmallView: MyHomeSmall
HomeView: MyHome
- Kitto at a glance
- Getting started
- Setup
-
Basic concepts
- Basic Materials
- Controllers
- Features
- Kitto Enterprise
- Examples
- Developer's guide
- Library reference
- Frequently Asked Questions
- Kitto tips & tricks and how-tos
- Other information