API Reference / API Methods / Install the Android API Client

Install the Android API Client

It’s recommended to use the Kotlin API client, which is better suited for Android development.

Install the Android client by adding the following dependency to your Gradle build file:

1
2
3
4
5
dependencies {
    // [...]
    implementation 'com.algolia:algoliasearch-android:3.+'
    // This will automatically update to the latest v3 release when you build your project
}

Language-specific notes

You can browse the automatically generated reference documentation.

This project is open-source under the MIT License.

Did you find this page helpful?