-
Notifications
You must be signed in to change notification settings - Fork 0
/
acc-dyns.html
92 lines (87 loc) · 5.4 KB
/
acc-dyns.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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Intergrace Pty Ltd :: Products :: Access Dynamics</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
<style media="screen" type="text/css"></style>
<script type="text/javascript" src="doctextsizer.js"></script>
</head>
<body>
<table id="container" cellpadding="0" cellspacing="0">
<tr><td id="header">
<div id="logo">
<table>
<tr><td id="company" align="center" valign="bottom">Intergrace Pty Ltd</td></tr>
<tr><td id="slogan" align="right" valign="top">elegant IT solutions</td></tr>
</table>
</div>
<div id="sizeswitcher">
<a href="#" class="texttoggler" rel="xsmallview" title="extra small size"><span style="font-size: 8pt">A</span></a>
<a href="#" class="texttoggler" rel="smallview" title="small size"><span style="font-size: 11pt">A</span></a>
<a href="#" class="texttoggler" rel="normalview" title="normal size"><span style="font-size: 13pt">A</span></a>
<a href="#" class="texttoggler" rel="largeview" title="large size"><span style="font-size: 15pt">A</span></a>
<a href="#" class="texttoggler" rel="xlargeview" title="extra large size"><span style="font-size: 17pt">A</span></a>
</div>
<script type="text/javascript">
documenttextsizer.setup("texttoggler");
</script>
<div style="clear: both;"></div>
</td></tr>
<tr><td id="menutabs" align="center" valign="top">
<table cellpadding="0" cellspacing="0">
<tr>
<td class="first"><a href="company.html">The Company</a></td>
<td class="active">Products</td>
<td><a href="services.html">Services</a></td>
<td><a href="downloads.html">Downloads</a></td>
<td class="last"><a href="contactus.html">Contact Us</a></td>
</tr>
</table>
</td></tr>
<tr><td id="body" valign="top">
<h2>Access Dynamics</h2>
<p>Access Dynamics is an application server / dynamic content web server for Android. It enables app developers to provide web access to their Android apps.</p>
<p>By using our simple <a href="https://github.com/intergrace/AccessDynamicsSampleContext/raw/master/access-dynamics-interface/access-dynamics-interface-release.aar">API</a>, Access Dynamics allows any Android application to expose a part or all of its functionality through the web interface - HTTP protocol. See <a href="https://github.com/intergrace/AccessDynamicsSampleContext">this example</a> for more details.</p>
<h3>Brief feature list:</h3>
<ul>
<li>Static content support. Any configured static file, like an HTML page or a JPEG image, can be viewed or downloaded in a web browser.</li>
<li>Dynamic content support. Access Dynamics is bundled with the <a href="http://velocity.apache.org/">Velocity Engine</a> and handles the Velocity template rendering with ease.</li>
<li>JSON and JSONP support. Access Dynamics allows your application to host RESTful services.</li>
<li>Configurable to start when Android boots up.</li>
<li>Configurable web server port (default: 8000).</li>
<li>Detects and registers Access Dynamics API supporting applications automatically and lists the registered web contexts.</li>
<li>Lists the URL of the Access Dynamics web server - the IP address and the port number. When navigated to this URL in a web browser, the root context page displays the list of the registered app contexts that can be navigated to further.</li>
<li>Free for personal use.</li>
</ul>
<h3>Screenshots:</h3>
<p class="scrshotsicons">
<script type="text/javascript">
function openWin(parent) {
window.open(parent.href, '', 'height=720,width=1280');
return false;
}
</script>
<a href="images/screenshots/accdyns/accdyns-settings.png" target="screenshot" onclick="return openWin(this)"><img src="images/screenshots/accdyns/accdyns-settings-s.png" /></a>
</p>
<h3>Download</h3>
<p><a href="downloads.html">Click here</a></p>
<a name="install"><h3>Installation Instructions</h3></a>
<p>Download the app to your Android device and open it. The easiest way to do it is by using Android web browser - just navigate in it to the Downloads page and download the app. Then open Downloads in the Apps screen and click on the downloaded app. The system will ask if you want to install the app. The app requests permissions to access the Internet (that should be read as a permission to provide an Internet service - web server) and to receive Boot Completed notification (to start on boot - if opted in). Accept it. That's all.</p>
<p>The app is completely free for personal use, however please consider making a small donation.</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_donations" />
<input type="hidden" name="business" value="P7DB8K74D7RNQ" />
<input type="hidden" name="lc" value="AU" />
<input type="hidden" name="item_name" value="Intergrace Pty Ltd" />
<input type="hidden" name="item_number" value="PVR App" />
<input type="hidden" name="currency_code" value="AUD" />
<input type="hidden" name="bn" value="PP-DonationsBF:btn_donateCC_LG.gif:NonHosted" />
<input type="image" src="https://www.paypal.com/en_AU/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal" />
<img alt="" border="0" src="https://www.paypal.com/en_AU/i/scr/pixel.gif" width="1" height="1" />
</form>
</td></tr> <!-- #body -->
<tr><td id="footer">Copyright ©2020 Intergrace Pty Ltd</td></tr>
</table>
</body>
</html>