上一页 1 2 3 4 5 6 7 8 ··· 14 下一页
摘要: 1.Media Palyback The Android multimedia framework includes support for playing variety of common media types, so that you can easily integrate audio,... 阅读全文
posted @ 2014-11-07 22:33 Mirrorhanman 阅读(646) 评论(0) 推荐(0) 编辑
摘要: 1. Custom Components Android offers a sophisticated and powerful componentized model for building your UI, based on the fundamental layout classes: ... 阅读全文
posted @ 2014-11-07 20:52 Mirrorhanman 阅读(125) 评论(0) 推荐(0) 编辑
摘要: could be changed into// res/value/style 阅读全文
posted @ 2014-11-07 20:51 Mirrorhanman 阅读(118) 评论(0) 推荐(0) 编辑
摘要: Applications built for Android are more accessible to users with visual, physical or age-related limitations when those users activate accessibility s... 阅读全文
posted @ 2014-11-07 20:38 Mirrorhanman 阅读(113) 评论(0) 推荐(0) 编辑
摘要: package mirror.android.dragdrop;import android.app.Activity;import android.content.ClipDescription;import android.os.Bundle;import android.view.DragEv... 阅读全文
posted @ 2014-11-07 20:26 Mirrorhanman 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1.Notifications A notification is a message you can display to the user outside of your application's normal UI. When you tell the system to issue a ... 阅读全文
posted @ 2014-11-07 18:07 Mirrorhanman 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 1. Dialog The Dialog class is the base class for dialogs, but you should avoid instantiating Dialog directly. Instead, use one of the following subcl... 阅读全文
posted @ 2014-11-06 21:49 Mirrorhanman 阅读(295) 评论(0) 推荐(0) 编辑
摘要: To read first:ActionBar http://www.cnblogs.com/iMirror/p/4077426.htmlMenu http://www.cnblogs.com/iMirror/p/4076864.htmlMenu用icon显示, 多余的缩进overflow ... 阅读全文
posted @ 2014-11-06 20:21 Mirrorhanman 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1. ActionBar First added in Android 3.0(API level 11) 2. Working the Action Bar 2.1 Removing the action barActionBar actionBar = getSupportActionBa... 阅读全文
posted @ 2014-11-05 21:54 Mirrorhanman 阅读(375) 评论(0) 推荐(0) 编辑
摘要: 1. Menu Three fundamental types of menus or action presentation on all versions of Android: Option menu and action bar Android 2.3 or lower, reve... 阅读全文
posted @ 2014-11-05 17:14 Mirrorhanman 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1. Input Controls 2. Buttons A button consists of text or an icon (or both text and an icon) that communicates what action occurs when the user touc... 阅读全文
posted @ 2014-11-05 15:05 Mirrorhanman 阅读(206) 评论(0) 推荐(0) 编辑
摘要: 1. Writing the XML Each layout file must contain exactly one root element, which must be a View or ViewGroup object. Once you've defined the root el... 阅读全文
posted @ 2014-11-03 16:23 Mirrorhanman 阅读(227) 评论(0) 推荐(0) 编辑
摘要: This page defines more types of resources you can externalize, including: 阅读全文
posted @ 2014-11-03 15:40 Mirrorhanman 阅读(96) 评论(0) 推荐(0) 编辑
摘要: 1. Style Resource A style resource defines the format and look for a UI. A style can be applied to an individual View (from within a layout file) or ... 阅读全文
posted @ 2014-11-03 15:38 Mirrorhanman 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 1. String//saved at res/values/strings.xml Hello!//This layout XML applies a string to a View: This application code retrieves a string:String str... 阅读全文
posted @ 2014-11-03 15:35 Mirrorhanman 阅读(206) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 14 下一页