---
title: "[CD SDK] - About Android SDK"
description: About Android SDK
url: https://www.contentstack.com/docs/developers/sdks/content-delivery-sdk/android/about-android-sdk
product: Contentstack
doc_type: sdk-overview
audience:
  - developers
platform:
  - android
version: latest
last_updated: 2026-03-26
---

# [CD SDK] - About Android SDK

This page introduces the Contentstack Android SDK, explains what it is used for, and points Android developers to the prerequisites and next steps for integrating the SDK into an Android app.

## About Android SDK

*Use Contentstack to power content for your Android projects*

Contentstack provides Android SDK that Developers can use to develop Android applications and power its content from Contentstack. The Contentstack Android SDK uses our [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Android-based applications.

**Note**: The Contentstack Android SDK supports Android version 7.0 or later.

In order to integrate your Android app with Contentstack Android SDK, follow the steps mentioned in the [Get Started](/docs/developers/android/get-started-with-android-sdk) section.

You can check out the [sample Android apps](/docs/developers/sdks/content-delivery-sdk/android/#sample-apps-for-android) that Contentstack have developed to see Android SDK in action.

## More resources

- [View and Download Android SDK repository on GitHub](https://github.com/contentstack/contentstack-android)

## Common questions

### What APIs does the Contentstack Android SDK use to fetch content?
The Contentstack Android SDK uses the [Content Delivery APIs](/docs/developers/apis/content-delivery-api) to fetch content from Contentstack and deliver it to your Android-based applications.

### What Android versions are supported by the Contentstack Android SDK?
**Note**: The Contentstack Android SDK supports Android version 7.0 or later.

### Where do I start to integrate the Android SDK into my app?
Follow the steps mentioned in the [Get Started](/docs/developers/android/get-started-with-android-sdk) section.

### Where can I find sample apps or the SDK source code?
You can check out the [sample Android apps](/docs/developers/sdks/content-delivery-sdk/android/#sample-apps-for-android) and the GitHub repository: [View and Download Android SDK repository on GitHub](https://github.com/contentstack/contentstack-android).