For Algolia InstantSearch Android library issues and questions.
Questions tagged [instantsearch-android]
5 questions
3
votes
1 answer
Could not resolve dependency. No matching variant
I'm getting build errors in Android project caused by the following dependency:
implementation "com.algolia:instantsearch-android:2.5.1"
It helps to upgrade to 2.8.0 but I would prefer not since it requires minSdk 21.
Gradle 6.5
Android Gradle…

mckrpk
- 145
- 1
- 7
2
votes
1 answer
MemoryLeak appears when using InstantSearch-Android
When I'm using InstantSearch Android, a memory leak appears.
See the following MainActivity which leaks memory... hprof shows that it is a problem with com.algolia.instantsearch.ui.views.Hits. Does anybody know how to destroy that View when the…

bojan
- 1,269
- 2
- 9
- 13
1
vote
1 answer
How to work with KotlinX serialization for ArrayList and Date types with Algolia
I am trying to use the kotlinx serialization with Algolia for types ArrayList and Date but I cannot figure out the serialization technique. Any pointers because I have resorted to the manual way that is not recommended by Algolia.

Beast77
- 193
- 1
- 17
0
votes
1 answer
Algolia android instant search on query change not working
I am exploring the Algolia search suggestion, I am facing an issue that the search suggestion adapter is not getting refreshed when I start typing it keeps on showing the same suggestion, It should show the matching suggestion because I already…

Fazal Hussain
- 1,129
- 12
- 28
0
votes
1 answer
Compatible versions for Algolia instantsearch-android, firebase-ui, glide
I have to provide full text search on the data stored in Firebase. As firebase does not support full text search, I am taking help of Algolia instantsearch-android. I am using Glide library to display the images in the app. I am getting no error…