Android布局 LinearLayout (线性布局) android:orientation 属性指定了排列方向是 vertical,如果指定的是horizontal,控件就会在水平方向上排列了。 android:gravity 是用 于指定文字在控件中的对齐方式 android:layout ...
分类:
移动开发 时间:
2020-10-06 21:15:46
阅读次数:
49
1 编写HelloBindService方法, 2 编写BindServiceActivity方法, 3 然后运行,结果如图—— a.单击“绑定Service” b.单击“取消绑定Service” c.取消绑定后,单击“获取Service数据”,提示先绑定服务 d.单击“绑定Service”后,再点 ...
分类:
移动开发 时间:
2017-06-15 00:35:36
阅读次数:
247
1.线性布局管理器<LinearLayout xmlns:android=http://schemas.android.com/apk/res/android> </ LinearLayout > Android:orientation 用于设置布局管理器内组件的排列方式(ertical(垂直)、h ...
分类:
移动开发 时间:
2016-04-17 19:19:12
阅读次数:
236
Activity生命周期(7个方法和3个阶段) 7个方法: Void onCreate(Bundle savedlnstanceState) Void onStart() //开始 Void onRestart() //重置 Void onResume() //回复 Void onPause() /
分类:
移动开发 时间:
2016-03-23 20:06:34
阅读次数:
147
OnClickListener冲突的问题(2011-11-26 15:28:27)转载▼标签:杂谈分类: android学习记录 import anfroid.view.View.OnClickListener import anfroid.content.DialogInterface.OnCli...
分类:
其他好文 时间:
2016-01-07 11:28:21
阅读次数:
108
工作需要用到ffmpeg来进行Android的软编码,对这玩意儿一点都不了解,做个学习记录先。FFmpeg:http://www.ffmpeg.orgFmpeg is the leading multimedia framework, able todecode,encode,transcode.....
分类:
移动开发 时间:
2015-12-05 12:39:42
阅读次数:
188
安卓开发新手百度地图,刚开始碰到一个问题,没有地图信息,还有就是它只有一帧。如图所示:上网寻找说是key的问题,然后又一次申请。还是不行。最后再次看了自己的Manifest文件,发现自己的有问题。放在了新写的Application标签里。应该放在自带的Application里面。然后,就攻克了。部分...
分类:
移动开发 时间:
2015-07-27 13:00:36
阅读次数:
161
我们知道,appWidget可通过设置widgetinfo中的updateTimeMillies设置更新的间隔,那么,当我们需要实时进行更新的时候呢?该如何进行appWidget显示内容的更新?如行程应用中添加了新的行程,想立刻在appWidget显示内容更新。如何?我们知道,widgetProvider本质上就是一个广播接收器,所以我们可以在数据修改处发送一个与之符合的广播。当我们的intent并...
分类:
移动开发 时间:
2015-05-17 09:26:30
阅读次数:
152
notification,通知,显示在状态栏那里的信息。它看起来是这样的:
如果想设计更为人性化的notification,可参考android官方的design文档————notification
创建notification
类似于AlertDialog的创建,notification的创建同样也是通过NotificationComp...
分类:
移动开发 时间:
2015-05-04 10:07:58
阅读次数:
403