-
Notifications
You must be signed in to change notification settings - Fork 376
AutoCompleteEditText
ZieIony edited this page Jul 14, 2017
·
1 revision
Extends carbon.widget.EditText
. JavaDoc
Adds suport for filtering, external adapter and text completion. This text field doesn't use a popup like android.widget.AutoCompleteTextView
. Instead you have to provide your own Adapter, which should be connected to a RecyclerView. Sample implementation can be found in Carbon Samples / Demo / Auto Complete.
Copyright 2015 Marcin Korniluk 'Zielony'