Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
com.algolia:instantsearch-android-loading
Advanced tools
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.
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.
You can see InstantSearch Android in action in our examples app, have a look at it to see concrete examples of all the available widgets.
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"
ℹ️ Please follow the migration guide to migrate from 2.x
to the latest version.
▶️ See the documentation. You can start with the Getting Started Guide.
You can add Compose UI support by adding the following line to your build.gradle's dependencies:
implementation "com.algolia:instantsearch-compose:$instantsearch_version"
You can add Paging 3 support by adding the following line to your build.gradle's dependencies:
implementation "com.algolia:instantsearch-android-paging3:$instantsearch_version"
You can add InstantSearch Insights to your Android application by adding the following line to your build.gradle
's dependencies.
implementation "com.algolia:instantsearch-insights-android:$instantsearch_version"
Please refer to the library for more details.
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.
InstantSearch Android collects data points at runtime. This helps the InstantSearch team improve and prioritize future development.
Here's an exhaustive list of the collected data:
HitsSearcher
, FilterState
facets
value in FacetListInteractor
is an empty list. If you instantiate it with a list of facets, then the telemetry tracks that the facets
parameter received a custom value, but not the value itself.InstantSearch doesn't collect any sensitive or personal data. However, you can still opt out of the telemetry collection with the following code:
Telemetry.shared.enabled = false
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.
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.
InstantSearch Android is licensed under Apache V2.
FAQs
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.
We found that com.algolia:instantsearch-android-loading demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.