Android: Emoticon Keyboard unable to get emoticon working on cursor adapter
问题 I am using this Emoticon Keyboard. In the project author is using BaseAdapter (link to code) to render selected emoticons on list view. But for my application I am using CursorAdapter and this is the only difference. Everything is working fine, I can display emoticon popup, select emoticons and they get displayed in EditText . The problem Iam having is that in my app, I have Send button and when I click on that, emoticons don't get rendered on the list view (using cursor adapter), naturally I