a android application for remembering GRE words.
Remember-the-Word is hosted in the following web site
https://github.com/neojjang/Remember-the-Word
If you think the Android project Remember-the-Word listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Remember-the-Word.
Item | Value |
---|---|
Java File Count | 27 |
Activity Count | 1 |
Asset File Names | assets\font\segoeui.ttf |
Raw File Names | res\raw\words.db |
Remember-the-Word has the following Java source files.
me.hazy.word.MainActivity.java me.hazy.word.RemeberTheWordApplication.java me.hazy.word.dao.AbstractDAO.java me.hazy.word.dao.ExampleDAO.java me.hazy.word.dao.ExplanationDAO.java me.hazy.word.dao.OppositeDAO.java me.hazy.word.dao.RelatedWordDAO.java me.hazy.word.dao.SynonymDAO.java me.hazy.word.dao.WordDAO.java me.hazy.word.dao.WordDatabaseManager.java me.hazy.word.dao.WordTravller.java me.hazy.word.model.AbstractModel.java me.hazy.word.model.Example.java me.hazy.word.model.Explanation.java me.hazy.word.model.Opposite.java me.hazy.word.model.RelatedWord.java me.hazy.word.model.Synonym.java me.hazy.word.model.Word.java me.hazy.word.util.Constants.java me.hazy.word.util.DataTransferUtil.java me.hazy.word.util.ModelParser.java me.hazy.word.util.PreferenceUtil.java me.hazy.word.widget.AbstractModelAdapter.java me.hazy.word.widget.ExampleAdapter.java me.hazy.word.widget.ExplanationAdapter.java