JadClipse eclipse反编译插件
摘要:A.下载JadClipse,http://jadclipse.sourceforge.net/wiki/index.php/Main_Page#Download,注意选择与eclipse版本一致的版本,我用的是Eclipse3.4,所以选择下载版本net.sf.jadclipse_3.3.0.ja...
阅读全文
posted @
2015-06-25 13:47
wf110
阅读(250)
推荐(0) 编辑
混淆编译
摘要:在以release模式下打包apk时会自动运行ProGuard,这里的release模式指的是通过ant release命令或eclipse project->android tools->export signed(unsigned) application package生成apk。在debug...
阅读全文
posted @
2015-06-24 10:55
wf110
阅读(286)
推荐(0) 编辑
mac下反编译android apk
摘要:所需要的工具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) 编辑
js swipe 图片滑动控件实现 任意尺寸适用任意屏幕
摘要:http://www.swiper.com.cn/http://www.idangero.us/swiper/demos/解决问题点:1.先得到图片真实的宽高, 根据真实宽高 等比例2.调用的控件 宽高的计算 其实是 获取 .swiper-container 样式的宽和高,所以此样式的宽高要设定好。...
阅读全文
posted @
2015-06-17 10:46
wf110
阅读(1245)
推荐(0) 编辑
viewpage广告条的制作
摘要: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
阅读(196)
推荐(0) 编辑
viewpage的使用
摘要:http://blog.csdn.net/loongggdroid/article/details/19970523
阅读全文
posted @
2015-06-09 14:51
wf110
阅读(181)
推荐(0) 编辑
webview和 内置浏览器的调用
摘要:http://blog.csdn.net/hudashi/article/details/8176298/一、启动android默认浏览器在Android程序中我们可以通过发送隐式Intent来启动系统默认的浏览器。如果手机本身安装了多个浏览器而又没有设置默认浏览器的话,系统将让用户选择使用哪个浏览...
阅读全文
posted @
2015-06-09 14:25
wf110
阅读(7771)
推荐(0) 编辑