openfoodfacts / openfoodfacts-androidapp

(Legacy) Native version of Open Food Facts on Android - Coders & Decoders welcome 🤳🥫
https://android.openfoodfacts.org
Apache License 2.0
771 stars 447 forks source link

Offer to lookup a barcode in Android Search suggestions #53

Open teolemon opened 8 years ago

herau commented 8 years ago

Do you mean you can suggest barcodes from the list of barcodes that match the text entered by the user ?

teolemon commented 8 years ago

We could do that on barcodes, brands, categories, ingredients, any facet of a product. Not sure how it would impact performance. But it should would bring people back to the app.

herau commented 8 years ago

@teolemon seems great. however how you would display this kind of Search ?

related to #66 ?

teolemon commented 8 years ago

This seems like a complex issue I remember a search mechanism pre-app indexing: https://developer.android.com/guide/topics/search/adding-custom-suggestions.html

And now there's app indexing to bring people from Google Search results right into the app. https://developer.android.com/training/app-indexing/index.html https://developer.android.com/training/app-links/index.html

herau commented 8 years ago

i see, so link also with #148

another nice feature is the Google assistant, which really make sense i think https://developer.android.com/training/articles/assistant.html