- 博客(3)
- 资源 (2)
- 收藏
- 关注
原创 android Window悬浮窗添加 删除 修改
WindowManager windowManager; TextView textView; WindowManager.LayoutParams params; private void addWindow() { params = new WindowManager.LayoutParams( WindowManager.L
2017-03-29 16:25:06
1328
原创 android IPC方式 Bundle 文件共享 Messenger
1.添加进程 四大组件中 如android:process="android.services" 2.通信方式 发送者: // 1)使用Bundle跨进程通信 Intent mIntent = new Intent(this, TwoActivity.class); mIntent.putExtra("name", " value");
2017-03-16 15:44:39
242
原创 Android自定义LinearLayout
package liu.cusor_view1; import android.R.interpolator; import android.content.Context; import android.graphics.Color; import android.util.AttributeSet; import android.view.LayoutInflater; imp
2015-03-03 11:26:25
497
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人