Android Open Source - Development book Chain






Project Summary

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.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of Chain.

ItemValue
Java File Count4
Activity Count1




Java Source Files

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