上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页
  2015年6月24日
摘要: 在以release模式下打包apk时会自动运行ProGuard,这里的release模式指的是通过ant release命令或eclipse project->android tools->export signed(unsigned) application package生成apk。在debug... 阅读全文
posted @ 2015-06-24 10:55 wf110 阅读(283) 评论(0) 推荐(0) 编辑
  2015年6月23日
摘要: 所需要的工具http://pan.baidu.com/disk/home#path=%252Fandroid%252Fdecompile%252Fapktool-allapktool用于将资源文件或者原始资源文件反编译 -->res assets 文件夹apktool d XXX XXX表示... 阅读全文
posted @ 2015-06-23 19:01 wf110 阅读(194) 评论(0) 推荐(0) 编辑
  2015年6月17日
摘要: http://www.swiper.com.cn/http://www.idangero.us/swiper/demos/解决问题点:1.先得到图片真实的宽高, 根据真实宽高 等比例2.调用的控件 宽高的计算 其实是 获取 .swiper-container 样式的宽和高,所以此样式的宽高要设定好。... 阅读全文
posted @ 2015-06-17 10:46 wf110 阅读(1235) 评论(3) 推荐(0) 编辑
  2015年6月10日
摘要: 1 package com.itheima27.viewpagerdemo; 2 3 import java.util.ArrayList; 4 import java.util.List; 5 6 import android.app.Activity; 7 import an... 阅读全文
posted @ 2015-06-10 15:34 wf110 阅读(191) 评论(0) 推荐(0) 编辑
  2015年6月9日
摘要: http://blog.csdn.net/loongggdroid/article/details/19970523 阅读全文
posted @ 2015-06-09 14:51 wf110 阅读(179) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/hudashi/article/details/8176298/一、启动android默认浏览器在Android程序中我们可以通过发送隐式Intent来启动系统默认的浏览器。如果手机本身安装了多个浏览器而又没有设置默认浏览器的话,系统将让用户选择使用哪个浏览... 阅读全文
posted @ 2015-06-09 14:25 wf110 阅读(7703) 评论(0) 推荐(0) 编辑
  2015年5月30日
摘要: http://blog.csdn.net/xiazdong/article/details/7768807广播接收者核心代码同步广播发送方核心代码:[java]view plaincopyIntentintent=newIntent();intent.setAction("...");Context... 阅读全文
posted @ 2015-05-30 10:38 wf110 阅读(321) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/woshixuye/article/details/8280879实例代码当数据需要在应用程序间共享时,我们就可以利用ContentProvider为数据定义一个URI。之后其他应用程序对数据进行查询或者修改时,只需要从当前上下文对象获得一个ContentR... 阅读全文
posted @ 2015-05-30 10:22 wf110 阅读(185) 评论(0) 推荐(0) 编辑
  2015年5月29日
摘要: 自定义控件一般的思路都是根据图片,自己绘制相应的控件布局文件 1 10 11 16 17 1 import com.itheima27.slidebutton.R; 2 import com.itheima27.slidebutton.interf.OnToggleStateChang... 阅读全文
posted @ 2015-05-29 17:46 wf110 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 1 package com.itheima.touch; 2 3 import android.app.Activity; 4 import android.graphics.Matrix; 5 import android.graphics.PointF; 6 import and... 阅读全文
posted @ 2015-05-29 13:42 wf110 阅读(335) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 40 下一页