Package openfoodfacts.github.scrachx.openfood.features.adapters.autocomplete

Types

Link copied to clipboard
class EmbCodeAutoCompleteAdapter(    context: Context,     textViewResourceId: Int,     client: ProductRepository) : ArrayAdapter<String> , Filterable
Link copied to clipboard
class PeriodAfterOpeningAutoCompleteAdapter(    context: Context,     textViewResourceId: Int,     client: ProductRepository) : ArrayAdapter<String> , Filterable