Книги автора: Beginning Android
Книга: Beginning Android
The Rest of the Story
The Rest of the Story
As already mentioned, the res/
directory tree holds resources — static files that are packaged along with your application, either in their original form or, occasionally, in a preprocessed form. Some of the subdirectories you will find or create under res/
include
• res/drawable/
for images (PNG, JPEG, etc.)
• res/layout/
for XML-based UI layout specifications
• res/menu/
for XML-based menu specifications
• res/raw/
for general-purpose files (e.g., a CSV file of account information)
• res/values/
for strings, dimensions, and the like
• res/xml/
for other general-purpose XML files you wish to ship
We will cover all of these and more in later chapters of this book, particularly Chapter 19.
Оглавление статьи/книги
Похожие страницы
- Now, the Rest of the Story
- 4.4.4 The Dispatcher
- About the author
- Chapter 7. The state machine
- Chapter 8. Saving and restoring large rule-sets
- Appendix E. Other resources and links
- Appendix G. History
- Example NAT machine in theory
- The final stage of our NAT machine
- Compiling the user-land applications
- The conntrack entries
- Untracked connections and the raw table