# Android Sinch SDK This documentations shows how to easily implement our SDK for chat and for push features. The documentation covers the following topics: 1. [Installing the SDK](/docs/sinch-chat/getting-started/android/installation) using Maven as an example. 2. [Initializing the SDK](/docs/sinch-chat/getting-started/android/initialization) as soon as the application starts. 3. [Setting the identity](/docs/sinch-chat/getting-started/android/set-identity) of the user. 4. [Enabling the chat](/docs/sinch-chat/getting-started/android/showing-chat) functionality. 5. [Setting up push](/docs/sinch-chat/getting-started/android/push) notifications. You may also review the following reference materials to further customize your solution: - [Modifying UI parameters](/docs/sinch-chat/getting-started/android/configuration-parameters) to create a unique look. - [Updating strings](/docs/sinch-chat/getting-started/android/localization) to localize your application. - [Including metadata information](/docs/sinch-chat/getting-started/android/metadata) to record important data.