elimu-ai / vitabu

📚 Android application for reading storybooks and expanding word vocabulary.
MIT License
3 stars 3 forks source link

Display emojis behind words #67

Closed nya-elimu closed 3 years ago

nya-elimu commented 3 years ago

Implement similar functionality as on website:

Screen Shot 2020-12-16 at 8 12 07 PM

See the corresponding code used in the webapp for preparing a HashMap of Emojis for each Word ID: https://github.com/elimu-ai/webapp/blob/master/src/main/java/ai/elimu/web/content/storybook/StoryBookEditController.java#L231

Also see ContentProviderUtil#getAllEmojiGsons: https://github.com/elimu-ai/content-provider/blob/master/utils/src/main/java/ai/elimu/content_provider/utils/ContentProviderUtil.java#L202


Depends on #28