WordWarrior icon indicating copy to clipboard operation
WordWarrior copied to clipboard

一个个性化的安卓英语单词本应用,配合谷歌翻译或mdict效果更好哦!

Results 4 WordWarrior issues
Sort by recently updated
recently updated
newest added

**_Describe the bug_** Dear developer!
 In the process of using it, I found two bugs causing the app to crash. As shown in the figure, when pressing the button, the...

2012年偶然接触,喜欢这种将想法变为实际的感觉。Android研究始终在路上。 ## android 代码片段 ### google translate 的intent使用 ```java //这种方式比较好 try { Intent intent = new Intent(); intent.setAction(Intent.ACTION_PROCESS_TEXT); intent.setType("text/plain"); intent.putExtra(Intent.EXTRA_PROCESS_TEXT_READONLY, true); intent.putExtra(Intent.EXTRA_PROCESS_TEXT, word_string); startActivity(intent); } catch (ActivityNotFoundException e) { //...

- 做一个回馈系统,用户可以记录自己的画的简笔画,或者好记的什么方法。 数据结构是这样的 单词 记忆方法文字 画的图像svg - 每页单词数量可以变 - 多设置几个界面

TODO

希望大家语言学习越来越好! 欢迎大家在这里提需求,我想借助互联网来完成我的需求分析。谢谢!! :cat: 喵喵~