I'm doing my first steps in Android development, and came across the term Asset.
As far as I understand it, an Asset is simply a file that is not being parsed or referensed as a resource.
Is there a more accurate definition of the term? In which scenarios should I use an Asset in my application?