Back to project page Wordlist-Builder.
The source code is released under:
Apache License
If you think the Android project Wordlist-Builder listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.wissenways.wordlistbuilder; /* w w w . jav a 2 s .co m*/ public class Row { public String word; public String meaning; public String usageOne; public String usageTwo; public String synonyms; public String antonyms; public String favourite; }