Android 仿飞鸽传书源码.rar
2022-07-04 18:05:58 3.87MB Android
Android 仿优酷Android客户端图片左右滑动Demo.zip
2022-07-03 19:07:13 2.14MB Android
Android 仿随手记的炫酷饼图源码.zip
2022-07-03 14:05:39 2.52MB Android
项目上之前需要用到,后来团队研究后,进行了1:1的还原,而且优化后特别棒,希望对你有帮助,Android仿微信朋友圈功能实例源码实现高性能微信朋友圈功能效果。
2022-06-30 16:03:38 8.97MB Android 微信朋友圈 实例源码 高性能
自定义View之仿支付宝芝麻信用分仪表盘效果,喜欢的话,请给个star,谢谢.使用添加项目依赖Add it in your root build.gradle at the end of repositories: allprojects {         repositories { ... maven { url "https://jitpack.io" }         }     } Add the dependency     dependencies {             compile 'com.github.HotBitmapGG:CreditSesameRingView:V1.0.2' }新版芝麻信用分使用     // The gradient color can define your own private final int[] mColors = new int[]{             0xFFFF80AB,             0xFFFF4081,             0xFFFF5177,             0xFFFF7997              }; // Set up the need to score mLayout = (RelativeLayout) view.findViewById(R.id.layout);       mButton = (Button) view.findViewById(R.id.btn);       newCreditSesameView = (NewCreditSesameView) view.findViewById(R.id.sesame_view);       mLayout.setBackgroundColor(mColors[0]);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)            {                newCreditSesameView.setSesameValues(639);                startColorChangeAnim();            }       }); // The background color gradient animation Simply illustrates the effect Can customize according to your need public void startColorChangeAnim()      { ObjectAnimator animator = ObjectAnimator.ofInt(mLayout, "backgroundColor", mColors);          animator.setDuration(3000);          animator.setEvaluator(new ArgbEvaluator());          animator.start();      }旧版芝麻信用分使用      // Set up the need to score oldCreditSesameView = (OldCreditSesameView) view.findViewById(R.id.sesame_view);       mButton = (Button) view.findViewById(R.id.btn);       mButton.setOnClickListener(new View.OnClickListener()       { @Override public void onClick(View view)           {               oldCreditSesameView.setSesameValues(639);           }       });
2022-06-30 14:40:09 3.83MB 开源项目
1
资源包含文件:论文文档word+项目源码+项目截图+演示视频 外卖项目是一个网上订餐项目,该项目中包含订餐的店铺、各 店铺的菜单、购物车以及订单与付款等模块。在店铺列表中可以看到店铺 的名称、月售数量、起送价格与配送费用、配送时间以及店铺特色等信息, 点击店铺列表中的任意一个店铺,程序会进入到店铺详情界面,该界面主 要用于显示店铺中的菜单信息,同时可以将想要吃的菜添加到购物车中, 选完菜之后可以点击该界面中的“去结算”按钮,进入到订单界面,在该 界面核对已点的菜单信息,并通过“去支付”按钮进行付款。 详细介绍参考:https://biyezuopin.blog.csdn.net/article/details/125424868
2022-06-24 18:03:57 39.31MB Android 仿美团外卖 外卖系统 源码
Android仿今日头条新闻缓存加载功能实现和DiskLruCache硬盘缓存学习
2022-06-21 19:45:16 2.12MB 缓存加载
1
主要介绍了Android中仿微信录音功能录音后的raw文件转mp3文件,本文通过实例代码给大家讲解的非常详细,需要的朋友可以参考下
2022-06-19 21:57:02 138KB android微信录音 raw文件转mp3文件
1
Android 仿360恶意广告拦截扫描UI效果源码.zip
2022-06-15 11:04:46 2.19MB 源码
Android 仿ES界面文件浏览器源码.zip
2022-06-15 11:04:45 759KB 源码