-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
65 lines (62 loc) · 1.8 KB
/
index.html
File metadata and controls
65 lines (62 loc) · 1.8 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
---
layout: post
title: Cubeacon Developer Documentation
cover: cover.jpg
date: 2014-07-17 18:00:00
categories: posts
---
<p>Welcome to the Cubeacon Developer docs! This site documents from top-to-bottom, covering guides for Cubeacon Cloud Services, iOS and Android Software Development Kit.</p>
<table width="100%">
<tr>
<td>
<table style="min-height:150px !important;">
<tr>
<td rowspan="6" valign="top"><img src="/images/ios-logo.png" alt="ios-logo"></td>
<td>
<strong>iOS SDK Documentation</strong>
</td>
</tr>
<tr>
<td><a href="/sdk/ios">Quick Start</a></td>
</tr>
<tr>
<td><a href="/sdk/ios/guides">Guides</a></td>
</tr>
<tr>
<td><a href="/sdk/ios/references/index.html" target="_blank">References</a></td>
</tr>
<tr>
<td><a href="https://github.com/cubeacon/ios-cubeacon-sample" target="_blank">Sample</a></td>
</tr>
<tr>
<td><a href="https://github.com/cubeacon/ios-cubeacon-sample/issues" target="_blank">Comment</a></td>
</tr>
</table>
</td>
<td>
<table style="min-height:150px !important;">
<tr>
<td rowspan="6" valign="top"><img src="/images/android-logo.png" alt="android-logo"></td>
<td>
<strong>Android SDK Documentation</strong>
</td>
</tr>
<tr>
<td><a href="/sdk/android">Quick Start</a></td>
</tr>
<tr>
<td><a href="/sdk/android/guides">Guides</a></td>
</tr>
<tr>
<td><a href="/sdk/android/references/index.html" target="_blank">References</a></td>
</tr>
<tr>
<td><a href="https://github.com/cubeacon/android-cubeacon-sample" target="_blank">Sample</a></td>
</tr>
<tr>
<td><a href="https://github.com/cubeacon/android-cubeacon-sample/issues" target="_blank">Comment</a></td>
</tr>
</table>
</td>
</tr>
</table>