Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2567541
  • 博文数量: 315
  • 博客积分: 3901
  • 博客等级: 少校
  • 技术积分: 3640
  • 用 户 组: 普通用户
  • 注册时间: 2011-05-08 15:32
个人简介

知乎:https://www.zhihu.com/people/monkey.d.luffy Android高级开发交流群2: 752871516

文章分类

全部博文(315)

文章存档

2019年(2)

2018年(1)

2016年(7)

2015年(32)

2014年(39)

2013年(109)

2012年(81)

2011年(44)

发布时间:2014-01-05 20:16:56

点击(此处)折叠或打开Android does not allow UI events like Toasts from outside the main thread. The run is getting called, but the Toast is being ignored.To create the Toast on the UI thread, you can use a Handler and an empty .........【阅读全文】

阅读(1951) | 评论(0) | 转发(0)

发布时间:2014-01-05 11:27:27

http://www.cnblogs.com/newcj/archive/2011/05/30/2061370.html按运行地点分类:类别区别 优点缺点  应用.........【阅读全文】

阅读(1627) | 评论(0) | 转发(0)

发布时间:2014-01-04 23:33:31

RelativeLayout(相对布局)时间:2012-02-08 19:32来源:SJF0115 作者:android安卓 点击: 263 次android:layout_above 将该控件的底部至于给定ID的控件之上 android:layout_below 将该控件的顶部至于给定ID的控件之下 android:layout_toLeftOf 将该控件的右边缘和给定ID的控件的左边缘对齐 android:layout_toRightOf 将该.........【阅读全文】

阅读(1219) | 评论(0) | 转发(0)

发布时间:2013-11-24 16:34:47

http://blog.csdn.net/hudashi/article/details/69291371.什么是ContentProvider 数据库在Android当中是私有的,当然这些数据包括文件数据和数据库数据以及一些其他类型的数据。 不能将数据库设为WORLD_READABLE,每个数据库都只能创建它的包访问, 这意味着只有由创建数据库的进程可访问它。如果需要.........【阅读全文】

阅读(1592) | 评论(0) | 转发(0)

发布时间:2013-11-10 22:36:13

在看这篇之前 建议看看 【android 服务概述 本地服务示例】http://byandby.iteye.com/blog/1026110 和 【android AIDL服务】http://byandby.iteye.com/blog/1026193 和这两篇有点关系。 http://byandby.iteye.com/blog/1027705......【阅读全文】

阅读(1284) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册