mirror of
https://github.com/cosinekitty/astronomy.git
synced 2026-05-19 06:17:03 -04:00
Added placeholder links to Android, Java demos.
This commit is contained in:
@@ -51,7 +51,14 @@
|
||||
<div>Kotlin / JVM</div>
|
||||
<div><img src="source/kotlin/kotlin_language.svg" width="100" height="100" alt="Kotlin" /></div>
|
||||
</td>
|
||||
<td style="text-align: center;"><a href="demo/kotlin/">Examples</a></td>
|
||||
<td>
|
||||
<h3 style="text-align: center;">Examples</h3>
|
||||
<ul>
|
||||
<li><a href="demo/kotlin/">Kotlin</a></li>
|
||||
<li><a href="demo/android/">Android</a></li>
|
||||
<li><a href="demo/java/">Java</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
<td style="text-align: center;"><a href="source/kotlin/">Code & Docs</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
4
demo/android/README.md
Normal file
4
demo/android/README.md
Normal file
@@ -0,0 +1,4 @@
|
||||
# Android demo GUI in Kotlin
|
||||
|
||||
Not yet documented. Coming soon!
|
||||
|
||||
7
demo/java/README.md
Normal file
7
demo/java/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# Java demo program
|
||||
|
||||
This program illustrates compatibility between the
|
||||
Kotlin source code and the Java language.
|
||||
|
||||
Not yet documented. Coming soon!
|
||||
|
||||
Reference in New Issue
Block a user