<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wikitest.augmensys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SAB</id>
		<title>UBIK Wiki Test / Augmensys - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wikitest.augmensys.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=SAB"/>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Special:Contributions/SAB"/>
		<updated>2026-05-01T16:13:53Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.24.2</generator>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Custom_Intent_Button&amp;diff=14025</id>
		<title>Custom Intent Button</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Custom_Intent_Button&amp;diff=14025"/>
				<updated>2015-03-25T09:59:26Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: Created page with &amp;quot;The Custom Intent Button is a button with special parameters defined. Namely the target class parameter, and the target URI parameter. In order for the Custom Intent Button to...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The Custom Intent Button is a button with special parameters defined. Namely the target class parameter, and the target URI parameter. In order for the Custom Intent Button to work as intended, either the Target Class or Target URI should be specified, but not both. Also they shouldn’t be both undefined for the same button instance. &lt;br /&gt;
== Target Class ==&lt;br /&gt;
The Target Class parameter is used to specify the name of an activity or an application to launch when the button is clicked. In the case that an internal {{UBIK}} activity is to be launched, the full activity name has to be included. As in the following example.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;CustomIntentButton caption=&amp;quot;Maps&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
         com.augmensys.ubik.demo.lib.ui.activities.ar.map.UBIKMapActivityDemo&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Only the activities that are stated as a main entry point for {{UBIK}} can be used as target classes. &amp;lt;br/&amp;gt;&lt;br /&gt;
In the case that an application is to be launched, the main entry point class name has to be specified, as in the following example if Skype application is to be launched.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
           &amp;lt;CustomIntentButton caption=&amp;quot;Skype&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
         com.skype.raider.Main&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Target URI ==&lt;br /&gt;
The target URI parameter, used to specify the URI of the resource to launch when the button is clicked. As in the following example.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14024</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14024"/>
				<updated>2015-03-25T09:27:46Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Configuration guidelines */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Skype&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
          com.skype.raider.Main&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Maps&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
         com.augmensys.ubik.demo.lib.ui.activities.ar.map.UBIKMapActivityDemo&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;70%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose !! Parameters&lt;br /&gt;
|-&lt;br /&gt;
| ''ContentBrowserButton''|| Opens a content browser for displaying an object or the root if no object/uid is specified. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''CustomIntentButton'' (using a customized intent URI or target class)|| Launches a certain application or URI for the specified intent. || ''TargetClass'': internal Android class name&amp;lt;br /&amp;gt;''TargetURI'': link information&lt;br /&gt;
|-&lt;br /&gt;
| ''MapsButton''|| Opens {{UBIK}} map. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''TargetMapsButton''|| Opens {{UBIK}} map for a target object. || ''UBIK-UID'': UID of object to be shown on map&lt;br /&gt;
|-&lt;br /&gt;
| ''ID MarkerScanButton''|| Starts ID marker scanning. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''QRScanButton''|| Starts QR code scanning. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''POIViewButton''|| Opens {{UBIK}} POI view. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''ConfigurableARButton''|| Opens the ID marker 3D view. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''ConfigurableImageMarkerButton''|| Opens the markerless view. || -&lt;br /&gt;
|-&lt;br /&gt;
| ''ARNavigationPOIViewButton''|| Opens {{UBIK}} POI view with the AR navigation support. || ''UBIK-UID'': UID of object to be navigated to&lt;br /&gt;
|-&lt;br /&gt;
| ''ARNavigationMapsButton''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object. || ''UBIK-UID'': UID of object to be navigated to&lt;br /&gt;
|-&lt;br /&gt;
| ''DemoMapsButton''|| Starts navigating to the specified object in demo app. || ''UBIK-UID'': UID of object to be navigated to&lt;br /&gt;
|-&lt;br /&gt;
| ''RFIDScanButton''|| Starts RFID scanning. || -&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The '''maximum number of tabs is 6'''. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The '''buttons''' should always be '''nested inside tabs'''. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the [[Custom Intent Button|custom intent button]], one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the ''UBIK-UID'' parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Publishing]]&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14005</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14005"/>
				<updated>2015-03-24T16:03:22Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Skype&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
          com.skype.raider.Main&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Maps&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
         com.augmensys.ubik.demo.lib.ui.activities.ar.map.UBIKMapActivityDemo&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application or URI for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Start_Screen_Configuration.zip&amp;diff=14004</id>
		<title>File:Start Screen Configuration.zip</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Start_Screen_Configuration.zip&amp;diff=14004"/>
				<updated>2015-03-24T16:03:08Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:Start Screen Configuration.zip&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14003</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14003"/>
				<updated>2015-03-24T15:44:13Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Skype&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetClass&amp;gt;&lt;br /&gt;
          com.skype.raider.Main&lt;br /&gt;
        &amp;lt;/TargetClass&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application or URI for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14002</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14002"/>
				<updated>2015-03-24T14:41:59Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application or URI for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14001</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14001"/>
				<updated>2015-03-24T14:27:32Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14000</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=14000"/>
				<updated>2015-03-24T14:27:08Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Target_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_AR_Navigation.jpg&amp;diff=13999</id>
		<title>File:UI Android CSS Buttons AR Navigation.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_AR_Navigation.jpg&amp;diff=13999"/>
				<updated>2015-03-24T14:26:20Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Nav_Maps.jpg&amp;diff=13998</id>
		<title>File:UI Android CSS Buttons Nav Maps.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Nav_Maps.jpg&amp;diff=13998"/>
				<updated>2015-03-24T14:25:57Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13997</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13997"/>
				<updated>2015-03-24T14:25:19Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Target_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
[[File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button]]&lt;br /&gt;
[[File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button]]&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Config_Image.jpg&amp;diff=13996</id>
		<title>File:UI Android CSS Buttons Config Image.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Config_Image.jpg&amp;diff=13996"/>
				<updated>2015-03-24T14:24:10Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons Config Image.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Config_AR.jpg&amp;diff=13995</id>
		<title>File:UI Android CSS Buttons Config AR.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Config_AR.jpg&amp;diff=13995"/>
				<updated>2015-03-24T14:23:35Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons Config AR.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_POI_View.jpg&amp;diff=13994</id>
		<title>File:UI Android CSS Buttons POI View.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_POI_View.jpg&amp;diff=13994"/>
				<updated>2015-03-24T14:22:58Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons POI View.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg&amp;diff=13993</id>
		<title>File:UI Android CSS Buttons QR Code Scan.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg&amp;diff=13993"/>
				<updated>2015-03-24T14:22:31Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons QR Code Scan.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg&amp;diff=13992</id>
		<title>File:UI Android CSS Buttons ID Marker Scan.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg&amp;diff=13992"/>
				<updated>2015-03-24T14:21:51Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons ID Marker Scan.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Maps.jpg&amp;diff=13991</id>
		<title>File:UI Android CSS Buttons Maps.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Maps.jpg&amp;diff=13991"/>
				<updated>2015-03-24T14:16:48Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons Maps.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Content_Browser.jpg&amp;diff=13990</id>
		<title>File:UI Android CSS Buttons Content Browser.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_Content_Browser.jpg&amp;diff=13990"/>
				<updated>2015-03-24T14:10:54Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:UI Android CSS Buttons Content Browser.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13989</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13989"/>
				<updated>2015-03-24T13:48:33Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Object UID if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Target_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13726</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13726"/>
				<updated>2015-03-19T16:04:34Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Content Browser */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[HowTo:Switch_Positioning_Mode_(UBIK_Android)|Positioning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Preset|PreSets]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Navigation_Drawer|Support Button]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Client)#Creating_Documents|Document Creation]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_FILEDOCUMENT]] &amp;lt;br/&amp;gt; [[HowTo:Create_a_new_Document_(UBIK_Android)]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Client)#Editing_Documents|Document Editing]]&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Android)#Redlining|Redlining]] &lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&amp;lt;br/&amp;gt; [[HowTo:Make_a_Document_ready_for_Redlining]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Android)#Taking_a_Picture|Picture / Photo using Camera]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Status_Colour_LED_(UBIK_Android)|Status Color]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_STATUSCOLOR]] &amp;lt;br/&amp;gt;[[HowTo:Make_an_Object_show_a_Status_LED]]&amp;lt;br/&amp;gt; [[HowTo:Customize_Status_LED_on_Mobile_Client]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[HowTo:Declare_an_Object_as_Measurement_Task|Measurement Task]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MEASUREMENTTASK]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#QR_Code|QR-Code]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical_code#Types_of_optical_codes|Barcode]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker|ID-Marker]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker_3D|ID-Marker 3D]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Markerless|Image Tracking (Markerless)]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#RFID|RFID]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHRFIDTAG]] &amp;lt;br/&amp;gt; [[SYSCLS_RFIDTAGSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[UBIK_Client_Basics#Synchronization|Synchronization]]==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Offline Mode]]&lt;br /&gt;
| {{check mark}} || || || [[HowTo:Switch_to_Offline_Mode]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Manual Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Automatic Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13704</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13704"/>
				<updated>2015-03-19T14:53:37Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Overview */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[HowTo:Switch_Positioning_Mode_(UBIK_Android)|Positioning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Preset|PreSets]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Navigation_Drawer|Support Button]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Editing&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Android)#Redlining|Redlining]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Picture / Photo using Camera&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Measurement Task&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#QR_Code|QR-Code]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical_code#Types_of_optical_codes|Barcode]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker|ID-Marker]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker_3D|ID-Marker 3D]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Markerless|Image Tracking (Markerless)]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#RFID|RFID]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHRFIDTAG]] &amp;lt;br/&amp;gt; [[SYSCLS_RFIDTAGSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[UBIK_Client_Basics#Synchronization|Synchronization]]==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Offline Mode]]&lt;br /&gt;
| {{check mark}} || || || [[HowTo:Switch_to_Offline_Mode]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Manual Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Automatic Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13701</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13701"/>
				<updated>2015-03-19T14:37:33Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Positioning&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|PreSets&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Support Button&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Editing&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Documents_(UBIK_Android)#Redlining|Redlining]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Picture / Photo using Camera&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Measurement Task&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#QR_Code|QR-Code]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical_code#Types_of_optical_codes|Barcode]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker|ID-Marker]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker_3D|ID-Marker 3D]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Markerless|Image Tracking (Markerless)]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#RFID|RFID]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHRFIDTAG]] &amp;lt;br/&amp;gt; [[SYSCLS_RFIDTAGSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[UBIK_Client_Basics#Synchronization|Synchronization]]==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Offline Mode]]&lt;br /&gt;
| {{check mark}} || || || [[HowTo:Switch_to_Offline_Mode]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Manual Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Automatic Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13700</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13700"/>
				<updated>2015-03-19T14:13:32Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Synchronization */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Positioning&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|PreSets&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Support Button&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Editing&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Redlining&lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Picture / Photo using Camera&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Measurement Task&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#QR_Code|QR-Code]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical_code#Types_of_optical_codes|Barcode]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker|ID-Marker]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker_3D|ID-Marker 3D]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Markerless|Image Tracking (Markerless)]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#RFID|RFID]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHRFIDTAG]] &amp;lt;br/&amp;gt; [[SYSCLS_RFIDTAGSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==[[UBIK_Client_Basics#Synchronization|Synchronization]]==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Offline Mode]]&lt;br /&gt;
| {{check mark}} || || || [[HowTo:Switch_to_Offline_Mode]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Manual Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Sync_Mode|Automatic Mode]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13699</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13699"/>
				<updated>2015-03-19T13:32:10Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Tracking */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Positioning&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|PreSets&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Support Button&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Editing&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Redlining&lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Picture / Photo using Camera&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Measurement Task&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#QR_Code|QR-Code]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical_code#Types_of_optical_codes|Barcode]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker|ID-Marker]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt; [[SYSCLS_IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#ID_Marker_3D|ID-Marker 3D]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Markerless|Image Tracking (Markerless)]]&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#RFID|RFID]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_OBJECTWITHRFIDTAG]] &amp;lt;br/&amp;gt; [[SYSCLS_RFIDTAGSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Synchronization==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Offline Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Manual Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_RFID_Scan.jpg&amp;diff=13698</id>
		<title>File:UI Android CSS Buttons RFID Scan.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:UI_Android_CSS_Buttons_RFID_Scan.jpg&amp;diff=13698"/>
				<updated>2015-03-19T13:30:47Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13691</id>
		<title>Client Feature Table</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=Client_Feature_Table&amp;diff=13691"/>
				<updated>2015-03-19T12:40:27Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* POI */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
The following table provides an overview about the {{UBIK}} client features and their availablity on the various clients.&lt;br /&gt;
&lt;br /&gt;
==Overview==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[UBIK_Client_Basics#Content_Browser |Content Browser]] &lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Task_Objects_(UBIK_Android)|Tasks]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Map_View|Maps]]&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps) || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Optical code|Optical Code Scanning]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS OBJECTWITHIDMARKER]] &amp;lt;br/&amp;gt;[[IDMARKERSCANQUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[POI_View|POI]]&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Positioning&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[AR_Navigation|AR Navigation]]&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|AR Image Tracking&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|OCR (Optical Character Recognition / Visual Text Recognition)&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Mass Data Editing&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|PreSets&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|User Rights&lt;br /&gt;
| {{cross mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_LOGIN]] &amp;lt;br/&amp;gt;[[SYSCLS_USERGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Support Button&lt;br /&gt;
| {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Content Browser==&lt;br /&gt;
&lt;br /&gt;
=== General ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|[[Query_Objects_(UBIK_Android)|Queries]]&lt;br /&gt;
| {{check mark}} || {{check mark}} || || [[SYSCLS_QUERY]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Dynamic Filtering&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || User can filter by object type&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Content Focus&lt;br /&gt;
| {{cross mark}} || {{cross mark}} || {{cross mark}} || Browser shows only non-empty views&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Context Sensitive Action Bar&lt;br /&gt;
|  {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Object Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Creation&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Document Editing&lt;br /&gt;
|  {{check mark}} || || || [[SYSCLS_EDITABLEDOCUMENT]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Redlining&lt;br /&gt;
|  {{check mark}} || {{check mark}} || || [[SYSCLS_REDLINEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Picture / Photo using Camera&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Objects ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Icons&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Grouping&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_SORTEDITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Task Checkbox&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Direct Task Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[Task Objects (UBIK Android)]] &amp;lt;br/&amp;gt;[[SYSCLS_TASK]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Distance Display &amp;amp; Sorting&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Measurement Task&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Properties ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Priorization&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Sorting&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Editing&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Invisible Properties&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validation&lt;br /&gt;
| {{check mark}} || {{check mark}} || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Property Value Validity Borders&lt;br /&gt;
| {{check mark}} || {{cross mark}} || || A value interval with warning and error boundaries.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Documents ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Thumbnails&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} || [[SYSCLS_THUMBNAILEDFILE]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Linked Documents&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Documents managed by {{UBIK}}&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{check mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Navigation==&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Online&lt;br /&gt;
| {{check mark}} (Google Maps) || {{check mark}} (Bing Maps)|| {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Maps Navigation Offline&lt;br /&gt;
|  {{check mark}} (Sygic or other apps, optionally) || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[AR_Navigation|AR Navigation (Online &amp;amp; Offline)]]&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| LLA Markers (Positiong Scanning)&lt;br /&gt;
| {{check mark}} || {{check mark}} || {{cross mark}} || [[SYSCLS_GEO]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| GPS Positioning&lt;br /&gt;
|  {{check mark}} || {{check mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Wifi Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Bluetooth Beacon Positioning&lt;br /&gt;
|  {{cross mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Dead Reckoning&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Edge Plausibility&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Routing Graph Navigation&lt;br /&gt;
|  {{check mark}} || {{cross mark}} || {{cross mark}} ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==POI==&lt;br /&gt;
&lt;br /&gt;
=== Map ===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_MAPITEM]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Groups]]&lt;br /&gt;
| {{check mark}} || || ||  [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| [[HowTo:Use_POI_Groups|Group Items]]&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{cross mark}} || || || [[SYSCLS_MAPLAYER]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Status Color&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== AR (POI View)===&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Items&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Groups&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUP]]&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Group Items&lt;br /&gt;
| {{check mark}} || || || [[SYSCLS_POIGROUPITEM]] &lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Layer (Filter)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Overlays&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;| Configurable Overlays&lt;br /&gt;
| {{cross mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Tracking==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|QR-Code&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Barcode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|ID-Marker&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|ID-Marker 3D&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Image Tracking (Markerless)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|RFID&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Configurable AR&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Synchronization==&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Offline Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Partial Offline Mode (Branch Selection)&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Preserving local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Overwriting local changes on update&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Manual Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Automatic Mode&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Committing &amp;amp; updating single objects&lt;br /&gt;
| {{check mark}} || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- table template&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width=&amp;quot;80%&amp;quot; style=&amp;quot;margin-bottom:0px;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;background-color:#566684;color:#ffffff&amp;quot;|Topic&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;wikitable sortable&amp;quot; | width = &amp;quot;80%&amp;quot; style=&amp;quot;margin-top:0px;margin-bottom:0px;text-align:center;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;width:20%;background-color:#717b99;color:#ffffff&amp;quot;|Feature !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Android !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|WinX !! style=&amp;quot;width:10%;background-color:#717b99;color:#ffffff&amp;quot;|Web !! style=&amp;quot;width:50%;background-color:#717b99;color:#ffffff&amp;quot;|Comment&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
|  || || ||&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13492</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13492"/>
				<updated>2015-03-17T12:47:41Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Scanning an RFID tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:rfid_button_on_startscreen.jpg|thumb|alt=RFID button on Start Screen|RFID button on Start Screen]]&lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is clicked, the corresponding RFID scanner starts. The user is then able to scan RFID tags continuously.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Rfid_button_on_startscreen.png&amp;diff=13491</id>
		<title>File:Rfid button on startscreen.png</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Rfid_button_on_startscreen.png&amp;diff=13491"/>
				<updated>2015-03-17T12:46:53Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Rfid_button_on_startscreen.jpg&amp;diff=13490</id>
		<title>File:Rfid button on startscreen.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Rfid_button_on_startscreen.jpg&amp;diff=13490"/>
				<updated>2015-03-17T12:42:52Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13489</id>
		<title>File:Scanning.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13489"/>
				<updated>2015-03-17T12:42:13Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:Scanning.jpg&amp;amp;quot;: Reverted to version as of 15:18, 16 March 2015&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13488</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13488"/>
				<updated>2015-03-17T12:39:20Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Scanning an RFID tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:RFID_button.jpg|thumb|alt=RFID button on Start Screen|RFID button on Start Screen]]&lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is clicked, the corresponding RFID scanner starts. The user is then able to scan RFID tags continuously.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13487</id>
		<title>File:Scanning.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13487"/>
				<updated>2015-03-17T12:35:29Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: uploaded a new version of &amp;amp;quot;File:Scanning.jpg&amp;amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13486</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13486"/>
				<updated>2015-03-17T12:34:28Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Scanning an RFID tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=RFID button on Start Screen|RFID button on Start Screen]]&lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is clicked, the corresponding RFID scanner starts. The user is then able to scan RFID tags continuously.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13485</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13485"/>
				<updated>2015-03-16T15:27:04Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Scanning an RFID tag */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is clicked, the corresponding RFID scanner starts. The user is then able to scan RFID tags continuously.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13484</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13484"/>
				<updated>2015-03-16T15:25:40Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is pressed, the corresponding RFID activity starts. The user is then able to scan an RFID tag continuously while in the RFID activity.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
{{Clear}}&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13483</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13483"/>
				<updated>2015-03-16T15:23:48Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
Once the RFID button in the start screen is pressed, the corresponding RFID activity starts. The user is then able to scan an RFID tag continuously while in the RFID activity.&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects;&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13482</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13482"/>
				<updated>2015-03-16T15:21:30Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
&lt;br /&gt;
Once the RFID button in the start screen is pressed, the corresponding RFID activity starts. The user is then able to scan an RFID tag continuously while in the RFID activity.&amp;lt;br/&amp;gt;[[File:Scanning.jpg|thumb|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&amp;lt;br/&amp;gt;[[File:Scanned_searching.jpg|thumb|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects.;&amp;lt;br/&amp;gt;[[File:Scanned_search_result.jpg|thumb|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&amp;lt;br/&amp;gt;[[File:Scanned_no_result.jpg|thumb|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13481</id>
		<title>File:Scanning.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanning.jpg&amp;diff=13481"/>
				<updated>2015-03-16T15:18:30Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13480</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13480"/>
				<updated>2015-03-16T15:17:49Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Scanning an RFID tag == &lt;br /&gt;
&lt;br /&gt;
Once the RFID button in the start screen is pressed, the corresponding RFID activity starts. The user is then able to scan an RFID tag continuously while in the RFID activity.&amp;lt;br/&amp;gt;[[File:Scanning.jpg|420 px|border|alt=Scanning for RFID tag|Scanning for RFID tag]]&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&amp;lt;br/&amp;gt;[[File:Scanned_searching.jpg|420 px|border|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects.;&amp;lt;br/&amp;gt;[[File:Scanned_search_result.jpg|420 px|border|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&amp;lt;br/&amp;gt;[[File:Scanned_no_result.jpg|420 px|border|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13479</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13479"/>
				<updated>2015-03-16T15:13:19Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]]. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once an ID is scanned, {{UBIK}} starts searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&amp;lt;br/&amp;gt;[[File:Scanned_searching.jpg|420 px|border|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects.;&amp;lt;br/&amp;gt;[[File:Scanned_search_result.jpg|420 px|border|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&amp;lt;br/&amp;gt;[[File:Scanned_no_result.jpg|420 px|border|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
== Searching Mechanism ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13478</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13478"/>
				<updated>2015-03-16T14:59:52Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Presenting results of a search */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]] for it. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Searching for objects ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once an ID is scanned, UBIK start searching for objects with the scanned RFID.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&amp;lt;br/&amp;gt;[[File:Scanned_searching.jpg|420 px|border|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
# If any objects are found, they will be displayed in a  list. The users can then browse to any of the objects for more information by clicking on the objects.;&amp;lt;br/&amp;gt;[[File:Scanned_search_result.jpg|420 px|border|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&amp;lt;br/&amp;gt;[[File:Scanned_no_result.jpg|420 px|border|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanned_no_result.jpg&amp;diff=13477</id>
		<title>File:Scanned no result.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanned_no_result.jpg&amp;diff=13477"/>
				<updated>2015-03-16T14:55:00Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanned_search_result.jpg&amp;diff=13476</id>
		<title>File:Scanned search result.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanned_search_result.jpg&amp;diff=13476"/>
				<updated>2015-03-16T14:54:31Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=File:Scanned_searching.jpg&amp;diff=13475</id>
		<title>File:Scanned searching.jpg</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=File:Scanned_searching.jpg&amp;diff=13475"/>
				<updated>2015-03-16T14:53:16Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13474</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13474"/>
				<updated>2015-03-16T14:52:55Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Configurable start screen RFID button ==&lt;br /&gt;
&lt;br /&gt;
In order to use this feature, an RFID scanning entry point is provided using a [[HowTo:Configure_Start_Screen_Content#Buttons|configurable start start screen button]] for it. &lt;br /&gt;
The following xml shows an example start screen configuration including RFID scanning entry point: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
 	    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
	      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
	      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
	    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
	  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
== Searching for objects ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once the objects are found, they are displayed in a list. The users can then browse to any of the objects for more information by clicking on the objects.&lt;br /&gt;
# During the search, the list might show a searching text before any objects are found;&amp;lt;br/&amp;gt;[[File:Scanned_searching.jpg|420 px|border|alt=Searching for Objects|Searching for Objects]]&lt;br /&gt;
# If any objects are found, they will be added to the list;&amp;lt;br/&amp;gt;[[File:Scanned_search_result.jpg|420 px|border|alt=Displaying Objects|Displaying Objects]]&lt;br /&gt;
# If no objects are found, the list will show a corresponding text.&amp;lt;br/&amp;gt;[[File:Scanned_no_result.jpg|420 px|border|alt=No corresponding Objects|No corresponding Objects]]&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13473</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13473"/>
				<updated>2015-03-16T14:01:49Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Setup */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;RFIDScanButton caption=&amp;quot;RFID Scan&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Action + Parameters if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Target_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13472</id>
		<title>HowTo:Configure Start Screen Content</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=HowTo:Configure_Start_Screen_Content&amp;diff=13472"/>
				<updated>2015-03-16T13:57:57Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* Buttons */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Introduction ==&lt;br /&gt;
The Dynamic Configurable start screen feature allows the {{UBIK}} user to tailor the buttons on the start screen according to the needs of the customer.&lt;br /&gt;
&lt;br /&gt;
== Setup ==&lt;br /&gt;
* The first step is to configure the start screen data using an xml in order for {{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&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Parameter!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''SD_CARD''|| represents the root of the external storage of a device&lt;br /&gt;
|-&lt;br /&gt;
| ''APP_PACKAGE_NAME''|| is the concatenation of &amp;quot;com.augmensys.ubik.&amp;quot; and the application name, e.g. ''demo'', ''manualtest'', ''companyname'' etc.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
* 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].&lt;br /&gt;
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]):&lt;br /&gt;
&amp;lt;source lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;StartScreenConfiguration&amp;gt;&lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;Content&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Content Browser&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ContentBrowserButton caption=&amp;quot;Events&amp;quot; UBIK-UID=&amp;quot;31aaa5c9-85dd-4243-9cf8-89d712d32405&amp;quot; iconPath=&amp;quot;events.png&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR1&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;MapsButton/&amp;gt;&lt;br /&gt;
      &amp;lt;POIViewButton caption=&amp;quot;AR View&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;CustomIntentButton caption=&amp;quot;Map of Linz&amp;quot; iconPath=&amp;quot;linz.png&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;TargetURI&amp;gt;&lt;br /&gt;
          https://www.google.com/maps/place/Linz/@48.295065,14.327405,12z/data=!3m1!4b1!4m2!3m1!1s0x47739595fa99854d:0x7c53292c577975c4&lt;br /&gt;
        &amp;lt;/TargetURI&amp;gt;&lt;br /&gt;
      &amp;lt;/CustomIntentButton&amp;gt;&lt;br /&gt;
      &amp;lt;TargetMapsButton caption=&amp;quot;Flow Controller 213&amp;quot;  UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
    &amp;lt;Tab caption=&amp;quot;AR2&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;IDMarkerScanButton caption=&amp;quot;ID Marker Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;QRCodeScanButton caption=&amp;quot;QR Code Scan&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableARButton caption=&amp;quot;Configurable AR&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ConfigurableImageMarkerButton caption=&amp;quot;Configurable Image Marker&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;ARNavigationButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;NavigationMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;DemoMapsButton caption=&amp;quot;Flow Controller 213&amp;quot; UBIK-UID=&amp;quot;2ccd91c0-9cee-42f3-9d1d-be745908457d&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/Tab&amp;gt;&lt;br /&gt;
  &amp;lt;/StartScreenConfiguration&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{Hint|The config file has to be named '''css_config.xml'''. }}&lt;br /&gt;
&lt;br /&gt;
== Tab groups ==&lt;br /&gt;
The user can configure tab groups in the XML. They will be used as groupings for buttons.&lt;br /&gt;
&lt;br /&gt;
== Buttons ==&lt;br /&gt;
Buttons should be placed inside tab elements and can be parameterized. Buttons are configurable in terms of&lt;br /&gt;
* Icon&lt;br /&gt;
* Caption&lt;br /&gt;
* Group/tab&lt;br /&gt;
* Action + Parameters if needed&lt;br /&gt;
&lt;br /&gt;
{{Hint|The icons are specified by their relative paths under '''''SD_CARD''/Android/data/''APP_PACKAGE_NAME''/files/UIConfigurations/CSSButtonIcons''' }}&lt;br /&gt;
&lt;br /&gt;
The supported button types are as follows:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery heights=&amp;quot;100&amp;quot;&amp;gt;&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser.jpg‎|Content Browser Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Content_Browser_Events.jpg|Content Browser Button For An Arbitrary Object&lt;br /&gt;
File:UI_Android_CSS_Buttons_Custom_Intent.jpg‎|Custom Intent Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Maps.jpg|Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Target_Maps.jpg|Target Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_ID_Marker_Scan.jpg|ID Marker Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_QR_Code_Scan.jpg|QR Code Scan Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_POI_View.jpg|POI View Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_AR.jpg|Configurable AR Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Config_Image.jpg|Configurable Image Marker Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Nav_Maps.jpg|Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_AR_Navigation.jpg|AR Navigation Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_Demo_Maps.jpg|Demo Maps Button&lt;br /&gt;
File:UI_Android_CSS_Buttons_RFID_Scan.jpg|RFID Scan Button&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Button!! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| ''Content Browser Button''|| Opens a content browser for displaying an object or the root if no object/uid is specified.&lt;br /&gt;
|-&lt;br /&gt;
| ''Custom Intent Button'' (using a customized intent URI or target class)|| Launches a certain application for the specified Intent.&lt;br /&gt;
|-&lt;br /&gt;
| ''Maps Button''|| Opens {{UBIK}} map.&lt;br /&gt;
|-&lt;br /&gt;
| ''Target Maps Button''|| Opens {{UBIK}} map for a target object.&lt;br /&gt;
|-&lt;br /&gt;
| ''ID Marker Scan Button''|| Starts ID marker scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''QR Scan Button''|| Starts QR code scanning.&lt;br /&gt;
|-&lt;br /&gt;
| ''POI View Button''|| Opens {{UBIK}} POI view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable AR Button''|| Opens the ID marker 3D view.&lt;br /&gt;
|-&lt;br /&gt;
| ''Configurable Image Marker Button''|| Opens the markerless view.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation POI View Button''|| Opens {{UBIK}} POI view with the AR navigation support.&lt;br /&gt;
|-&lt;br /&gt;
| ''AR Navigation Maps Button''|| Opens {{UBIK}} map for the specified object.Starts navigating to the specified object.&lt;br /&gt;
|-&lt;br /&gt;
| ''Demo Maps Button''|| Starts navigating to the specified object in demo app.&lt;br /&gt;
|-&lt;br /&gt;
| ''RFID Scan Button''|| Starts RFID scanning.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Configuration guidelines ==&lt;br /&gt;
* The maximum number of tabs is 6. Once this limit is exceeded, the configuration is invalid and won't be shown.&lt;br /&gt;
* The captions of tabs are optional. In case there's only one tab, the tab will be invisible.&lt;br /&gt;
* The buttons should always be nested inside tabs. Otherwise, the configuration is also invalid.&lt;br /&gt;
* Captions and icons of buttons are optional. Default values are used for the unspecified ones.&lt;br /&gt;
* While configuring the custom intent button, one should always specify one and only one of the target class and the target URI. Otherwise, the button is invalid and an error will be shown.&lt;br /&gt;
* The configuration of the UID parameter should always be specified for AR Navigation POI View Button, AR Navigation Maps Button, Demo Maps Button and Target Maps Button.&lt;br /&gt;
&lt;br /&gt;
== Results ==&lt;br /&gt;
The result is that the tabs and buttons configured in the XML file will be visible and open the right activity once they are clicked.&lt;br /&gt;
&lt;br /&gt;
The following screenshots demonstrate the results of the example XML configuration.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab1.png|500px|border|alt=The First Tab|The First Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab2.png|500px|border|alt=The Second Tab|The Second Tab]]&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_Tab3.png|500px|border|alt=The Third Tab|The Third Tab]]&lt;br /&gt;
&lt;br /&gt;
After users log in, the buttons are enabled and colored. Upon being clicked, they should trigger different actions.&lt;br /&gt;
&amp;lt;br/&amp;gt;[[File:UI_Android_CSS_Buttons_After_Login.png|500px|border|alt=Buttons After Login|Buttons After Login]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Android]]&lt;br /&gt;
[[Category:How-To]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=UBIK_Client_Basics&amp;diff=13420</id>
		<title>UBIK Client Basics</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=UBIK_Client_Basics&amp;diff=13420"/>
				<updated>2015-03-13T14:38:21Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* RFID */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Demo Login ===&lt;br /&gt;
Username: Demo&amp;lt;br /&amp;gt;&lt;br /&gt;
Password: 1234&lt;br /&gt;
&lt;br /&gt;
== Working with {{UBIK}} ==&lt;br /&gt;
=== Settings ===&lt;br /&gt;
&lt;br /&gt;
Users can configure access and edit the settings controlling {{UBIK}} environment using the [[Settings|settings list]].&lt;br /&gt;
&lt;br /&gt;
=== Login ===&lt;br /&gt;
Users need to login in order to access confidential data. This can be done in the [[Login Dialog]].&lt;br /&gt;
&lt;br /&gt;
=== Navigation Drawer ===&lt;br /&gt;
(Since [[Release 2.4.0]])&lt;br /&gt;
[[File:UI_Android_Navigation_Drawer.png|180 px|thumb|border|alt=Navigation Drawer|Navigation Drawer]]&lt;br /&gt;
The navigation drawer provides a convenient and familiar way of navigating the app. There are two ways of opening/closing the drawer.&lt;br /&gt;
* Pressing the app logo in the top-left corner;&lt;br /&gt;
* Swiping from/to the left edge of the screen&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Drawer item !! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Start menu || Opens the start screen&lt;br /&gt;
|-&lt;br /&gt;
| Settings || Opens the [[Settings|settings]]&lt;br /&gt;
|-&lt;br /&gt;
| Information || Shows information about the software version and the device&lt;br /&gt;
|-&lt;br /&gt;
| Support || Starts the communication application (e.g. Skype or Visocon) and is available in the UBIK.Android.Demo application only. It is used to call directly a Support Hotline.&lt;br /&gt;
|-&lt;br /&gt;
| Sync mode || Switches {{UBIK}} between different [[Sync Mode|sync modes]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Info Activity ===&lt;br /&gt;
Shows static information about the app, like the version code and the minimum required web service version.&lt;br /&gt;
Also allows to [[Add a Certificate (UBIK Android)|add a server certificate]] to the app.&lt;br /&gt;
&lt;br /&gt;
=== Content Browser ===&lt;br /&gt;
Allows to navigate through the entire data model in a hierarchical manner, as it is published by the server.&lt;br /&gt;
&lt;br /&gt;
==== Context Menu ====&lt;br /&gt;
&lt;br /&gt;
==== Root objects ====&lt;br /&gt;
&lt;br /&gt;
==== Child objects ====&lt;br /&gt;
&lt;br /&gt;
==== [[Task Objects (UBIK Android)|Task objects]] ====&lt;br /&gt;
&lt;br /&gt;
==== [[Query Objects (UBIK Android)|Query objects]] ====&lt;br /&gt;
&lt;br /&gt;
==== Editors ====&lt;br /&gt;
===== Geo Editor =====&lt;br /&gt;
Editor used to set GEO locations for a specific content object. This is done by accessing the GEO property editor of the object.&lt;br /&gt;
&lt;br /&gt;
==== Properties ====&lt;br /&gt;
===== Boolean Properties =====&lt;br /&gt;
The user can switch {{Boolean}} properties by either clicking the checkbox in the property list view (without visible editor), or by clicking the property row to open the corresponding editor.&lt;br /&gt;
&lt;br /&gt;
===== Selective List Properties =====&lt;br /&gt;
The user can select a value from a list of possible values for this property, by clicking on the saved property value on the property list view. The corresponding editor is displayed with the drop-down list already expanded. Once the user selects a value from the list, the value is immediately saved and editor closed. It is also possible to cancel the editing or delete the value.&lt;br /&gt;
===== Teach In =====&lt;br /&gt;
The user can enter the location manually or, if available, can use the location provided by the positioning service. In case the positioning service doesn't deliver any location the user has only the possibility to enter the location manually.&lt;br /&gt;
&lt;br /&gt;
==== Documents ====&lt;br /&gt;
===== Redlining =====&lt;br /&gt;
See the section [[Documents_(UBIK_Android)#Redlining|redlining]] in the [[Documents_(UBIK_Android)|Documents]] article.&lt;br /&gt;
&lt;br /&gt;
=== POI View ===&lt;br /&gt;
Brings up the [[POI View|Augmented Reality view]] and displays Points of Interest (POI's) related to the current location of the mobile device.&lt;br /&gt;
&lt;br /&gt;
=== AR Navigation ===&lt;br /&gt;
Allows the user to navigate to an object using the [[AR Navigation|Augmented Reality Navigation]] feature.&lt;br /&gt;
It is accessible via a {{UBIK}} object's context menu in the Content Browser.&lt;br /&gt;
&lt;br /&gt;
=== Map View ===&lt;br /&gt;
Opens the [[map View|Map view]] and displays Points of Interest (POI's) related to the current location of the mobile device.&lt;br /&gt;
&lt;br /&gt;
=== Online/Offline mode ===&lt;br /&gt;
Switches between online and offline mode.&lt;br /&gt;
&lt;br /&gt;
=== ID Marker ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[optical code|optical codes]], in this case ID Markers.&lt;br /&gt;
&lt;br /&gt;
=== QR Code ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[optical code|optical codes]], in this case QR Codes.&lt;br /&gt;
&lt;br /&gt;
=== RFID ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[RFID tags|RFID tags]].&lt;br /&gt;
&lt;br /&gt;
=== Markerless ===&lt;br /&gt;
Opens the [[POI View|Augmented Reality view]] supporting [[HowTo:Configure_Dynamic_AR_Content#Markerless_Activity|Markerless Scanning]] based on Image Detection.&lt;br /&gt;
&lt;br /&gt;
=== ID Marker 3D ===&lt;br /&gt;
Opens the [[POI View|Augmented Reality view]] supporting [[HowTo:Configure_Dynamic_AR_Content#ID_Marker_Activity|ID Marker Scanning]] based on ID Markers.&lt;br /&gt;
&lt;br /&gt;
=== Synchronization ===&lt;br /&gt;
&lt;br /&gt;
The {{UBIK}} client gets its data from the UBIK Content web service and is capable of synchronizing differences between this service and itself.&lt;br /&gt;
All data can be worked with offline.&lt;br /&gt;
Depending on the [[Sync Mode]] setting, the synchronization will behave differently - either taking care of everything automatically or giving the user full control over which changes are sent (&amp;quot;committed&amp;quot;) to the server and which updates are fetched from it.&lt;br /&gt;
In case of an error, an Android Notification is shown to gently notify the user what has happened and eventually give hints on how to solve the problem.&lt;br /&gt;
&lt;br /&gt;
=== Push Service ===&lt;br /&gt;
The {{UBIK}} [[Push Service (Client)|push service]] is a mechanism used by the clients in order to receive updates from the server.&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13419</id>
		<title>RFID tags</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=RFID_tags&amp;diff=13419"/>
				<updated>2015-03-13T14:35:24Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: Created page with &amp;quot;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with certain properties. Whenever a user scans a RFID tag, th...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order for the users to find objects more efficiently, {{UBIK}} can mark some objects with [[#Technical_background|certain properties]]. Whenever a user scans a RFID tag, the resulting ID value can be used to find all matching objects, namely objects that have the right property.&lt;br /&gt;
&lt;br /&gt;
== Searching for objects ==&lt;br /&gt;
&lt;br /&gt;
{{UBIK}} provides two mechanisms for searching objects: [[Sync Mode#Possible sync modes|online and offline]].&lt;br /&gt;
&lt;br /&gt;
=== Searching offline ===&lt;br /&gt;
&lt;br /&gt;
In any case (regardless of the network connection and [[Sync Mode|sync mode]]), {{UBIK}} always goes through all the objects currently available on the device and find the ones that match the scanned results.&lt;br /&gt;
&lt;br /&gt;
=== Searching online ===&lt;br /&gt;
&lt;br /&gt;
When the Internet is avaiable and {{UBIK}} is not running under offline mode, the search result is enhanced by online search. This means any objects that match the scanned results can be found even if they don't yet exist locally.&lt;br /&gt;
&lt;br /&gt;
== Presenting results of a search ==&lt;br /&gt;
&lt;br /&gt;
Once the objects are found, they are displayed in a list. The users can then browse to any of the objects for more information by clicking on the objects.&lt;br /&gt;
&lt;br /&gt;
== Technical background ==&lt;br /&gt;
&lt;br /&gt;
In order for objects to be identifiable through RFID, they have to carry the [[SYSCLS OBJECTWITHRFIDTAG]] classification.&lt;br /&gt;
&lt;br /&gt;
The service query used for online searching is [[SYSCLS RFIDTAGSCANQUERY]].&lt;br /&gt;
&lt;br /&gt;
{{Clear}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[SYSCLS OBJECTWITHRFIDTAG]]&lt;br /&gt;
* [[SYSCLS RFIDTAGSCANQUERY]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	<entry>
		<id>https://wikitest.augmensys.com/index.php?title=UBIK_Client_Basics&amp;diff=13418</id>
		<title>UBIK Client Basics</title>
		<link rel="alternate" type="text/html" href="https://wikitest.augmensys.com/index.php?title=UBIK_Client_Basics&amp;diff=13418"/>
				<updated>2015-03-13T14:34:50Z</updated>
		
		<summary type="html">&lt;p&gt;SAB: /* RFID */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Prerequisites ==&lt;br /&gt;
&lt;br /&gt;
=== Demo Login ===&lt;br /&gt;
Username: Demo&amp;lt;br /&amp;gt;&lt;br /&gt;
Password: 1234&lt;br /&gt;
&lt;br /&gt;
== Working with {{UBIK}} ==&lt;br /&gt;
=== Settings ===&lt;br /&gt;
&lt;br /&gt;
Users can configure access and edit the settings controlling {{UBIK}} environment using the [[Settings|settings list]].&lt;br /&gt;
&lt;br /&gt;
=== Login ===&lt;br /&gt;
Users need to login in order to access confidential data. This can be done in the [[Login Dialog]].&lt;br /&gt;
&lt;br /&gt;
=== Navigation Drawer ===&lt;br /&gt;
(Since [[Release 2.4.0]])&lt;br /&gt;
[[File:UI_Android_Navigation_Drawer.png|180 px|thumb|border|alt=Navigation Drawer|Navigation Drawer]]&lt;br /&gt;
The navigation drawer provides a convenient and familiar way of navigating the app. There are two ways of opening/closing the drawer.&lt;br /&gt;
* Pressing the app logo in the top-left corner;&lt;br /&gt;
* Swiping from/to the left edge of the screen&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; | width = &amp;quot;50%&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Drawer item !! Purpose&lt;br /&gt;
|-&lt;br /&gt;
| Start menu || Opens the start screen&lt;br /&gt;
|-&lt;br /&gt;
| Settings || Opens the [[Settings|settings]]&lt;br /&gt;
|-&lt;br /&gt;
| Information || Shows information about the software version and the device&lt;br /&gt;
|-&lt;br /&gt;
| Support || Starts the communication application (e.g. Skype or Visocon) and is available in the UBIK.Android.Demo application only. It is used to call directly a Support Hotline.&lt;br /&gt;
|-&lt;br /&gt;
| Sync mode || Switches {{UBIK}} between different [[Sync Mode|sync modes]]&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Info Activity ===&lt;br /&gt;
Shows static information about the app, like the version code and the minimum required web service version.&lt;br /&gt;
Also allows to [[Add a Certificate (UBIK Android)|add a server certificate]] to the app.&lt;br /&gt;
&lt;br /&gt;
=== Content Browser ===&lt;br /&gt;
Allows to navigate through the entire data model in a hierarchical manner, as it is published by the server.&lt;br /&gt;
&lt;br /&gt;
==== Context Menu ====&lt;br /&gt;
&lt;br /&gt;
==== Root objects ====&lt;br /&gt;
&lt;br /&gt;
==== Child objects ====&lt;br /&gt;
&lt;br /&gt;
==== [[Task Objects (UBIK Android)|Task objects]] ====&lt;br /&gt;
&lt;br /&gt;
==== [[Query Objects (UBIK Android)|Query objects]] ====&lt;br /&gt;
&lt;br /&gt;
==== Editors ====&lt;br /&gt;
===== Geo Editor =====&lt;br /&gt;
Editor used to set GEO locations for a specific content object. This is done by accessing the GEO property editor of the object.&lt;br /&gt;
&lt;br /&gt;
==== Properties ====&lt;br /&gt;
===== Boolean Properties =====&lt;br /&gt;
The user can switch {{Boolean}} properties by either clicking the checkbox in the property list view (without visible editor), or by clicking the property row to open the corresponding editor.&lt;br /&gt;
&lt;br /&gt;
===== Selective List Properties =====&lt;br /&gt;
The user can select a value from a list of possible values for this property, by clicking on the saved property value on the property list view. The corresponding editor is displayed with the drop-down list already expanded. Once the user selects a value from the list, the value is immediately saved and editor closed. It is also possible to cancel the editing or delete the value.&lt;br /&gt;
===== Teach In =====&lt;br /&gt;
The user can enter the location manually or, if available, can use the location provided by the positioning service. In case the positioning service doesn't deliver any location the user has only the possibility to enter the location manually.&lt;br /&gt;
&lt;br /&gt;
==== Documents ====&lt;br /&gt;
===== Redlining =====&lt;br /&gt;
See the section [[Documents_(UBIK_Android)#Redlining|redlining]] in the [[Documents_(UBIK_Android)|Documents]] article.&lt;br /&gt;
&lt;br /&gt;
=== POI View ===&lt;br /&gt;
Brings up the [[POI View|Augmented Reality view]] and displays Points of Interest (POI's) related to the current location of the mobile device.&lt;br /&gt;
&lt;br /&gt;
=== AR Navigation ===&lt;br /&gt;
Allows the user to navigate to an object using the [[AR Navigation|Augmented Reality Navigation]] feature.&lt;br /&gt;
It is accessible via a {{UBIK}} object's context menu in the Content Browser.&lt;br /&gt;
&lt;br /&gt;
=== Map View ===&lt;br /&gt;
Opens the [[map View|Map view]] and displays Points of Interest (POI's) related to the current location of the mobile device.&lt;br /&gt;
&lt;br /&gt;
=== Online/Offline mode ===&lt;br /&gt;
Switches between online and offline mode.&lt;br /&gt;
&lt;br /&gt;
=== ID Marker ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[optical code|optical codes]], in this case ID Markers.&lt;br /&gt;
&lt;br /&gt;
=== QR Code ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[optical code|optical codes]], in this case QR Codes.&lt;br /&gt;
&lt;br /&gt;
=== RFID ===&lt;br /&gt;
Provides a fast and convenient way for users to find objects that are identifiable through [[RFID tags |RFID tags]].&lt;br /&gt;
&lt;br /&gt;
=== Markerless ===&lt;br /&gt;
Opens the [[POI View|Augmented Reality view]] supporting [[HowTo:Configure_Dynamic_AR_Content#Markerless_Activity|Markerless Scanning]] based on Image Detection.&lt;br /&gt;
&lt;br /&gt;
=== ID Marker 3D ===&lt;br /&gt;
Opens the [[POI View|Augmented Reality view]] supporting [[HowTo:Configure_Dynamic_AR_Content#ID_Marker_Activity|ID Marker Scanning]] based on ID Markers.&lt;br /&gt;
&lt;br /&gt;
=== Synchronization ===&lt;br /&gt;
&lt;br /&gt;
The {{UBIK}} client gets its data from the UBIK Content web service and is capable of synchronizing differences between this service and itself.&lt;br /&gt;
All data can be worked with offline.&lt;br /&gt;
Depending on the [[Sync Mode]] setting, the synchronization will behave differently - either taking care of everything automatically or giving the user full control over which changes are sent (&amp;quot;committed&amp;quot;) to the server and which updates are fetched from it.&lt;br /&gt;
In case of an error, an Android Notification is shown to gently notify the user what has happened and eventually give hints on how to solve the problem.&lt;br /&gt;
&lt;br /&gt;
=== Push Service ===&lt;br /&gt;
The {{UBIK}} [[Push Service (Client)|push service]] is a mechanism used by the clients in order to receive updates from the server.&lt;br /&gt;
&lt;br /&gt;
[[Category:Client]]&lt;/div&gt;</summary>
		<author><name>SAB</name></author>	</entry>

	</feed>