com.algolia:instantsearch-androidx-core

A library to build instant-search applications on Android with AndroidX.

Лицензия

Лицензия

MIT
Категории

Категории

Ant Компиляция и сборка Search Прикладные библиотеки
Группа

Группа

com.algolia
Идентификатор

Идентификатор

instantsearch-androidx-core
Последняя версия

Последняя версия

1.15.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

com.algolia:instantsearch-androidx-core
A library to build instant-search applications on Android with AndroidX.
Ссылка на сайт

Ссылка на сайт

https://github.com/algolia/instantsearch-android
Система контроля версий

Система контроля версий

https://github.com/algolia/instantsearch-android

Скачать instantsearch-androidx-core

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.algolia/instantsearch-androidx-core/ -->
<dependency>
    <groupId>com.algolia</groupId>
    <artifactId>instantsearch-androidx-core</artifactId>
    <version>1.15.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.algolia/instantsearch-androidx-core/
implementation 'com.algolia:instantsearch-androidx-core:1.15.3'
// https://jarcasting.com/artifacts/com.algolia/instantsearch-androidx-core/
implementation ("com.algolia:instantsearch-androidx-core:1.15.3")
'com.algolia:instantsearch-androidx-core:aar:1.15.3'
<dependency org="com.algolia" name="instantsearch-androidx-core" rev="1.15.3">
  <artifact name="instantsearch-androidx-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.algolia', module='instantsearch-androidx-core', version='1.15.3')
)
libraryDependencies += "com.algolia" % "instantsearch-androidx-core" % "1.15.3"
[com.algolia/instantsearch-androidx-core "1.15.3"]

Зависимости

runtime (4)

Идентификатор библиотеки Тип Версия
org.greenrobot : eventbus jar 3.1.1
com.algolia : algoliasearch-android jar 3.27.0
androidx.appcompat » appcompat jar 1.0.2
com.jayway.jsonpath : json-path jar 2.4.0

Модули Проекта

Данный проект не имеет модулей.

InstantSearch Android

Download Build Status

InstantSearch family: InstantSearch Android | InstantSearch iOS | React InstantSearch | InstantSearch.js | Angular InstantSearch | Vue InstantSearch.

InstantSearch Android is a library providing widgets and helpers to help you build the best instant-search experience on Android with Algolia. It is built on top of Algolia's Kotlin API Client to provide you a high-level solution to quickly build various search interfaces.

Usage

You can add InstantSearch to your Android application by adding the following line to your build.gradle's dependencies.

implementation "com.algolia:instantsearch-android:$instantsearch_version"

⚠️ Important: starting from version 2.4.0, the library is compatible only with kotlin version 1.3.70 or higher; for previous versions of kotlin, please use version 2.3.1 of the library.
ℹ️ Please follow the migration guide to migrate from 2.5.x or below to the latest version.

See the documentation. You can start with the Getting Started Guide.

R8 / Proguard rules

If you use this library in an Android project which uses R8, there is nothing you have to do. The specific rules are already bundled into the JAR, which can be interpreted by R8 automatically.

If however, you don’t use R8, then you might need rules from Algolia Kotlin Client which is a dependency of this library.

Contributing

From reporting bugs or missing functionality to fixing a typo or proposing an improvement, all contributions are welcome! Read the Contributing Guide to setup your development environment.

Troubleshooting

Encountering an issue? Before reaching out to support, we recommend heading to our FAQ where you will find answers for the most common issues and gotchas with the library.

License

InstantSearch Android is licensed under Apache V2.

com.algolia

Algolia

Open source tools for building search. Learn more at community.algolia.com

Версии библиотеки

Версия
1.15.3
1.15.2