-
android下Intent传递实例 附完整源码
Intent传递实例
- 2013-03-30下载
- 积分:1
-
control
android常用的系统控件源码集,包括一些常用的界面控件的源码,比如菜单,单选按钮、按钮文字和背景的设置、带动画的按钮、按钮事件监听的实现、checkbox进行监听、EditText编辑框、单项选择、多项选择、Menu菜单、WebView使用等。(
android common set of source code control systems, including some commonly used interface controls the source, such as menus, radio buttons, buttons, text and background settings, with animated buttons, the button event listener implementation, checkbox for monitoring, EditText edit box, single choice, multiple choice, Menu menu, WebView and so on.
)
- 2012-01-06 00:35:56下载
- 积分:1
-
android aidl服务源码示例,实现功能:apn设置、usb模式设置、home键设置等。
android aidl服务源码示例,实现功能:apn设置、usb模式设置、home键设置、系统时间设置、状态栏设置等。
- 2022-08-10 07:09:10下载
- 积分:1
-
TestMediaMetadataRetriever
android 获取视频缩略图源代码,下载直接使用。(android access to the the video thumbnails source code download directly use.)
- 2012-10-27 14:44:50下载
- 积分:1
-
Android-help-part4
Android帮助文档(第四部分)(全三节),Android中文帮助文档,电子书(Android to help document (Part IV) (all three), Android Chinese help documentation, e-books)
- 2012-05-03 16:52:35下载
- 积分:1
-
APKParser-src
apk parser in java and android
- 2015-06-24 17:51:36下载
- 积分:1
-
OBD 汽车数据监测demo
供学习和测试,基于Android平台的车况检测系统(OBD DEMO for android)
- 2018-04-04 17:24:09下载
- 积分:1
-
Android 绘制吃豆子小人及图片自动变换显示功能
Android 绘制吃豆子小人,同时与之搭配的还有图片自动变换显示的功能。
Paint paint = new Paint();//创建画笔对象
canvas.drawColor(Color.BLACK);//绘制背景
canvas.drawBitmap(bmpMan, centerX-radius, centerY-radius, null);//绘制吃豆小人
paint.setColor(Color.BLACK); //设置画笔颜色
paint.setAntiAlias(true);
RectF oval = new RectF(centerX-radius-1,centerY-radius-2,centerX-radius-1+2*radius+2,centerY-radius-2+2*radius+4);
canvas.drawArc(oval, 360-angle+90*direction, 2*angle, true, paint); //绘制扇形实现张嘴闭嘴
if(System.currentTimeMillis()-timeStamp > 5000){//如果时间间隔超过5秒
timeStamp = System.currentTimeMillis(); //重新记录时间
currPhoto = (currPhoto+1)%bmpPhotos.length; //更换照片
}
canvas.drawBitmap(bmpPhotos[currPhoto], 80, 40, null);//绘制照片
super.onDraw(canvas);
- 2022-05-16 13:25:29下载
- 积分:1
-
android的小dome
最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字最少50字
- 2023-03-20 12:35:04下载
- 积分:1
-
Orong_tbzs
详细介绍 - [ 聚融网贷款投标助手源码 ]
聚融网贷款投标助手源码是一个安卓版本的聚融网贷款投标助手项目源码,一般公司或者开发者都不会把这类内部使用的项目源码泄漏出来,这个项目是依托于他的官网的orong.cn,但是现在官网挂掉了,估计整个公司跑路了才会分享出来,因为项目缺少部分图片资源所以原项目会报错,我使用资源目录下的其他图片文件对缺少的图片资源进行了替代,可能图片显示会有错误但是整个项目可以正常的运行起来(Detailed financial network loan tender assistant source]
Poly financial loans Network Bidding Assistant source is an Android version of the fusion of the net loan bidding assistant project source code, companies or developers won t leak out the internal use of the project source code. The project is relying on his official website orong.cn, but now official website hang, it is estimated that the company running the will share out, because the items missing parts of the picture resources so the original project will misstatement, I use resource directory under the other picture file to replace the missing image resources may picture shows there will be mistakes but the entire project can be normal operation)
- 2016-05-30 13:36:23下载
- 积分:1