Skip to content

Automattic/Gravatar-SDK-Android

Folders and files

Image for: Folders and files
NameName
Last commit message
Last commit date

Latest commit

Image for: Latest commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image for: Repository files navigation

Gravatar-Android

Image for: Gravatar-Android

The Gravatar Android SDK is a library that provides a set of UI components and utilities to fetch and display Gravatar images and profile data in Android applications.

If you're also looking to integrate Gravatar in your iOS app, check out our Gravatar SDK for iOS!

Features

Image for: Features

Core services:

Gravatar UI:

Quick Editor

Installation

Image for: Installation

To add the Gravatar SDK to your project, you can use the following Gradle dependency:

dependencies {
    implementation("com.gravatar:gravatar:<version>")
    // OR
    implementation("com.gravatar:gravatar-ui:<version>")
    // OR
    implementation("com.gravatar:gravatar-quickeditor:<version>")
}

Additionally, if you're using version 2.3.1 or older of the SDK, you need to add custom Gradle repository:

repositories {
    maven {
        url = uri("https://a8c-libs.s3.amazonaws.com/android")
    }
}

For further details on how to integrate in your own app please take a look at our Get Started guide. You'll find a quick overview of how to get an API key and use the library in your projects.

Documentation

Image for: Documentation

You can find some detailed articles, tutorials and API docs via these links:

For those looking for a full API documentation: click here.

For Maintainers

Image for: For Maintainers

If you're contributing to or maintaining this project, check out SDK's technical details.

Contributing

Image for: Contributing

Read our Contributing Guide to learn about reporting issues, contributing code, and more ways to contribute.

License

Image for: License

Gravatar-SDK-Android is an open source project covered by the Mozilla Public License Version 2.0.

About

Image for: About

Gravatar Android library

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

Image for: Packages 0
No packages published

Contributors 14

Image for: Contributors 14

Languages

Image for: Languages