Home »

What is a Resource ?

Question ListCategory: AndroidWhat is a Resource ?
adamemliy16 author asked 8 years ago
1 Answers
jeanderson295 author answered 8 years ago

A user-supplied XML, bitmap, or other file, entered into an application build process,
which can later be loaded from code. Android can accept resources of many types; see

Resources for a full description. Application-defined resources should be stored in the res/

subfolders.

Please login or Register to Submit Answer