An android app that validates the presence of a chain of words, like book king goa is a chain where the last letter of each word is the first character of the next word.
Chain is hosted in the following web site
https://github.com/triveous/Chain
If you think the Android project Chain 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 Chain.
Item | Value |
---|---|
Java File Count | 4 |
Activity Count | 1 |
Chain has the following Java source files.
com.algorithm.chain.ApplicationTest.java com.algorithm.chain.Chain.java com.algorithm.chain.MyActivity.java com.algorithm.chain.utils.LogUtils.java