This repository was archived by the owner on Apr 24, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathintroduction.html
More file actions
170 lines (134 loc) · 5.13 KB
/
introduction.html
File metadata and controls
170 lines (134 loc) · 5.13 KB
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
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Mobile Widgets</title>
<link rel="stylesheet" href="style/style.css" />
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<script type="text/javascript" src="js/StructureElts.js"></script>
<script type="text/javascript" src="js/Structure.js"></script>
<script type="text/javascript" src="js/DocElements.js"></script>
</head>
<body>
<script type="text/javascript">
<!--
idCurrentPage = "introduction";
beginPage();
//-->
</script>
<h1 class="title">Introduction to Mobile Widgets</h1>
<script type="text/javascript">
<!--
addIndex();
//-->
</script>
<script type="text/javascript">addTitle("Mobile Widgets", 1);</script>
<h2>What is it?</h2>
<p>Mobile Widgets is a mobile application which gives a fast and simple access to a set of mobile widgets.<br/>
These mobile widgets are a very short way to access news, fun and a multitude of Internet contents and services.</p>
<br/>
<h2>What are the end benefits of this service?</h2>
<ul><li>Simple and direct access to contents and services (weather, news, finance, games,...).</li>
<li>Ergonomic client software with easy navigation through Grid or carousel.</li>
<li>Already installed on device with default widgets featured.</li>
<li>Additional widgets available for download.</li>
<li>Data included in many tariff plans. Low data usage for people who don't have data plans.</li>
<li>Fast access to Internet services.</li>
</ul>
<br/>
<h2>How does this product simplify or change the life of users?</h2>
<ul><li>The user can keep in touch with his favorite Internet services in a few clicks.</li>
<li>The widgets can be chosen from the catalog and installed very quickly.</li>
<li>The user can discover mobile Internet through an optimized customer experience.</li>
</ul>
<br/>
<h2>And more...</h2>
<ul><li>Mobile Widgets application is embedded on devices ( more than 1 million !).</li>
<li>Mobile Widgets can be downloaded over the air.</li>
<li>Mobile Widgets exists in several versions:</li>
<ul>
<li> Mobile Widgets. </li>
<li> Tiny Mobile Widgets for very low cost devices.</li>
</ul>
<li>Mobile Widgets can be adapted to different screen sizes (scalable capability).</li>
</ul>
<script type="text/javascript">addTitle("Mobile Widgets framework", 1);</script>
<p>
Mobile Widgets framework is basically an environment to create and play fancy
rich media applications with WEB2.0 like features.
</p>
<u>The key features are:</u><br/>
<ul>
<li>
<span class="highlight">Comprehensive rich-media environment.</span><br/>
Create applications mixing video with 2D and 3D vector graphics, animation and interactivity.<br/>
Full javascript support for AJAX like interactions.
</li><li>
<span class="highlight">Optimized for mobile phones.</span><br/>
Designed from the beginning to use optimally actual phones capability and modern Java Virtual Machine potential.
</li><li>
<span class="highlight">Ultra light rich media applications.</span><br/>
Thanks to its optimum format, improve reactivity while shortening downloading times.
</li>
</ul>
<script type="text/javascript">addTitle("Widgets examples", 1);</script>
<p>
Mobile Widgets proposes a catalog of many widgets.<br/><br/>
<u>Example of widgets:</u>
</p>
<TABLE>
<tr>
<td>Mobile Widgets carousel.</td>
<td>Weather widget.</td>
</tr>
<tr>
<td><img alt="Carousel" src="images/presentation/ow_example_01.jpg" /></td>
<td><img alt="Weather" src="images/presentation/ow_weather_01.jpg" /></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td>Pikeo widget.</td>
<td>Sudoku widget.</td>
</tr>
<tr>
<td><img alt="Pikeo" src="images/presentation/ow_pikeo_01.jpg" /></td>
<td><img alt="Sudoku" src="images/presentation/ow_sudoku_01.jpg" /></td>
</tr>
</TABLE>
<script type="text/javascript">addTitle("Create your widgets", 1);</script>
<p>
You want your own application?<br/>
This site provide tools, documentations and examples to create your widgets.
</p>
Mobile Widgets manage service adaptation depending on:<br/>
<ul>
<li>language (can fit the device language).</li>
<li>country (the widgets catalog is different for each country).</li>
<li>device (the design and size are different).</li>
</ul>
<br/>
The SDK provides the tools for:<br/>
<ul>
<li>integration of your widget in Mobile Widgets ( some "prototype" are reusable code like carousel, mosaic, options, textinputs,...).</li>
<li>compile, test your widget with an emulator.</li>
<li>deliver your widget.</li>
</ul>
<br/>
<script type="text/javascript">addTitle("Support", 1);</script>
<p>You get support by asking questions on our <a href="http://osmwp.shapado.com/">Q&A support site</a>.</p>
<script type="text/javascript">
<!--
addBackPageNavigator ( '', 'installation');
//-->
</script>
<script type="text/javascript">
<!--
endPage();
//-->
</script>
</body>
</html>