上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页
摘要: 1. Menu Resource A menu resource defines an application menu (Options Menu, Context Menu, or submenu) that can be inflated with MenuInflater.//res/me... 阅读全文
posted @ 2014-11-03 14:56 Mirrorhanman 阅读(204) 评论(0) 推荐(0)
摘要: 1. Layout Resources A layout resource defines the architecture for the UI in an Activity or a component of a UI.2. Syntax //Any element ... 阅读全文
posted @ 2014-11-03 14:26 Mirrorhanman 阅读(188) 评论(0) 推荐(0)
摘要: 1. Drawable Resources There are several different types of drawables as follow2. Bitmap A bitmap image. Android supports bitmap files in a three for... 阅读全文
posted @ 2014-11-03 14:22 Mirrorhanman 阅读(168) 评论(0) 推荐(0)
摘要: 1. Color State List Resource A ColorStateList is an object you can define in XML that you can apply as a color, but will actually change colors, depe... 阅读全文
posted @ 2014-11-03 13:58 Mirrorhanman 阅读(179) 评论(0) 推荐(0)
摘要: 1. Animation Resources An animation resource can define one of two types of animations: Property Animation Creates an animation by modifying an o... 阅读全文
posted @ 2014-11-03 13:21 Mirrorhanman 阅读(149) 评论(0) 推荐(0)
摘要: Google 自带 package mirror.android.miniweb;import android.app.Activity;import android.os.Bundle;import android.suppor... 阅读全文
posted @ 2014-11-03 12:56 Mirrorhanman 阅读(752) 评论(0) 推荐(0)
摘要: Reference : http://blog.csdn.net/aliaooooo/article/details/236061791. Handling Runtime Changes Some device configurations can change during runtime (... 阅读全文
posted @ 2014-11-02 18:50 Mirrorhanman 阅读(260) 评论(0) 推荐(0)
摘要: 1. Accessing Resources Once you provide a resource in your application, you can apply it by referencing its resource ID. All resource IDs are defined... 阅读全文
posted @ 2014-11-02 14:04 Mirrorhanman 阅读(154) 评论(0) 推荐(0)
摘要: 1. Providing Resources Once you externalize your application resources, you can access them using resource IDs that are generated in your project's R... 阅读全文
posted @ 2014-11-02 13:59 Mirrorhanman 阅读(157) 评论(0) 推荐(0)
摘要: 1. Overview You should always externalize resources such as images and strings from your application code, so that you can maintain them independentl... 阅读全文
posted @ 2014-11-02 13:47 Mirrorhanman 阅读(161) 评论(0) 推荐(0)
摘要: 1. Processes and Threads When an application component starts and the application does not have any other components running, the Android system star... 阅读全文
posted @ 2014-10-31 20:11 Mirrorhanman 阅读(182) 评论(0) 推荐(0)
摘要: The Android Home screen available on most Android devices allows the user to embed app widgets for quick access to content. 阅读全文
posted @ 2014-10-31 19:21 Mirrorhanman 阅读(173) 评论(0) 推荐(0)
摘要: 1. App Widgets App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic ... 阅读全文
posted @ 2014-10-31 19:20 Mirrorhanman 阅读(163) 评论(0) 推荐(0)
摘要: 1. Storage Access Framework Android 4.4 (API level 19) introduces the Storage Access Framework (SAF). The SAF makes it simple for users to browse and... 阅读全文
posted @ 2014-10-31 19:00 Mirrorhanman 阅读(232) 评论(0) 推荐(0)
摘要: 1. Calendar Provider The Calendar Provider is a repository for a user's calendar events. The Calendar Provider API allows you to perform query, inser... 阅读全文
posted @ 2014-10-29 21:54 Mirrorhanman 阅读(228) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 ··· 14 下一页