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

# Android - Overview

## Overview

![](/files/-LGUXbbEcmMuyVycKGGm)

`Remon Class`는 Remon SDK 에서 가장 핵심이 되는 클래스 입니다. `Remon Config` 와 `Remon Observer`를 통해서 직접 방송과 통신을 만들 수 있습니다. Remon 클래스로 가장 기본적인 RemoteMonster의 방송/통화 서비스를 개발할 수 있지만 직접 Remon 클래스를 쓰지 않고 방송과 통화에 각각 적합하게 개발할 수 있는 RemonClient의 하위 클래스인 `RemonCall` 과 `RemonCast` 를 제공 합니다. 이를 통해 방송, 통신 기능을 구현할 수 있습니다.

## Resources

### Downloads, Change Log, Examples

{% embed url="<https://github.com/remotemonster/android-sdk/>" %}

RemoteMonster Android SDK에 대한 모든 정보를 얻을 수 있습니다. SDK를 얻을 수 있고 API 문서와 샘플등을 다운로드할 수 있습니다.

### Reference Document

{% embed url="<https://remotemonster.github.io/android-sdk>" %}

RemoteMonster Android SDK의 API 문서입니다.
