summaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2017-10-24 13:17:18 +0200
committerTor Andersson <tor.andersson@artifex.com>2017-11-13 17:05:18 +0100
commit4c6226da837e279a64770dcd51d54e40caf54b6f (patch)
treef4d62b4f3a04a970da22fbdb2a57237d0547c0ed /docs/index.html
parentcfe37ae813fff7113b19b7c7009fb880aa37a037 (diff)
downloadmupdf-4c6226da837e279a64770dcd51d54e40caf54b6f.tar.xz
Update docs for Android SDK.
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/docs/index.html b/docs/index.html
index afcff2e8..59a11a5b 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -44,12 +44,12 @@ Read the <a href="manual-mupdf-gl.html">manual for the new Linux and Windows vie
Android currently has several different viewers with varying degrees of complexity:
<dl>
-<dt><a href="https://play.google.com/store/apps/details?id=com.artifex.mupdf.mini">MuPDF mini</a>
-<dd>A minimal code example of a document viewer.
-<dt><a href="https://play.google.com/store/apps/details?id=com.artifex.mupdfdemo">MuPDF demo</a>
+<dt><a href="https://play.google.com/store/apps/details?id=com.artifex.mupdfdemo">MuPDF</a>
<dd>The main app on Google Play. Supports forms and annotations.
-<dt>MuPDF NUI
-<dd>A viewer that matches the look &amp; feel of SmartOffice. This product is still in early development.
+<dt><a href="https://play.google.com/store/apps/details?id=com.artifex.mupdf.viewer.app">MuPDF viewer</a>
+<dd>A slimmed down viewer only variant of the main app.
+<dt><a href="https://play.google.com/store/apps/details?id=com.artifex.mupdf.mini.app">MuPDF mini</a>
+<dd>A minimal code example of a document viewer.
</dl>
<p>
@@ -120,15 +120,15 @@ The book is also available as a <a href="book.pdf">PDF</a> and <a href="book.epu
There is also a Java library, which uses JNI to provide access to the C library.
The Java classes provide an interface very similar to that available in the
<a href="manual-mutool-run.html">mutool run</a> command line tool.
-This Java library is also how you use MuPDF on Android.
+This Java library also powers the Android SDK.
<p>
-If you want to build an application for Android, you have several options. You can base it off one of
-the existing viewers, or build a new app using the Java library directly.
+If you want to build an application for Android, you have several options. You
+can base it off one of the existing viewers, or build a new app using the Java
+library directly.
<ul>
-<li><a href="android-build-viewer.html">How to build the Android viewer</a>.
-<li><a href="android-build-library.html">How to build the Android library</a>.
+<li><a href="android-sdk.html">Android SDK documentation</a>.
</ul>
<h2>Contributing</h2>