搜索资源列表
antPproguard
- android自动打包方法(ant+proguard+签名) 现在优化减少体积和防止别人反编译,需要把编译后.class进行混淆,开始在网上看了一些关于ProGuard的介绍,基本上都是使用ADT自带的打包方式,那个打包方式太慢了,还要手工输密码,一个字烦。 于是开始寻找ant+proguard+签名的打包方式,遗憾的是资料不是缺手就是断脚。 好吧,看来得食自己了,!@#¥@#!@#!@##¥@#¥!@#@ 转眼一周,我++,终于把东西搞出来 ps:我们项目还有一个特殊需求
droiddraw-r1b18.1
- android记事本功能,可以保存和重新编辑-Is there a way to "swap" out a view at runtime? Here s my goal: I want to display an animated, indeterminate ProgressBar view until my image is loaded. Is there a way to do this easily, without having to do a bunch of crazy stu
Androidcallmaster
- 基于android移动电话的来电显示、归属地查询、来电大头贴、来电防火等功能-Android-based mobile phone calls show that attribution to inquiries, Caller ID, call fire and other functions
SQLite
- Android 手机系统中的SQLite 相关Java源码,每一个intent都会带一个Bundle型的extras数据。需要对position和id进行一个很好的区分。position指的是点击的这个ViewItem在当前ListView中的位置,每一个和ViewItem绑定的数据,肯定都有一个id,通过这个id可以找到那条数据。 -Android mobile phone system in the Java source SQLite related to each type of i
Ecarok11.10
- 此资料为一个在安卓终端上的软件源码,在eclipse上开发的。主要包括以下几部分1.宜车公司简介2.宜车资讯:宜车新闻资讯发布3.产品与服务:产品介绍,服务介绍,连接服务申请办理,支付4.会员管理:会员注册(姓名,身份证,手机,邮箱,车辆品牌,型号,新车购买日期,保险公司:保单办理日期,加油卡号,部分为非必填项),登录,查询,修改.5.保险办理:保险报价(参考平安保险网上保险计算器),保险保单报价单,保单确认,支付(含全额支付和分期支付两种),保险出单.(客户询价信息上传后台服务,后台服务报价后
LBSDemo
- 关于gps定位,基站定位, wifi定位的demo-about gps,Cell ID, wifi demo
Police
- 公司的移动警务通,可以根据身份证号查询人员信息-The company' s mobile police pass, according to the ID number to check personnel information
android_LayoutAnimationController
- 如果我们需要一个界面中的多个控件按照相同的动画方式但是每个控件完成该动画的时刻不同的话,就可采用本节讲的LayoutAnimationController来方便的完成了。 参考资料为Mars老师的教程,http://www.mars-droid.com/. 首先我们来看看用java代码怎么完成该功能,主要遵循以下步骤: 在anim下新建一个xml文件,该文件里面设置了控件的动态效果,所以根标签为set。 在java代码中新建一个Animation对象,采用Ani
Spider-Craze-Demo
- 这是我自己开发的安卓游戏的源代码。 https://play.google.com/store/apps/details?id=com.kcc.mgic.android.game.spidercraze 这链接里可以找到APK。-This is Android Game that i wrote last year. https://play.google.com/store/apps/details?id=com.kcc.mgic.android.game.spidercraze
mobilesafe
- 手机防盗: 根据SIM卡的变更,判断手机是否被盗,根据有协议发送手机中SIM卡信息,和当前手机的位置(经纬度),给安全号码,快速进入手机防盗 可以远程发送指令,锁屏,工程设置手机 MD5加密 防止应用程序被卸载 通讯卫士: 来电归属地显示,来电黑名单/短信黑名单管理,电话短信备份 软件管理: 系统软件和本地软件,显示软件的详细信息,启动,删除应用超程序,获取服务上软件的评分信息 程序锁 任务管理: 管理系统任务,显示系统内存信息,*,
HbxLink
- Android系统的疯狂连连看游戏源代码,代码注释比较丰富,而且资源文件完整,还有文档,看上去一切都很规范,压缩包有9M多,值得参阅的Android游戏源代码。源代码内包括了封装图片ID与图片本身的工具类,来自疯狂Java联盟。 根据游戏状态来绘制游戏界面上的全部方块。-Lianliankan game madness of the Android system source code, the rich code comments, and the resource file is compl
SinaOAuthdemo
- 使用新浪的id,连接新浪微波的源代码,用oauth实现,无密码。-Sina id, to connect the Sina microwave source code, to achieve using oauth password.
AutoComplete
- android AutoComplete 自动匹配所有选项控件 和网页中的下列框类似,并且实现了ID和Name的对应关系 可以在些基础上做些修改满足不同的需要。-android AutoComplete automatically match the following box similar option controls and pages, and those based on the correspondence between ID and Name some mo
TestWeiboDemo
- android开发,新浪微博登陆的示例程序,程序取得了token和新浪用户id,有了这2个参数我们就能调用新浪api的各种接口。-android development, Sina microblogging landing sample program, the program made a token and Sina user id With these two parameters we can call the Sina api various interface.
ListDemo
- 下拉列表范例 1存储数据的数组 2通过ID获取ListView对象 3构造适配器 4向ListView添加适配器 -ListDemo of Android // String data[]=new String[]{"a","b","c"} // ListView listView=(ListView)this.findViewById(R.id.listview) // Array
AndroidSMSFilter
- Android平台的短信过滤器,用广播实现,按照来电号码的前缀匹配是否需要过滤。做了前后台切换,用了ListActivity。-SMS filter for Android platform with broadcast, according to the Caller ID prefix match the need for filtering. Do Taiwan before and after the switch, with the ListActivity.
AutoSMSreply
- 初学android时写的一个demo,实现根据来电号码进行拦截并自动短信回复,提供特殊号码的设置,代码齐全-Write a beginner android demo, Caller ID to intercept and automatic SMS reply, to provide a special number set complete code ....
Capture
- 使用myeclipse然后开发的可以查身份id真假,可以查找骚扰电话的-Then developed using myeclipse can check identity id true and false, harassing phone
shinylife
- 一款Android中的手机查询软件,可查询身份证号,手机号码归属地等)源代码,应用可自动更新,在手机上已经应用的一个Android应用工具源码,主要是通过本Android客户端把用户的输入发送到网络服务器,再从服务器返回查询数据送达客户端,是典型的Android网络应用程序示例。 -The query an Android phone software, you can check the ID number, phone number attribution, etc.) source c
android_ui_1.024_5246bc26
- 科大讯飞官网下载的源码,包含有个人ID,请不要改动那部分内容,否则将可能不能使用-IFLYTEK official website to download the source code, including a personal ID, please do not change that part of the content may not be used otherwise