# ByteTea **Repository Path**: ouyangpengdev/ByteTea ## Basic Information - **Project Name**: ByteTea - **Description**: Plugins bases on ASM - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ByteTea Plugins bases on ASM develop base on [ByteX](https://github.com/bytedance/ByteX) ## Usage byteTeaVersion: 1.5 ```gradle repositories { maven { url 'https://dl.bintray.com/mikaelzero/maven'} } dependencies { classpath "com.bytedance.android.byteX:base-plugin:0.1.8" } ``` ## Plugins + [ClickDebounce](https://github.com/MikaelZero/ByteTea/blob/master/ClickDebounce/README.md) (handle Android's click debounce, specially a quick double click.) + [【我的ASM学习进阶之旅】 介绍一个基于ByteX开发的练手的ASM插件ClickDebouncePlugin,并使用该插件来检测android应用中是否对view在指定时间内重复点击](https://ouyangpeng.blog.csdn.net/article/details/113647243) ------ + [EncryptString](https://github.com/MikaelZero/ByteTea/blob/master/EncryptString/README.md) (encrypt string value in your app) + [【我的ASM学习进阶之旅】 介绍基于ByteX开发的练手的ASM插件EncryptString并使用该插件对应用程序中的字符串值进行加密](https://ouyangpeng.blog.csdn.net/article/details/113624388)