sergchil / AOSP-Kayboard-7.1.2

Full functional AOSP Keyboard with glide typing
Apache License 2.0
39 stars 27 forks source link

Is there any way to have a Suggestion strip or Candidate view for words? #14

Closed zaini closed 4 years ago

zaini commented 4 years ago

I understand that it is not currently a feature but is there a way to enable it? I don't even want the standard suggestions and want to implement my own suggestion function.

I see that this project already has a lot of the SuggestionStrip code still there, but there doesn't seem to be a way to make it actually show up.

Is it easier if I try and get that working or implement it from scratch with a Candidate View?

Thanks.