5 ms·
I too wrote a similar app for my personal problem and also served to be a good way to learn about kotlin and Android ecosystem. I also tried a rewrite in flutte
by xtreak29 4y ago
I too wrote a similar app for my personal problem and also served to be a good way to learn about kotlin and Android ecosystem. I also tried a rewrite in flutter and compose. The idea was to use select the word and then click meaning from context menu so that meaning occurs as notification and disappears in 15 seconds. I used Wiktionary as dataset source and app works offline.
https://play.google.com/store/apps/details?id=com.xtreak.notificationdictionary https://play.google.com/store/apps/details?id=com.xtreak.not...
https://github.com/tirkarthi/NotificationDictionary https://github.com/tirkarthi/NotificationDictionary
- zehfernandes 4y agoHey @xtreak29, that's awesome. I wish had found your repo sooner and use your wikidictionary parser tool, so good. Thanks for sharing. I loved that you built the context menu it's something I was thinking to. Congratulations.
- jdthedisciple 4y ago> I also tried a rewrite in flutter Tried? Mind elaborating? I'm working on a flutter app atm - do you mean it didn't work out? / you didn't end up liking flutter?
- xtreak29 4y agoI used rewriting as a learning experience. I found flutter to be simpler with respect to UI and state management compared to using XML by default for UI. Since mine was a crud app flutter was okay. I later found jetpack compose which has flutter like UI composition and I liked it better since I can access the existing Android library ecosystem too.
- Apocryphon 4y agoWill you release it to the iOS App Store as well?