I'm using a method called MultiautocompleteTextview.
Is it possible to apply this to the mobile custom keyboard that was made separately (?)?
Originally, this method is used when you enter a specific word
Automatic completion 1 Automatic completion 2 Automatic completion 3 Automatic completion 4...
This is how the auto-complete list appears.
Custom keyboards are like auto-complete features commonly used on mobile.
mobile[Automatic completion 1] [Automatic completion 2] [Automatic completion 3]
It's printed out automatically in the form of a box like this way.
I'm asking if I can apply it here.
You can also check the code of the automatic completion method through Android Google Open Source.
android multiautocompletetextview
Do you want it to be printed in a form other than a box?
CandidateView uses a separate layout, so I think we can change the layout.
© 2024 OneMinuteCode. All rights reserved.