会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
飞奔的坦克
上一页
1
···
12
13
14
15
16
17
18
19
20
21
下一页
2015年4月13日
RelativityLayout 子控件的几个常用的属性 android:layout_centerHorizontal="true"、 android:layout_centerVertical="true" 、android:layout_centerInParent="true"
摘要: ------------------------------------------------------------------------------------------ android:layo...
阅读全文
posted @ 2015-04-13 15:05 飞奔的坦克
阅读(1992)
评论(0)
推荐(0)
编辑
android layout_gravity 、gravity、layout_margin、padding 之间的区别
摘要: android:orientation="horizontal" > android:layout_gravity="center_horizontal" layout表示相对父控件...
阅读全文
posted @ 2015-04-13 14:38 飞奔的坦克
阅读(1113)
评论(0)
推荐(0)
编辑
android 控件属性 src 和 background 有什么区别
摘要: Background 和包完整个控件的背景src 有可能只包含 一个控件的一部分
阅读全文
posted @ 2015-04-13 12:24 飞奔的坦克
阅读(236)
评论(0)
推荐(0)
编辑
2015年4月10日
缺少android.support.v4.jar builder path 导入 v4.jar包 Error inflating class android.support.v4.view.ViewPager
摘要: 04-10 18:57:54.656: E/AndroidRuntime(6346): FATAL EXCEPTION: main04-10 18:57:54.656: E/AndroidRuntime(6346): java.lang.RuntimeException: Unable to sta...
阅读全文
posted @ 2015-04-10 19:03 飞奔的坦克
阅读(1263)
评论(0)
推荐(0)
编辑
2015年4月9日
Service简单实例
摘要: 1. 继承service类,重写方法service的 onBinder()方法2.在 Manifest中注册 service,设置过滤的url (public static final String ACTION = "com.lql.service.ServiceDemo";//自定义)3. 启动...
阅读全文
posted @ 2015-04-09 21:48 飞奔的坦克
阅读(808)
评论(0)
推荐(0)
编辑
Bundle传递对象
摘要: BundleDemo.java ----主Activity从此Activity中传给 ActivityA.javapublic class BundleDemo extends Activity { @Override protected void onCreate(Bundle savedInst...
阅读全文
posted @ 2015-04-09 20:33 飞奔的坦克
阅读(3596)
评论(0)
推荐(0)
编辑
Android LayoutInflater详解
摘要: Android LayoutInflater详解在实际开发中LayoutInflater这个类还是非常有用的,它的作用类似于findViewById()。不同点是LayoutInflater是用来找res/layout/下的xml布局文件,并且实例化;而findViewById()是找xml布局文件...
阅读全文
posted @ 2015-04-09 15:23 飞奔的坦克
阅读(184)
评论(0)
推荐(0)
编辑
利用Bundle在activity之间传递对象
摘要: 假如需要在两个activity间传递数据,我们通常都是用Bundle,但是里面似乎只有一些放置一些Java中已经有的数据类型,像String,int,double等,但如果要传递一个对象呢?不难发现Bundle中有一个方法putSerializable,利用该对象就可以传递对象了,不过传递的对象要...
阅读全文
posted @ 2015-04-09 15:18 飞奔的坦克
阅读(299)
评论(0)
推荐(0)
编辑
Intent 传递数据
摘要: Intent 传递数据intent.setClass(getApplicationContext(), DetailsActivity.class);intent.putExtra("id", (String) proList.get(position - 2).getItem("id"));int...
阅读全文
posted @ 2015-04-09 15:16 飞奔的坦克
阅读(126)
评论(0)
推荐(0)
编辑
调试代码
摘要: 只要在不改动源码的基础上,可以到处打断点,按resume键,重新定位到bug的地方。
阅读全文
posted @ 2015-04-09 00:48 飞奔的坦克
阅读(102)
评论(0)
推荐(0)
编辑
上一页
1
···
12
13
14
15
16
17
18
19
20
21
下一页
公告
导航
博客园
首页
新随笔
新文章
联系
订阅
管理