I've read the article how to implement an input service method from android website. I want to develop a custom android keyboard with bigger keys. I've followed the SoftKeyboard example, everything is working well but something important is missing: the candidates view does not give me any candidate. Does anyone can help how to connect the custom candidates view to internal android suggestion list?
Thanks for help