Want to create an Android app that will open a custom build extension (for example, I want to open .abcd files)
This is something like Adobe Reader that opens .pdf or Photo Viewer files that open .jpg files
Specific conditions:
1. The .abcd file must be external / external from the application itself. (like .pdf for Adobe Reader)
2. The .abcd file will be an encrypted file that contains several folders and .xml, .txt and .jpg files. I think I want to extract it - perhaps temporarily - somewhere in the repository (I definitely need the zipper / unzipper library), and then read the individual .xml, .txt and .jpg files.
Look for ideas and answers to this problem.
Additional Information:
I am relatively new to Android programming.
source share