# 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 문서입니다.


---

# Agent Instructions: 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:

```
GET https://docs.remotemonster.com/android/android-overview.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
