API Reference / API Methods / Install the Android API Client
Jun. 10, 2019

Install the Android API Client

We released a Kotlin API client, which is better suited for Android development. Check it out here.

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
}

Source on GitHub

All our API clients are open source and available on Github.

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?