> 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.md).

# Samples

- [Package samples](https://docs.apryse.com/android/samples/package-samples.md)
- [Sample projects: Android PDF viewer apps](https://docs.apryse.com/android/samples/package-samples/run-sample.md): 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
- [Download the Android PDF Viewer Showcase Sample App](https://docs.apryse.com/android/samples/package-samples/sample-showcase.md): Explore the Showcase app demo powered by Apryse Android SDK. Try out Xodo, a top-rated PDF viewer app. Discover various features and samples for developers to experiment with. The Apryse Android SDK s
- [Download the Sample Android PDF Reader and Editor App](https://docs.apryse.com/android/samples/package-samples/sample-complete-reader.md): 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
- [Sample Android apps on GitHub](https://docs.apryse.com/android/samples/github-samples.md): Discover a collection of sample apps and examples to accelerate your app development process. Explore How-to Collections, Quick start app, and Apryse samples for Android SDK integration. The Apryse An
- [Cookbook](https://docs.apryse.com/android/samples/cookbook.md)
- [Quick start - view a document in Android](https://docs.apryse.com/android/samples/cookbook/try-demo.md): Learn how to create a simple Android app that opens a PDF document using DocumentActivity. Follow our step-by-step tutorial and integrate Apryse SDK into your project with Gradle. Get started now! The
- [Customize the sticky note icon picker](https://docs.apryse.com/android/samples/cookbook/customize-sticky-note-icon.md): Learn how to add custom sticky note icons to your Android project with this comprehensive guide. Convert SVG to PDF, create custom icons, and enhance your UI. Explore the Apryse SDK for more! The Apry


---

# 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.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.
