-
Notifications
You must be signed in to change notification settings - Fork 237
/
README.html
268 lines (252 loc) · 7.03 KB
/
README.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
<head>
<style>
body
{
font-family: arial,helvetica,verdana;
font-size:small;
color: #414242;
margin:20;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAABkCAIAAAAjeXY0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAC9JREFUeNpifPbsGQMDAxMDGAxNioWRkZEcJfj0ocpRqJL2SgbIWuqoJDcaAQIMAOvZA/d5TzwkAAAAAElFTkSuQmCC);
background-repeat: repeat-x;
}
h1
{
font-family: arial narrow,arial,verdana,helvetica;
font-size:x-large;
font-weight:bold;
text-transform:uppercase;
color: #00A0DF;
}
th
{
font-family: arial,helvetica,verdana;
font-size:x-small;
font-weight:bold;
text-align:left;
background-color: #CCCCCC;
}
td
{
font-family: arial,helvetica,verdana;
font-size:x-small;
text-align:left;
}
pre
{
margin: 0px;
}
ul
{
margin:0px 19px ;
padding:0px;
}
.clsContent
{
margin-bottom: 1em;
margin-top: 0em;
}
.clsRef
{
font-family: arial,helvetica,verdana;
font-size:small;
color: #00A0DF;
font-weight:bold;
text-align:left;
margin-bottom: 0em;
margin-top: 1em;
}
.clsSyntax
{
font-family:courier;
font-size:x-small;
text-align:left;
background-color:#ffffff;
width: 70%;
border: 1px solid black;
margin: 0px;
border-collapse: collapse;
}
.clsSyntaxHeadings
{
font-family: arial,helvetica,verdana;
font-size:x-small;
font-weight:bold;
text-align:left;
color: white;
background-color:#00A0DF;
text-transform:uppercase;
padding: 0.4em;
border-left: 1px solid black;
border-right: 1px solid black;
}
.clsSyntaxCells
{
font-family:arial,helvetica,verdana;
font-size:x-small;
text-align:left;
padding: 0.4em;
vertical-align: top;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
}
.clsOddRow
{
background-color: white;
}
.clsEvenRow
{
background-color:#F4F4F4;
}
.clsSyntaxDescription
{
font-family: arial,helvetica,verdana;
font-size:x-small;
text-align:left;
background-color:#f7f7ff;
}
.clsToggleView
{
font-family: arial narrow,arial,verdana,helvetica;
font-size: large;
text-transform:uppercase;
}
.clsRemarkBody
{
font-family: arial,helvetica,verdana;
font-size:x-small;
}
.clsSynopsis
{
font-family: arial narrow,arial,verdana,helvetica;
color: #414242;
font-size: medium;
font-weight: bold;
}
.clsSectionBreak
{
background-color: #878787;
color: #878787;
height: 3px;
margin: 0em 19px;
border: 0px;
padding: 0px;
}
#clsHeaderBreak
{
background-color: #878787;
color: #878787;
height: 3px;
border: 0px;
padding: 0px;
}
.clsSectionContent
{
margin: 0em 19px;
padding: 1em 0em;
}
.clsExampleTable
{
font-family:courier;
font-size:x-small;
text-align:left;
background-color:#ffffff;
width: 95%;
border-collapse: collapse;
border: 1px dotted black;
padding: 3px;
}
.clsExampleCell
{
font-family: courier;
font-size: medium;
background-color:#F4F4F4;
text-align:left;
padding: 0.5em;
}
.clsAdditionalHeadings
{
font-family: arial,helvetica,verdana;
font-size:x-small;
font-weight:bold;
text-align:left;
color: white;
background-color:#00A0DF;
padding: 0.5em;
}
#clsHeader
{
font-family: arial narrow,arial,verdana,helvetica;
font-size:x-large;
font-weight:bold;
text-transform:uppercase;
text-align:center;
color: #414242;
margin-bottom: 0.6em;
}
.smallNote
{
font-family:arial,helvetica,verdana;
font-size:x-small;
text-align:left;
padding: 0.4em;
vertical-align: top;
}
a
{
text-decoration:none;
}
a:link
{
color: #00A0DF;
}
a:visited
{
color: #00A0DF;
}
a:hover
{
color: #00A0DF;
}
li
{
margin-top:5px;
margin-left:15px;
}
</style>
<title>RhoMobile Suite</title>
<body>
<div id="clsHeader">Getting Started with RhoMobile Suite</div>
<hr class="clsSectionBreak" />
<h1>Contents</h1>
<ol>
<li><a href="#description">What is RhoMobile Suite?</a></li>
<ul>
<li><a href="#paradigms">Native, Hybrid and Web Applications</a></li>
</ul>
<li><a href="#Installation">Installation</a></li>
</ol>
<hr class="clsSectionBreak" />
<a name="description"><H1>What is RhoMobile Suite?</H1></a>
<P>
Thank you for selecting Tau as your mobility solution tool provider. User friendly mobile applications are key to leveraging the power, value and return on investment of your mobile solutions and with RhoMobile Suite you can significantly reduce the time and cost associated with mobile application development.
<P>
RhoMobile Suite allows you to create flexible, OS-independent, hardware-agnostic applications that look, feel and act the same on every supported device. You can rapidly create robust mobile applications that can include a wide range of advanced data capture capabilities. Whether you want to streamline your warehouse, delivery or service operations or enable more robust asset tracking & visibility, RhoMobile Suite will help you get your enterprise mobility solution up and running.
<P>
RhoMobile Suite has been designed to work with all Zebra enterprise mobile computers running Android, Windows Mobile 6.5 or Windows CE 6 and up as well as a number of consumer platforms including iPhone, Windows Phone 8 and Android.
<P>
<a name="paradigms"></a><H2>Native, Hybrid and Web Applications</H2>
<P>
You can develop applications to run natively on the device (Native apps) or to run on a remote server. With Native applications you can code your business logic in Ruby or javascript, automatically obsfucate your code and run on the device; with pure web or hybrid applications you can leverage your existing web development experience to quickly get up and running creating a fully functional app with logic implemented both client-side and on the server. More information on all of these development paradigms can be found <a href="http://docs.tau-platform.com">here</a>.
<P>
<P>
<hr class="clsSectionBreak" />
<p>
<a name="installation"></a><H1>Installation</H1>
<p>
Instructions for installing RhoMobile Suite including all its components (Rhodes, RhoConnect, runtimes) on both Windows and Mac can be found in the <a href="http://docs.tau-platform.com/rhoelements/rhoelements-install">online installation instructions</a>.
<P>
<hr class="clsSectionBreak" />
<p>
<i>Copyright © 2015-2017<br>
Tau Technologies, Inc.