Android Open Source - App word Remember-the-Word






Project Summary

a android application for remembering GRE words.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Remember-the-Word.

ItemValue
Java File Count27
Activity Count1
Asset File Namesassets\font\segoeui.ttf
Raw File Namesres\raw\words.db




Java Source Files

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