登录
首页 » Android » Getting Started with the actual combat android development, recently many of my...

Getting Started with the actual combat android development, recently many of my...

于 2022-07-21 发布 文件大小:2.99 MB
0 246
下载积分: 2 下载次数: 1

代码说明:

android开发入门与实战,近来很多朋友想在网上找相关的代码资料,我就买了此书并上传相关代码资料,希望我们多学习。-Getting Started with the actual combat android development, recently many of my friends want to find the relevant code for online information, I bought the book and upload the relevant code information, would like us to learn more.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 转盘抽奖实例源码下载
    android 转盘抽奖实例源码下载
    2014-06-17下载
    积分:1
  • Android演示如何实现两个服务相互启动对方
    Android演示如何实现两个服务相互启动对方,一个被关闭了,另一个服务会检测服务,自动启动被关闭的服务。类似这样:在服务1中检测服务2,检测到服务2不存在,准备启动服务2;在服务2中检测服务1,检测到服务1不存在,准备启动服务1。编写此类功能时,检测判断服务是否开启是基本的,模块功能围绕此展开。
    2022-11-05 16:50:04下载
    积分:1
  • 圆盘型按钮
    效果酷炫的圆盘型按钮特效。完整代码,能够直接运行!
    2022-02-14 15:33:00下载
    积分:1
  • Android_hotfix
    说明:  阿里巴巴出品的,安卓移动端,热修复技术文档(Alibaba published , Android Mobile, Hot Repair Technical Documents)
    2020-06-22 22:20:01下载
    积分:1
  • 磁感应传感器的应用
    主要是通过手机磁感应传感器的一个简单的安卓小作品应用,代码简洁易懂,非常好学,非常好玩的一个小Dome。 欢迎下载,非常高兴与你们分享。
    2022-01-21 22:15:56下载
    积分:1
  • android 模块化开发示例源码下载
    android 模块化开发示例源码下载
    2014-03-21下载
    积分:1
  • Android PathEffect 效果实例
    从一本书中得到的Android PathEffect 效果实例,不多说了,直接把关键代码帖出来吧,需要完整代码的可下载本源码,运行的效果请参见下边的截图所示,运行时,可看到多条像流水一样的路径曲线,下面是代码:   // 定义画板为白色   canvas.drawColor(Color.WHITE);   pe[0] = null;   // 此PathEffect为圆滑的弧形   pe[1] = new CornerPathEffect(10);   // 离散的线   // 第一个参数为离散在弧上的间距   // 第二个参数为离散的程度   pe[2] = new DiscretePathEffect(3, 10);   // Dash为破折号的意思。 应该是破这行   // 其中第一个参数是new float[]{} 表示其中的间隔和距离   // phase表示相位   pe[3] = new DashPathEffect(new float[] { 20, 5, 5, 20 }, phase);   //先建立一个Path 然后创建PathDashPathEffect对象 其中p为path   Path p = new Path();   p.addRect(0,0,8,8,Path.Direction.CW);   pe[4] = new PathDashPathEffect(p, 12, phase, PathDashPathEffect.Style.ROTATE);   //此方法表示两个组合的PathEffect   pe[5] = new ComposePathEffect(pe[2], pe[4]);   //结果和pe[5]类似   pe[6] = new SumPathEffect(pe[4], pe[3]);   // 开始画七条线   for (int i = 0; i < pe.length; i++) {   // 如果没有paint.setPathEffect(),那么系统默认为paint.setPathEffect(null);   paint.setPathEffect(pe[i]);   paint.setColor(colors[i]);   canvas.drawPath(path, paint);   //使画板平移
    2022-07-25 12:05:42下载
    积分:1
  • android开发新浪微博客户端
    android开发新浪微博客户端
    2015-05-11下载
    积分:1
  • Android在线考试系统源码
    在线考试 在线答题,类似手机驾考考试系统一样,选择题目提交考试。在答题过程中遇到错误题目,可以查看正确解释,以及把错误题目自动缓存到本地,下次进入自动清零,重新缓存错误题目。
    2022-01-31 03:02:21下载
    积分:1
  • 自定义进度条实现
    本资源是android中进度条的自定义实现例程
    2022-08-14 23:40:31下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载