A resource in Android is a file (like a
music file) or a value (like the title of a dialog box) that is bound to an executable
application. These files and values are bound to the executable in such a way that you
can change them without recompiling the application.

String Resources

Android allows you to define strings in one or more XML resource files.

These XML files containing string-resource definitions reside in the /res/values subdirectory.

例:

<? xmlversion="1.0"encoding="utf-8" ?>
< resources >
< string name ="hello" >hello </ string >
< string name ="app_name" >helloappname </ string >
</ resources >

Layout Resources

In Android, the view for a screen is often loaded from an XML file as a resource. These
XML files are called layout resources.A layout resource is a key resource used in
Android UI programming.

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. android:allowClearUserData
  2. Android(安卓)SDK等下载说明
  3. Android(安卓)Spinner
  4. android状态栏一体化(沉浸式状态栏)
  5. android工程导出成为jar包。
  6. Android(安卓)JNI详述(二)
  7. Java,Android(安卓)Integer和byte的相互转
  8. EditText无法获取焦点(android:descendant
  9. Android监听Home、电源键
  10. 用ndk-build 工具手动生成编译android原