2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30
2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30
2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30
2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30
2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30
2021-06-08 16:48:02 +05:30
2021-06-08 16:48:02 +05:30
2021-06-09 11:04:54 +05:30
2021-06-09 11:04:54 +05:30
2021-06-08 16:48:02 +05:30

Appwrite Android SDK

License Version Twitter Account Discord

This SDK is compatible with Appwrite server version 0.8.x. For older versions, please check previous releases.

Appwrite is an open-source backend as a service server that abstract and simplify complex and repetitive development tasks behind a very simple to use REST API. Appwrite aims to help you develop your apps faster and in a more secure way. Use the Android SDK to integrate your app with the Appwrite server to easily start interacting with all of Appwrite backend APIs and tools. For full API documentation and tutorials go to https://appwrite.io/docs

Appwrite

Installation

Gradle

Add this to your root level build.gradle(.kts) file:

repositories {
    maven { 
        url = "https://maven.pkg.github.com/appwrite/sdk-for-android"
        credentials {
           username = GITHUB_USER
           password = GITHUB_TOKEN
       }
    }
}

Add this to your project's build.gradle(.kts) file:

implementation(".appwrite:0.8.0")

Maven

Add this to your project's pom.xml file:

<dependencies>
    <dependency>
        <groupId></groupId>
        <artifactId>appwrite</artifactId>
        <version>0.0.0-SNAPSHOT</version>
    </dependency>
</dependencies>

Contribution

This library is auto-generated by Appwrite custom SDK Generator. To learn more about how you can help us improve this SDK, please check the contribution guide before sending a pull-request.

License

Please see the BSD-3-Clause license file for more information.

S
Description
[READ-ONLY] Official Appwrite Android SDK 💚 🤖
Readme 1.4 MiB
Languages
Kotlin 100%