Android性能优化 经验

Android性能优化 1.http用gzip压缩,设置连接超时时间和响应超时时间 http请求按照业务需求,分为是否可以缓存和不可缓存,那么在无网络的环境中,仍然通过缓存的httpresponse浏览部分数据,实现离线阅读。

fmms 2012-02-07   41198   0

Android UI优化 经验

复杂布局使用RelativeLayout 7.自适应屏幕,使用dp替代pix 8.使用android:layout_weight或者TableLayout制作等分布局 9.使用animation-list制作动画效果

fmms 2012-02-07   18654   0

Android Dialog 学习汇总 经验

android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"

fmms 2012-02-22   82368   0

AQuery简介:jQuery for Android 经验

务和操作 DOM 所需要的代码数量。新项目 AQuery 想要为 Android 开发者提供同样的功能。为了向你展示 Android Query 能够够为用户界面开发做到什么,我们从他们的项目页面上引用了一个例子。

fmms 2012-04-27   52762   0

Android中PopupWindow的使用 经验

android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent"

jopen 2012-05-31   90144   0

Android实用代码片段 经验

三、获取安装路径和已安装程序列表 (1)android中获取当前程序路径 getApplicationContext().getFilesDir().getAbsolutePath() (2)android取已安装的程序列表

jopen 2012-01-12   50634   0

Android JUnit 入门指南 经验

用程序各功能执行的方式。Android SDK支持JUnit的自动化单元测试。本教程假设你已熟悉Android和JUnit在Eclipse的使用。 创建一个Android的JUnit项目 如果

openkk 2012-04-07   118438   0

Android实现CoverFlow效果 经验

coverflow; import android.content.Context; import android.graphics.Camera; import android.graphics.Matrix;

openkk 2012-02-28   72393   0

Android - 文件操作 小结 经验

android中的文件放在不同位置,它们的读取方式也有一些不同。 一、资源文件的读取: 1) 从resource的raw中读取文件数据: String res = ""; try{ //得到资源中的Raw数据流

openkk 2012-03-05   162947   0

Android 中单位讲解 经验

1. dip(dp): device independent pixels(设备独立像素). dp也就是dip。这个和sp基本类似。如果设置表示长度、高度等属性时可以使用dp 或sp。但如果设置字体,需要使用sp。dp是与密度无关,sp除了与密度无关外,还与scale无关。

jopen 2013-07-13   22067   0

Android 中Parcelable的作用 经验

非原创,摘自JAVA EYE android提供了一种新的类型:Parcel。本类被用作封装数据的容器,封装后的数据可以通过Intent或IPC传递。 除了基本类型以 外,只有实现了Parce

Android 使用 JavaMail 经验

用第三方邮件程序。为了以后使用方便,自己写了段代码. Javamail-Android配置步骤: 下载Android版本JavaMail包,additional.jar、mail.jar和activation

openkk 2012-08-15   31488   0

android书架效果 经验

xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layo

jopen 2012-09-04   45595   0

Android音频采集 经验

Android的多媒体框架包括了对各种通用音频格式进行采集和编码的支持,因此你能够容易的把音频集成到你的应用程序中。如果设备硬件支持,你还能够使用MediaRecorder API来记录音频。 本

jopen 2012-09-09   41645   0

Android GridView的使用 经验

xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/brainheroall" android:background="#FFeff1ef"

jopen 2012-09-12   73680   0

KSoap2 Android 经验

KSoap2 AndroidAndroid 平台上一个高效、轻量级的 SOAP 开发包。等同于 Android 上的 KSoap2 的移植版本。 项目主页: http://www.open-open

jopen 2012-07-11   32492   0

Android常用的工具类 经验

检查网络是否可用 import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface;

jopen 2012-10-09   50891   0

Android TabHost的使用 经验

xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layo

jopen 2012-10-13   32250   0
P105

  android中文文档 文档

android 中文文档 什么是 Android? Android 是一个专门针对移动设备的软件集,它包括一个操作系统,中间件和一些重要的应用程序。Beta版的 Android SDK 提供了在An

zhaovnan 2010-11-09   865   0
P20

  android 代码规范 文档

recommendations, but strict rules. Contributions to Android generally will not be accepted if they do not adhere

jienliang 2012-09-29   627   0
1 2 3 4 5 6 7 8 9 10