-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathsidelist-development.html
More file actions
22 lines (22 loc) · 1.3 KB
/
sidelist-development.html
File metadata and controls
22 lines (22 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<li class="category">DEVELOPMENT</li>
<li>
<a target="_blank" href="{{ site.js }}" class="otherLinkColour refreshLink">Web (Client Side)</a></li>
<li>
<a class="otherLinkColour">Mobile</a>
<ul>
<li><a target="_blank" href="{{ site.android }}" class="otherLinkColour refreshLink">Android</a></li>
<li><a target="_blank" href="{{ site.oc }}" class="otherLinkColour refreshLink">iOS</a></li>
<li><a target="_blank" href="{{ site.maui }}" class="otherLinkColour refreshLink">MAUI</a></li>
<li><a target="_blank" href="https://github.com/Dynamsoft/barcode-reader-react-native-samples/blob/main/README.md" class="otherLinkColour refreshLink">React Native</a></li>
<li><a target="_blank" href="{{ site.flutter }}" class="otherLinkColour refreshLink">Flutter</a></li>
</ul>
</li>
<li>
<a class="otherLinkColour">Server / Desktop</a>
<ul>
<li><a target="_blank" href="{{ site.python }}" class="otherLinkColour refreshLink">Python</a></li>
<li><a target="_blank" href="{{ site.java }}" class="otherLinkColour refreshLink">Java</a></li>
<li><a target="_blank" href="{{ site.dotnet }}" class="otherLinkColour refreshLink">.NET</a></li>
<li><a target="_blank" href="{{ site.cpp }}" class="otherLinkColour refreshLink">C++</a></li>
</ul>
</li>