You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This sample shows how to get started on building your search experience by easily adding common InstantSearch components.
4
+
5
+
## Get started
6
+
7
+
Clone the getting started sample:
8
+
9
+
```sh
10
+
curl https://codeload.github.com/algolia/doc-code-samples/tar.gz/master | tar -xz --strip=2 doc-code-samples-master/instantsearch-android/getting-started
11
+
```
12
+
13
+
Build this project:
14
+
15
+
```sh
16
+
./gradlew assembleDebug
17
+
```
18
+
19
+
Install it on a connected device:
20
+
21
+
```sh
22
+
./gradlew installDebug
23
+
```
24
+
25
+
## Additional resources
26
+
Learn more about InstantSearch Android [widgets](https://www.algolia.com/doc/guides/building-search-ui/widgets/showcase/android/) in the Algolia documentation.
0 commit comments