注解学习小案例,比较系统性学习注解并且应用实践。简单应用了运行期注解,通过注解实现了setContentView功能;简单应用了编译器注解,通过注解实现了防暴力点击的功能,同时支持设置时间间隔;使用注解替代枚举;使用注解一步步搭建简单路由案例。结合相应的博客,在来一些小案例,从此应该对注解有更加深入的理解……
☆46Mar 31, 2022Updated 4 years ago
Alternatives and similar repositories for YCDesignHelper
Users that are interested in YCDesignHelper are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 系统性学习C编程,变量,数据类型,循环,选择,输入和输出,数组和容器,函数,结构体,指针,预处理,文件操作,调试等。练习多个完整小项目:学生管理系统,贪吃蛇,万年历,推箱子,五子棋。是入手学习C的练习完整项目☆58Aug 1, 2024Updated last year
- 设计模式大全,历时6年,最全面的设计模式讲解。由浅入深,通过案例让你彻底理解设计模式。创建型设计模式,结构型设计模式,行为型设计模式,面向对象设计原则,六大设计原则,面向对象设计思想,项目架构演进。持续迭代笔记和完善案例,打造全网系统高质量的设计模式笔记!☆57Nov 14, 2024Updated last year
- iOS从0到1的入手项目学习。包括swift进阶和iOS功能两部分!通过案例学习UIKit框架,UIViewController控制器生命周期,内置属性,导航,视图管理构建,手势,状态保存等,并且通过玩Android项目,深入运用网络,数据存储,多媒体,web,多线程,通信…☆76Feb 17, 2025Updated last year
- 瓦力多渠道打包的Python脚本测试工具,通过该自动化脚本,自需要run一下或者命令行运行脚本即可实现美团瓦力多渠道打包,打包速度很快。配置信息十分简单,代码中已经注释十分详细。可以自定义输出文件路径,可以修改多渠道配置信息,简单实用。☆132Apr 2, 2022Updated 4 years ago
- gRPC学习案例,使用gRPC作为网络方案可以带来高效性、跨平台和语言、可靠性、易于使 用和可扩展性等收益。同时可以减少手动编写代码的工作量,提高开发效率。☆58Mar 19, 2024Updated 2 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 关于状态栏方案总结案例,适合于绝大多数的使用场景……同时,兼容了小米,魅族等手机状态栏字体颜色设置失效问题。已 经用于实际项目投资界,新芽,沙丘大学等APP,一键集成并使用!支持单Activity多Fragment动态修改状态栏颜色,入侵性低,一行代码即可实现你需要的需求☆313Feb 22, 2022Updated 4 years ago
- user-defined Retrofit. 剖解Retrofit源码,实现简单自定义的Retrofit的框架☆15Oct 21, 2016Updated 9 years ago
- 组件化开发中基础公共库,activity栈管理;fragment周期监听;Lru缓存库;反射库;分区存储;Log日志打印和存储;通用缓存库(支持sp,mmkv,lru,disk,fastsp等多种存储方式切换);App重启;通用全面的工具类Utils;通用基类fragmen…☆203Aug 19, 2023Updated 2 years ago
- 轮播图,支持多种自定义属性,可以设置轮播红点或者轮播数字,支持设置引导页。可以根据不同使用场景,可以选择无限循环,静态管理或者动态管理adapter,还可以设置暂停和开始轮播。后期添加了RecyclerView轮播图,同时自定义多种类型SnapHelper,卡片滑动流畅,目…☆106Mar 29, 2022Updated 4 years ago
- 一种 Activity 转场动画----点击哪里从哪放大☆14Nov 30, 2017Updated 8 years ago
- State switching, so that the View state switch and Activity completely separate. Using builder mode to freely add the required state View…☆556Dec 19, 2021Updated 4 years ago
- ☆11Feb 24, 2017Updated 9 years ago
- 阿里路由框架ARouter使用与简单封装☆14Jun 27, 2018Updated 7 years ago
- Android实现动态修改应用桌面图标和名称☆17Sep 1, 2017Updated 8 years ago
- Open source password manager - Proton Pass • AdSecurely store, share, and autofill your credentials with Proton Pass, the end-to-end encrypted password manager trusted by millions.
- 组件之间的通信,很友好起到隔离效果,接口+实现类,使用注解生成代码方式,无需手动注册,将使用步骤简单化,支持组件间以暴露接口提供服务的方式进行通信。☆78Mar 2, 2022Updated 4 years ago
- 通用工具库组件,包括前后台判断,拦截器时间,心跳轮询库,Task任务库,二维码扫码库,转场动画库,通用TTS音频播放库,国际化locale库等等☆83Mar 25, 2024Updated 2 years ago
- 轻量级简易线程池库,轻量级线程池异步库,支持线程执行过程中状态回调监测(包含成功,失败,异常等多种状态);支持创建异步任务,可以设置线程的名称,延迟执行时间,线程优先级,回调callback等;可以根据 自己需要创建自己需要的线程池;线程异常时,可以打印异常日志,避免崩溃。☆232Jun 4, 2022Updated 3 years ago
- Use dagger for modularization architecture☆27Jul 12, 2018Updated 7 years ago
- Using Kotlin to realize GankIOClient☆27May 13, 2020Updated 5 years ago
- (停止维护)ZhiDaily 是一款基于知乎日报重新设计的第三方客户端.☆14Feb 13, 2020Updated 6 years ago
- Android Image Browser☆12Sep 11, 2015Updated 10 years ago
- 一屏显示多个pager的ViewPager☆14Mar 6, 2018Updated 8 years ago
- ☆43Dec 24, 2017Updated 8 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 基于 Kotlin 的委托机制实现对 Extra、SharedPreferences 的封装。已经适配 AndroidX☆43Aug 10, 2020Updated 5 years ago
- Android 垂直TextView(Vertical TextView),文字垂直显示文本☆51Jan 28, 2019Updated 7 years ago
- AppInit 是一款 Android 应用初始化框架,基于组件化的设计思路,功能灵活,使用简单。☆195Dec 10, 2024Updated last year
- Android字节码插件,编译期间动态修改代码,改造添加全埋点日志采集功能模块,对常见控件进行监听处理☆395Apr 24, 2019Updated 6 years ago
- Named routes for the express framework that are shared between the server and the browser☆13Dec 31, 2013Updated 12 years ago
- 为视频复杂业务解决方案框架,该框架采用组件化的思想。核心组件:解码器组件、视图组件、显示组件。使各个组件间的业务分离互不干扰,大大简化了视频复杂业务。提高生产效率、降低耦合度、扩展能力☆15Mar 23, 2021Updated 5 years ago
- 音视频录制流程总结☆72Sep 30, 2017Updated 8 years ago
- ☆15Jan 10, 2022Updated 4 years ago
- A Python+Web tool visualizes ward placements and smoke usage from professional matches using DOTABUFF data. It creates interactive heatma…☆22Nov 16, 2025Updated 4 months ago
- Wordpress hosting with auto-scaling on Cloudways • AdFully Managed hosting built for WordPress-powered businesses that need reliable, auto-scalable hosting. Cloudways SafeUpdates now available.
- 通知demo☆88Dec 27, 2016Updated 9 years ago
- 在日常开发过程中,一些后台服务,比如IM,后台定时任务,都需要一套本地日志系统来监控程序是否正常,Android本身提供的日志系统只能在终端显示,为了模拟一套和android Log系统相同的环境,我自己写了一套本地日志系统来解决以上问题。☆16Jun 12, 2016Updated 9 years ago
- 自定义支持上拉加载更多,下拉刷新,可以自定义头部和底部,可以添加多个headerView,使用一个原生recyclerView就可以搞定复杂界面。支持自由切换状态【加载中,加载成功,加载失败,没网络等状态】的控件,可以自定义状态视图View。拓展功能【支持长按拖拽,侧滑删除…☆455Feb 12, 2022Updated 4 years ago
- Android & Flutter 混合开发实践,包含 Android集成Flutter、Flutter视图加载、交互通信。☆18Feb 16, 2019Updated 7 years ago
- App综合防抓包实践,关闭代理,设置配置文件;设置单向认证或双向认证;对数据加密和解密;sign签名参数;防止xposed,root,va挂载等操作。 比较通用全面的防抓包技术方案!☆454Dec 10, 2022Updated 3 years ago
- this is about zhihu☆14Mar 2, 2017Updated 9 years ago
- Gradle plugin for router or method cost ..☆42Jul 20, 2018Updated 7 years ago