algolia / algoliasearch-client-android

Algolia Search API Client for Android
MIT License
99 stars 29 forks source link

Pagination Support #571

Closed NateWickstrom closed 5 years ago

NateWickstrom commented 5 years ago

Your Android client doesn't appear to support Pagination, like you js client does. Any plan on adding this feature?

PLNech commented 5 years ago

Hi @NateWickstrom, thanks for reaching out.

(First of all, there might be a slight misunderstanding: this Android API Client is similar to the JS API Client, while the InstantSearch JS project you linked to relates to InstantSearch Android. The latter is the library we recommend to use for building Android apps with Algolia, as it is simpler to use than this API Client)

We don't provide a pagination widget at the moment, considering that the general UX recommendations prefer infinite scrolling on mobile interfaces. You can check our docs on how to use Infinite Scrolling in an InstantSearch Android app. Let me know if this helps!

PLNech commented 5 years ago

Closing as stale. @NateWickstrom feel free to reopen this ticket and answer my previous message if you still have this issue!