# SDKs

- [Android](/sdks/android.md): Mitter provides an Android SDK which you can use to quickly integrate Mitter to your apps. Learn more about how to setup and use the SDK here.
- [Getting Started](/sdks/android/getting-started.md): Welcome to the reference section for Mitter’s Android SDK.  In this section, you'll mostly find a detailed explanation of how the SDK works and how to harness it best.
- [Set up FCM](/sdks/android/real-time-communication.md): In the last section, Getting Started, you learnt how to successfully setup the Mitter Android SDK and was able to send a message across a newly created channel. It’s time to step up.
- [Presence and Timeline Events](/sdks/android/enrich-your-application.md): Okay, now that you’ve laid a solid foundation for sending and receiving messages in your app, it’s time to step up the game and enrich your app with a lot more features Mitter.io has to offer.
- [Profiles, Pagination and Locators](/sdks/android/tinkering-with-advanced-options.md): By now, you’re pretty well versed with how the SDK works and this level of knowledge with get you through most use cases. However, if you need more control, this is how you can do so.
- [Using the UI Framework](/sdks/android/using-the-ui-framework.md): Learn how to use Mitter.io UI Framework to get a chat app running in record time.
- [iOS](/sdks/ios.md): The iOS SDK reference documentation
- [Installation](/sdks/ios/installation.md)
- [Basic Setup](/sdks/ios/basic-setup.md)
- [Get the current user details](/sdks/ios/get-the-current-user-details.md)
- [Create a Channel](/sdks/ios/create-a-channel.md)
- [Messaging](/sdks/ios/messaging.md)
- [Push Messages](/sdks/ios/push-messages.md)
- [Javascript](/sdks/web.md): The mitter.io web SDKs are a minimalist SDK that allows you to consume mitter.io services with just a few dependencies.
- [Using the UI framework (web only)](/sdks/web/using-the-ui-framework-web-only.md)
- [For react-native](/sdks/web/for-react-native.md)
- [For node.js](/sdks/web/for-node-js.md)
- [TSDocs / JSDocs](/sdks/web/tsdocs-jsdocs.md)
- [For Typescript Users](/sdks/web/for-typescript-users.md): mitter.io SDKs are compiled with typescript 3.0.3, but target typescript 2.7.+ Versions of typescript below 2.7 might work, but are not supported.
- [Java (Backend)](/sdks/java-backend.md): The Java SDK for backends
