You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, this project is an extract of the Matrix SDK module from Element Android. Please do not open a pull request on this project. If you want to propose a change on the SDK, please open a PR on https://github.com/vector-im/element-android. Thanks!
About
This repository contains the matrix-android-sdk extracted from the project Element Android
Please open any issue in the Element Android project: Create an issue
How to integrate the SDK in your application
Quick start
To integrate the SDK to your application, add the following gradle dependency to the build.gradle of your application module:
This sample app is able to let the user connects to an existing account on any homeserver with password login, display the room list, display a room timeline and send message to a room.
Sadly there is no official documentation on how to migrate from the old SDK to the new one. Because the new SDK API is totally new, we guess that there is no easy way to handle a migration.
We strongly recommend that any new applications uses this new SDK.
About
Matrix SDK for Android, extracted from the Element Android application