Jump to: navigation, search

Changes


HowTo:Configure Start Screen Content

37 bytes added, 09:09, 3 September 2014
== Introduction ==
The Dynamic Configurable start screen feature allows the {{UBIK Service engineer }} user to tailor the buttons on the start screen according to the needs of the customer.
== Setup ==
* The first step is to configure the start screen data using an xml in order for UBIKĀ® {{UBIK}} to recognize the different tabs and buttons. The xml file, which must have the name '''css_config.xml''', should be placed under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations''' where
{| class="wikitable" | width = "50%"
|-
|}
* After the folder is configured, the next step is to validate the XML configuration file against the [http://wiki.augmensys.com/index.php/File:Start_Screen_Configuration_Schema.zip schema] using an online validator. A solution can be found at [http://www.utilities-online.info/xsdvalidation/ Online XML Schema Validator]. The schema used to validate against will be found inside the UBIK Folder and is named ConfigurableStartScreenSchema.
The following xml shows an example configuration (also can be downloaded as [http://wiki.augmensys.com/index.php/File:Start_Screen_Configuration.zip an xml file]):
<source lang="xml">
</gallery>
* {| class="wikitable" | width = "50%"|-! Button!! Purpose|-| '''Content Browser Button : '''|| Opens a content browser for displaying an object or the root if no object/uid is specified.* |-| '''Custom Intent Button ''' (using a customized intent URI or target class) : || Launches a certain application for the specified Intent.* |-| '''Maps Button : '''|| Opens {{UBIK}} map.* |-| '''Target Maps Button : '''|| Opens {{UBIK}} map for a target object.* |-| '''ID Marker Scan Button : '''|| Starts ID marker scanning.* |-| '''QR Scan Button : '''|| Starts QR code scanning.* |-| '''POI View Button : '''|| Opens {{UBIK}} POI view.* |-| '''Configurable AR Button : '''|| Opens the markerless view.* |-| '''Configurable Image Marker Button : '''|| Opens the ID marker 3D view.* |-| '''AR Navigation POI View Button : '''|| Opens {{UBIK}} POI view with the AR navigation support.* |-| '''AR Navigation Maps Button : '''|| Starts navigating to the specified object.|}
== Configuration guidelines ==
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.
109
edits