An open API service indexing awesome lists of open source software.

https://github.com/tirkarthi/notificationdictionary

An android app to display meaning for selected word as notification
https://github.com/tirkarthi/notificationdictionary

Last synced: 2 months ago
JSON representation

An android app to display meaning for selected word as notification

Awesome Lists containing this project

README

        

# Notification Dictionary

An Android application to display meaning of selected word as a notification.

[Get it on F-Droid](https://f-droid.org/packages/com.xtreak.notificationdictionary/)
[Get it on Google Play](https://play.google.com/store/apps/details?id=com.xtreak.notificationdictionary)

## Features

- Easy access from all apps that have text selection.
- Enabled for offline usage.
- Wide variety of meanings from Wikitionary.
- Open source and MIT License.

# Database and github size limitation

- GitHub blocks files with size larger than 100MB.
- Create directory app/src/main/assets/databases/.
- Uncompress database.tar.gz available at root and move it to asset folder.

## Credits

- Wikitionary : https://www.wiktionary.org/
- Wikitionary parser : https://github.com/macdub/go-wiktionary-parse
- About page generator : https://github.com/medyo/android-about-page

## License

MIT License

## Screenshots

![image](screenshots/browser.png) ![image](screenshots/notification_meaning.png) ![image](screenshots/meaning.png)