
android
hehuihehui
好
展开
-
不采用AIDL文件的service
服务:package com.example.test3;import android.app.Service;import android.content.Intent;import android.os.Binder;import android.os.IBinder;import android.os.Parcel;import and原创 2013-11-29 11:18:02 · 775 阅读 · 0 评论 -
startActivityIfNeeded 何时 不启动 activity ?
startActivityIfNeeded 何时 不启动 activity ?原创 2013-11-29 17:06:49 · 5548 阅读 · 0 评论 -
Parcel.writeStrongBinder 与 Parcel.writeStrongInterface 的区别
Parcel.writeStrongBinder 与 Parcel.writeStrongInterface 的区别原创 2013-11-29 17:50:18 · 1906 阅读 · 0 评论 -
android View 绘制流程
1 draw background2 绘制自身 : onDraw 3 绘制孩子 : dispatchDraw http://item.taobao.com/item.htm?spm=a1z10.1.w4004-4695934438.10.KJrVA1&id=36467979623原创 2013-12-09 14:51:36 · 759 阅读 · 0 评论 -
如何让一个activity只要不在显示的时候就finish掉呢? FLAG_ACTIVITY_NO_HISTORY
FLAG_ACTIVITY_NO_HISTORY :If set, the new activity is not kept in the history stack. As soon as the user navigates away from it, the activity is finished. This may also be set with the noHistoryattribute.原创 2013-12-09 10:41:48 · 2999 阅读 · 2 评论 -
android 添加 新建 增加 新增 联系人
android 添加 新建 增加 新增 联系人原创 2013-12-20 13:54:26 · 1095 阅读 · 0 评论