> 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/sample-complete-reader.md).

# Download the Sample Android PDF Reader and Editor App

Explore the comprehensive features of this sample app with document viewing, editing, and comparison activities. Discover multi-tab viewing, annotation tools, PDF manipulation, and more in the SDK pac

{% hint style="info" %}
The source code for this sample app can be found in the **samples** folder of the SDK package.
{% endhint %}

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

{% @apryse-download-button/apryse-download-button id="Android\_SDK\_android\_android" title="Download the Source Code" showVersion="false" %}

This app contains a document viewing and editing activity and a document comparison activity.

### Features

* [Multi-tab viewing](/android/open-save-document/open/fragment.md)
* [Annotation creation and form filling](/android/annotation/tools.md)
* [Quick menu](/android/ui-customization/quick-menu.md)
* [Annotation toolbar](/android/annotation/annotation-toolbar-a.md)
* [Thumbnail slider](/android/ui-customization/thumbnail-slider-a.md)
* [Annotation list](/android/annotation/annotation-list-a.md)
* [Outline list](/android/bookmarks/outline.md)
* [User bookmarks list](/android/bookmarks/user-bookmarks-a.md)
* [Page thumbnails, with the ability to add, duplicate, remove, re-organize, rotate, and export pages](/android/page-manipulation/thumbnails-view-a.md)
* [PDF page creation](/android/page-manipulation/create.md)
* [PDF page rotation](/android/page-manipulation/rotate.md)
* [Reflow](/android/viewer/view-mode.md#reflow)
* [Undo and redo](/android/annotation/undo-redo.md)
* [Full text search](/android/search/text.md)
* [Auto saving](/android/open-save-document/save.md)
* [Night mode, sepia mode, and custom color mode](/android/viewer/themes.md)
* [Page cropping](/android/open-save-document/basics/crop-pages.md)
* [PDF merging](/android/get-started/samples/pdfpagetest.md)
* [Localization](/android/viewer/localization.md)


---

# 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/sample-complete-reader.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.
