Hey Fred, thanks for the advice
For animation, I wanted to use a sprite sheet to to organize my content and just have 1 file per animation instead of manage multiple files for each...I intend to have one small animation per layout which would serve more like my own in-app advertisement and not content that I am worried about optimizing for performance.
As far as displaying an image from a sprite sheet, say I am using a certain image that is in a sprite sheet in my libgdx LWP, I want to display that same image in my settings without having to add a separate file in my assets. Can this be done without using Gameview, Libgdx, etc...
FYI, I am currently using your animation plus library for this type of animation with individual files per frame... When I wanted to implement this, I only had a couple of hours to make the animation and add it to my apk, I checked the forum for examples and I found yours to be the simplest and easiest... it didn't take much time to understand and implement. So again, thanks for providing all those libraries and examples