登录
首页 » Android » android添加提醒角标demo

android添加提醒角标demo

于 2022-06-26 发布 文件大小:545.81 kB
0 193
下载积分: 2 下载次数: 1

代码说明:

android添加提醒角标demo  调用自定义view  

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

发表评论

0 个回复

  • 安卓系统的样式对话框
    实现各种自定义的弹出对话框(Dialog View)。可以在对话框中自定义文字、按钮、图片、背景颜色等等。
    2022-08-14 22:51:09下载
    积分:1
  • specialEffects
    android 的一些功能特效 很实用的。(android special effects)
    2012-11-24 20:54:26下载
    积分:1
  • 3D-air-war
    3D 空战游戏 open GL编程应用实例(3D air war game 3D open GL application instance for studying)
    2012-10-16 14:38:55下载
    积分:1
  • android 仿QQ的登录界面源码
    android 仿QQ的登录界面源码
    2015-06-16下载
    积分:1
  • android 音乐播放器
    很好的代码。 欢迎下载。定能帮助你很快的学以只用,拿来练手。简单而健全。
    2022-02-10 05:49:12下载
    积分:1
  • 安卓开发的环境搭建
    搭建安卓环境所需要的基本包和文件。
    2022-01-22 10:53:41下载
    积分: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
  • LinkGame
    能实现电脑端双人连连看游戏,里面已设置好关卡,只有在规定时间内通过游戏关卡才能进入下一关,否则游戏失败,同时进行倒计时。(It can realize the double-player continuous watching game on the computer side. The game has been set up a checkpoint. Only through the game checkpoint in the prescribed time can we enter the next level, otherwise the game will fail and the countdown will be made at the same time.)
    2019-04-03 15:34:59下载
    积分:1
  • Android高仿新浪微博的Tab
    一个简单的Android Demo,实现了android新浪微博客户端4.x后的底部tab效果,并实现了切换功能,代码清晰,注释清楚,欢迎学习交流
    2022-10-25 17:50:03下载
    积分:1
  • 手势中的应用
    Android 的手势的应用程序,这个应用程序是帮助写注意它因此为提高此应用程序与此模型中的开放源码的代码我想向这提交的应用程序开发所有的安卓开发者基于触摸屏幕文字在屏幕上
    2022-01-25 14:59:41下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载