E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Android3.0
Android之ActionBar详解
自
android3.0
来ActionBar就取代了OptionsMenu。于是就涉及了API的设置。 1) 设置,表明应用程序可部署于
android3.0
或之前。
YUZHIBOYI
·
2012-07-31 17:00
android
dropdown
application
action
menu
android3.0
之Fragment(碎片)基础
Fragment是Android honeycomb 3.0新增的概念,Fragment名为碎片不过却和Activity十分相似,下面Android123介绍下Android Fragment的作用和用法。Fragment用来描述一些行为或一部分用户界面在一个Activity中,你可以合并多个fragment在一个单独的activity中建立多个UI面板,同时重用fragment在
1025250620
·
2012-07-31 17:00
Fragment
Android ActionBar使用方法(一)
Android3.0
中除了我们重点讲解的Fragment外,ActionBar也是一个重要的内容,ActionBar主要是用于代替传统的标题栏,对于Android平板设备来说屏幕更大它的标题使用ActionBar
YUZHIBOYI
·
2012-07-31 11:00
java
android
活动
search
action
menu
Android中的硬件加速
本文的主要内容来自SDK文章的"HardwareAcceleration”.从
Android3.0
开始,Android的2D渲染管线可以更好的支持硬件加速。硬件加速使用GPU进行View上的绘制操作。
l241002209
·
2012-07-24 09:00
android
application
button
hierarchy
shader
colors
Android Fragments 详细使用详细介绍
其它推荐:[原创]android版本飞鸽传书源码(附图)Android植物大战僵尸对战版源码实用源码——Android屏幕锁源码Fragments诞生初衷自从
Android3.0
中引入fragments
Android小子
·
2012-07-19 11:00
Android开发
移动开发
使用
介绍
fragments
Android应用开发之(你必须知道的如何在Android4.0上开发多屏幕适配的应用)
日前developer.android.com 的首席技术作家 ScottMain 为 AndroidDevelopersBlog 撰写了一篇文章介绍如何把为
Android3.0
平板开发的程序移植到即将发布的
sam_zhang1984
·
2012-07-18 16:00
android图形系统详解四:控制硬加速
从
Android3.0
(APIlevel11)开始,Android的2D显示管道被被设计得更加支持硬加速了.硬加速使用GPU承担了所有在View的canvas上执行的绘制操作.
dylancao
·
2012-07-16 11:00
android
api
测试
null
application
图形
降低android版本
在android程序中加这两句话:降低版本,
android3.0
以上版本需要加StrictMode.setThreadPolicy(newStrictMode.ThreadPolicy.Builder(
xiaogezq0
·
2012-07-16 09:00
android
socket
String
null
Class
button
Android动画总结!!!!
www.cnblogs.com/angeldevil/archive/2011/12/02/2271096.html3.0以前,android支持两种动画模式,tweenanimation,frameanimation,在
android3.0
dylancao
·
2012-07-11 17:00
Android3.0
版本以上出现android.os.NetworkOnMainThreadException异常与处理方式
以前用2.2 访问WebService没有问题,到3.0上访问出现android.os.NetworkOnMainThreadException 找了资料经过实践,解决方法如下: StrictMode.setThreadPolicy(new StrictMode.ThreadPolicy.Builder().detectDis
wpf814533631
·
2012-07-10 15:00
exception
Android中的AnimationSet使用
3.0以前,android支持两种动画模式,tweenanimation,frameanimation,在
android3.0
中又引入了一个新的动画系统:propertyanimation,这三种动画模式在
YAnG_Linux
·
2012-07-10 10:54
Android
Android中的AnimationSet使用
3.0以前,android支持两种动画模式,tweenanimation,frameanimation,在
android3.0
中又引入了一个新的动画系统:propertyanimation,这三种动画模式在
YUZHIBOYI
·
2012-07-10 10:00
android
xml
animation
float
button
getter
Android中使用硬件加速的技巧
http://www.uzzf.com/news/2060.html 从
Android3.0
开始,Android2D的绘制流程就设计为能够更好地支持硬件加速。
gemmem
·
2012-07-04 16:00
android
application
button
hierarchy
shader
colors
Android 4.0的图形硬件加速及绘制技巧
1.硬件加速的使用1.1 硬件加速的控制级别 从
Android3.0
开始,Android 2D的绘制流程就设计为能够更好地支持硬件加速。
CNnumen
·
2012-07-03 11:00
android
ListView
application
button
图形
layer
actionbar使用
ActionBar作为一个优秀的开源控件,被google所看好,在
android3.0
以后引入SDK。现在大量优秀应用采用ActionBar作为标题栏,典型应用 Catch 。
malong26
·
2012-06-28 20:00
Actionbar
android2.3 api demo 学习系列(2)--App/Activity/Animation
andorid的动画主要分为下面三种PropertyAnimation 版本要求:
Android3.0
(APIlevel11),propertyanimation支持任何对象的动画效果,也是android
007007jing
·
2012-06-28 15:00
api
andorid
animation
sdk
Android动画概要---Animation Overview
本文译自:http://developer.android.com/guide/topics/graphics/overview.htmlAndroid框架提供了两种动画系统:属性动画(在
Android3.0
FireOfStar
·
2012-06-28 08:00
Fragments 详细使用(附案例源码)
Frame是
Android3.0
才出来的一个控件,在过去我们显示的都彩Activity然后进行设计,而Frame出来是为了使一个窗口里面能够具有多个Activity。
温昌寿2
·
2012-06-26 23:00
ActionBarSherlock — 无缝集成ActionBar
在前面我们介绍了
Android3.0
系统引入的ActionBar和如何在3.0以前系统上使用ActionBar.如果你想在3.0+系统上使用系统的ActionBar而在3.0以前的系统上使用自定义的ActionBar
jdsjlzx
·
2012-06-26 15:00
eclipse
maven
android
api
文档
library
android开发中fragment的引用以及fragment与activity之间通信的概述
首先,如果你想在
android3.0
及以下版本使用fragment,你必须引用android-support-v4.jar这个包然后你写的activity不能再继承自Activity类了,而是要继承android.support.v4
rav009
·
2012-06-25 14:00
android
oop
Android Fragments 详细使用
Fragments诞生初衷 自从
Android3.0
中引入fragments的概念,根据词海的翻译可以译为:碎片、片段。其上的是为了解决不同屏幕分辩率的动态和灵活UI设计。
jdsjlzx
·
2012-06-25 01:00
android
ListView
layout
null
hierarchy
menu
ActivityGroup 例子
虽然从
Android3.0
(android-11)开始就建议使用Fragment、FragmentManager来替代ActivityGroup,但毕竟老版本还有很大的市场,一时半会不会选择那么高的版本
evoshark
·
2012-06-23 14:37
layout
android
listview
button
encoding
list
Android
android loader 详解
装载器从
android3.0
开始引进。它使得在activity或fragment中异步加载数据变得简单。装载器具有如下特性:它们对每个Activity和Fragment都有效。
a15874647
·
2012-06-21 16:00
android
ListView
String
filter
null
menu
android 4.0动画学习
3.0以前,android支持两种动画模式,tweenanimation,frameanimation,在
android3.0
中又引入了一个新的动画系统:propertyanimation,这三种动画模式在
a15874647
·
2012-06-21 15:00
xml
android
animation
float
button
getter
Android自定义ActionBar
Android3.0
及以上已经有了ActionBar的API,可以通过引入supportpackage在3.0以下的平台引用这些API,但这儿呢,完全自定义一个ActionBar,不用引入额外jar包,
zircon_1973
·
2012-06-20 17:00
android
layout
application
search
action
encoding
android Fragment开发文档翻译 - 1
那么均为原创,转贴请注明链接 androidFragment开发文档翻译-1androidFragment开发文档翻译-2本系列并没有对原文100%翻译,也没有100%的贴出原文 Fragment也是
android3.0
su1216
·
2012-06-18 13:00
android
Fragment
android Fragment开发文档翻译 - 1
那么均为原创,转贴请注明链接 androidFragment开发文档翻译-1androidFragment开发文档翻译-2本系列并没有对原文100%翻译,也没有100%的贴出原文 Fragment也是
android3.0
su1216
·
2012-06-18 13:00
android
Fragment
android Fragment开发文档翻译 - 1
那么均为原创,转贴请注明链接 androidFragment开发文档翻译-1androidFragment开发文档翻译-2本系列并没有对原文100%翻译,也没有100%的贴出原文 Fragment也是
android3.0
su1216
·
2012-06-18 13:00
android
Fragment
Android关于Loaders的使用
介绍了在
Android3.0
,加载器使它容易异步加载数据在一个活动或片段。加载器有以下特点:1.他们适用于每一个 Activity 和Fragment.2.他们提供异步加载的数据。
wangjinyu501
·
2012-06-18 00:00
android
String
活动
filter
null
search
移植
Android3.0
SDK到freescale imx51_bbg总结
http://www.cnblogs.com/sdphome/archive/2011/09/14/2176612.html移植Android3.0SDK到freescaleimx51_bbg总结 因为以前没有接触过Android系统,所以刚开始的时候对Android系统做了些了解。Android平台由应用、应用框架、Android运行时、库以及Linux内核五部分组成。Android的代码结
linuxarmsummary
·
2012-06-14 12:00
android
脚本
System
Build
makefile
linker
Android 3.0 http网络请求
Android3.0
以上使用http网络请求需要加入如下代码:StrictMode.setThreadPolicy(newStrictMode.ThreadPolicy.Builder().detectDiskReads
sunshine3257
·
2012-06-13 17:00
android
网络
Android图形---硬件加速(Hardware Acceleration)(一)
本文译自:http://developer.android.com/guide/topics/graphics/hardware-accel.html从
Android3.0
(APILevel11)开始,
FireOfStar
·
2012-06-13 08:00
android
api
测试
null
application
图形
Android 4.0 使用网络 NetworkOnMainThreadException
Android3.0
以后对网络使用有了更严格的限制,使用网络前需加入StrictMode.setThreadPolicy(newStrictMode.ThreadPolicy.Builder()
sir_zeng
·
2012-06-11 13:00
android
网络
Android动画
动画分类 1.PeopertyAnimation 这个动画是
Android3.0
之后推出的目前用处不大。
startFromWeb
·
2012-06-08 10:00
android
report
Class
animation
button
encoding
android fragment详细介绍
但是在android4.0中突然发现这个已经在android4.0中已经过时了,具体说是在
android3.0
之后就过时了,于是
gemmem
·
2012-06-05 22:00
android
UI
ListView
layout
interface
hierarchy
android fragment详细介绍
但是在android4.0中突然发现这个已经在android4.0中已经过时了,具体说是在
android3.0
之后就过时了,
king_tt
·
2012-06-05 22:00
Fragment
Android 用户界面---操作栏(Action Bar 一)
你能够用ActionBar的对象的API来控制操作栏的行为和可见性,这些API被添加在
Android3.0
(API级别11)中。操作栏的主要目的
huaxin803
·
2012-06-04 19:00
android
xml
api
action
menu
encoding
Android 用户界面---操作栏(Action Bar 一)
你能够用ActionBar的对象的API来控制操作栏的行为和可见性,这些API被添加在
Android3.0
(API级别11)中。操作栏的主要目的
huaxin803
·
2012-06-04 19:00
android
Android 用户界面---菜单(Menus 一)
从
Android3.0
(API级别11)开始,Android设备不再需要提供一个专用的Menu按钮,随着这种改变,Android应用程序将会从对传统的6项菜单面板的依赖中解脱出来,取而代之的是提供了一个用户展现常用用户动作的操作栏
huaxin803
·
2012-06-04 19:00
Android 用户界面---菜单(Menus 一)
从
Android3.0
(API级别11)开始,Android设备不再需要提供一个专用的Menu按钮,随着这种改变,Android应用程序将会从对传统的6项菜单面板的依赖中解脱出来,取而代之的是提供了一个用户展现常用用户动作的操作栏
huaxin803
·
2012-06-04 19:00
android
action bar
ActionBar使用方法-Android活动栏(一) 在
Android3.0
中除了我们重点讲解的Fragment外,ActionBar也是一个重要的内容,ActionBar主要是用于代替传统的标题栏
疯狂的犀牛
·
2012-05-29 00:00
action
android3.0
widget
本文翻译整理自:http://developer.android.com/guide/topics/appwidgets/index.html#preview前言在
Android3.0
中,增加了大量的APPWidgets
liaoxianming
·
2012-05-26 09:00
Android3.0
版本以上出现android.os.NetworkOnMainThreadException异常与处理方式
http://www.cnblogs.com/awenhome/archive/2012/01/04/2311659.html以前用2.2访问WebService没有问题,到3.0上访问出现android.os.NetworkOnMainThreadException找了资料经过实践,解决方法如下:StrictMode.setThreadPolicy(newStrictMode.ThreadPol
jdsjlzx
·
2012-05-19 21:00
android
webservice
api
网络
Android笔记 - UI Menu (3) Action Bar
自
android3.0
来ActionBar就取代了OptionsMenu。于是就涉及了API的设置。1)设置,表明应用程序可部署于
android3.0
或之前。
tangxh1129
·
2012-05-08 15:00
Nokia
ActionBar
ActionBar在
Android3.0
(APIlevel11)增加的特性。
zhouyuanjing
·
2012-05-04 09:00
如何使用DialogFragment类来创建和显示对话框
代码在
Android3.0
中编译测试通过。
fireofstar
·
2012-05-03 13:18
android
dialog
string
layout
encoding
button
代码分析
如何使用DialogFragment类来创建和显示对话框
代码在
Android3.0
中编译测试通过。1.
FireOfStar
·
2012-05-03 13:00
android
String
layout
dialog
button
encoding
如何使用DialogFragment类来创建和显示对话框
代码在
Android3.0
中编译测试通过。 1.定义清单文件(AndroidManifest.xml) <?
isiqi
·
2012-05-03 13:00
Fragment
Android Animation简述
AndroidAnimation简述一、动画(Animation) Android框架提供了两种动画系统:属性动画(
Android3.0
)和视图动画。
winorlose2000
·
2012-05-02 08:02
android
animation
animation
property
Android 装载器---概要
在
Android3.0
中引入了装载器的功能,这使它很容易在Activity或Fragment中使用异步的方式加载数据。装载器的特点如下:1.
huaxin803
·
2012-04-28 12:00
android
工作
上一页
35
36
37
38
39
40
41
42
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他