> For the complete documentation index, see [llms.txt](https://docs.apryse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apryse.com/android/samples/package-samples/run-sample.md).

# Sample projects: Android PDF viewer apps

Explore Apryse SDK sample projects for Android, download APKs, and run projects with Android Studio. Learn how to use main classes and features of the SDK. The Apryse Android SDK streamlines secure do

{% hint style="info" %}
If you are interested in trying out the sample activities in your application directly, please check out [this article](/android/samples/cookbook/try-demo.md) instead.
{% endhint %}

{% hint style="info" %}
**Download the SDK**

{% @apryse-download-button/apryse-download-button id="Android\_SDK\_android\_android" showVersion="true" %}
{% endhint %}

Apryse for Android ships with two sample projects, each containing sample code you can use in your project. The source for both samples are included in the Android zip package under the `samples` folder. You can run any of the sample projects with Android Studio or with command line.

If you prefer to install the sample apps directly you can download the APKs here:

{% @apryse-download-button/apryse-download-button id="Showcase\_apk\_android\_android" title="Showcase.apk" showVersion="false" %}

{% @apryse-download-button/apryse-download-button id="CompleteReader\_apk\_android\_android" title="CompleteReader.apk" showVersion="false" %}

## Run samples from source with Android Studio

First, be sure you have the latest version of Android Studio. You can [download the latest Android Studio version here](https://developer.android.com/studio/index.html). If you already have Android Studio, check for the latest stable version by clicking **Help > Check for Updates** (on Mac: **Android Studio > Check for Updates**).

1. In the **Welcome to Android Studio** window, click **Import project (Gradle, Eclipse ADT, etc.)**.

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-9b677cd4dbece269ccb7af700fb9fd7cd83ee3bc%2Fa3c8026526f4d6f5c7abbcad2214a53458fc2fcf-780x487.png?alt=media)

1. Select one of the sample app's project folder and click **OK**.

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-04f027864f84832f90422048f51fa07d6a65c1c4%2F5ad1d55f974da49e319c8dd92d95bad2c38a9e4a-425x522.png?alt=media)

1. Run the project.

![](https://226546913-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F0QItsdFBmuuL9ezHimHy%2Fuploads%2Fgit-blob-3117f9f5983f338c681c3cb715333c3fad53530b%2F5dc9e79f6386c1714f5293fae791961ba0a24e33-494x37.png?alt=media)

## Showcase app

See details here: [Showcase app](/android/samples/package-samples/sample-showcase.md)

## CompleteReader app

See details here: [CompleteReader app](/android/samples/package-samples/sample-complete-reader.md)

## MiscellaneousSamples app

This app showcases the functionality of the Apryse SDK and includes the samples found on the [sample code](/android/get-started/samples.md) page. You can inspect its source code to learn how to use some of the main classes and features of the SDK, or just run the sample and view the results.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.apryse.com/android/samples/package-samples/run-sample.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
