---
canonical: https://amplience.com/developers/docs/technologies/android/
title: Android (Java)

description: Use the tutorials, sample code and Software Development Kits (SDK) provided here to find out how easy it is to use Amplience with your Android development.
audience: Developer
image: https://cdn.media.amplience.net/i/ampproduct/android-emulator-2?w=1200&h=630
image_width: 1200
image_height: 630
date_published: 2022-07-25
date_modified: 2023-05-17
---

# Android (Java)

Tutorials, sample code and SDKs to assist your Android development.

## SDKs

- [Android Content Delivery SDK](https://github.com/amplience/dc-delivery-sdk-android). A Java SDK for using the Content Delivery API to develop Android apps.

## Sample code

The following examples are all written using Java with the Android Content Delivery SDK. Find these examples on GitHub within the [SDK sample apps folder](https://github.com/amplience/dc-delivery-sdk-android/tree/main/sampleapp).

- **Banner**. A simple banner. Content is retrieved from the CMS using a delivery key.

![The simple banner example running in the Android emulator](https://cdn.media.amplience.net/i/ampproduct/android-emulator-2?w=450&fmt=png 'The simple banner example running in the Android emulator')

- **Carousel**. A simple carousel with slides.

- **Multi content slot**. How to render a slot that can contain banners, carousels and video.

- **Blog**. An example of how to filter content using a blog.
