Back to project page PictureBookReader.
The source code is released under:
GNU General Public License
If you think the Android project PictureBookReader 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 net.uyghurdev.avaroid.picturebookreader; // w w w.ja v a2s .c o m public class BookText { String fileName; DecompressReader der; public String[] booktext; //booktext = str; public String getText() { return booktext[1]; } }