diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 20 |
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 & 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> |