All Projects → KnifeStone → Hyena

KnifeStone / Hyena

Licence: other
鬣狗快速开发库(2018年6月停止维护)

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Hyena

Sharpview
安卓带有尖角气泡的控件(TextView,ImageView,EditText,Layout),支持渐变色,圆角等自定义属性
Stars: ✭ 137 (+552.38%)
Mutual labels:  view, button, textview, edittext
ShapeView
打造万能shape,再也不用写很多xml了,可以当做TextView,Button,EditText等多种控件,方便实用
Stars: ✭ 34 (+61.9%)
Mutual labels:  button, textview, edittext
TextViewPlus
an android library for setting custom font in xml layout
Stars: ✭ 27 (+28.57%)
Mutual labels:  button, textview, edittext
android-prefix-suffix-edit-text
EditText with support for non editable prefix and suffix.
Stars: ✭ 36 (+71.43%)
Mutual labels:  view, edittext
Toggleedittextview
Easily switch between EditText and TextView seamlessly.
Stars: ✭ 146 (+595.24%)
Mutual labels:  textview, edittext
CheckableTextView
A simple and flexible Checked TextView or Checkable TextView
Stars: ✭ 108 (+414.29%)
Mutual labels:  view, textview
Spedittool
An efficient and scalable library for inputing and displaying gif or @mention on graph-text mixed TextView/EditText
Stars: ✭ 292 (+1290.48%)
Mutual labels:  textview, edittext
Fillingbutton
🔥Replace typical onLongClickListener with this library!
Stars: ✭ 31 (+47.62%)
Mutual labels:  view, button
VerifyBlocksView
Android view for providing blocks (Edit Texts) to achieve verification process.
Stars: ✭ 28 (+33.33%)
Mutual labels:  view, edittext
Hhcustomcorner
Awesome library to customize corners of UIView and UIButton. Now you can customize each corner differently
Stars: ✭ 36 (+71.43%)
Mutual labels:  view, button
Animatedpencil
Animated Pencil Action view for Android
Stars: ✭ 61 (+190.48%)
Mutual labels:  view, button
Customfloatingactionbutton
This view is for replacement of standard Floating Action Button from Google Support Library. It is easy to use, customizable and you can also add text to button
Stars: ✭ 222 (+957.14%)
Mutual labels:  view, button
Xrichtext
一个Android富文本类库,支持图文混排,支持编辑和预览,支持插入和删除图片。
Stars: ✭ 1,639 (+7704.76%)
Mutual labels:  textview, edittext
Rxmarkdown
📠Markdown for Android, supports TextView && EditText (Live Preview), supports code high light.
Stars: ✭ 714 (+3300%)
Mutual labels:  textview, edittext
Gsyricktext
类似微博的emoji表情、@人、话题等的EdiText,优化了编辑框中的光标点击和删除处理。TextView支持emoji表情、话题、链接、电话和@某人特殊显示的文本。
Stars: ✭ 651 (+3000%)
Mutual labels:  textview, edittext
Stacklabel
🔥空祖家的堆叠标签(以下碎念:一开始起名字“StackLabel”没想太多结果被人吐槽Stack是整齐堆叠的意思...........好吧这是我的锅不过现在要改也来不及了,好用就行了...吧?
Stars: ✭ 471 (+2142.86%)
Mutual labels:  view, textview
textmatcher
A simple text watcher that matches specific targets like mention or hashtag in a string by defining rules
Stars: ✭ 67 (+219.05%)
Mutual labels:  textview, edittext
CustomFontView
Custom View classes for TextView, EditText & Buttons - to set custom fonts
Stars: ✭ 26 (+23.81%)
Mutual labels:  textview, edittext
Viewtooltip
A fluent tooltip for Android
Stars: ✭ 1,029 (+4800%)
Mutual labels:  view, edittext
ViewWorld
自定义View合集,展示各种自定义View/控件。项目包含了自定义Banner轮播图控件,自定义验证码输入框,自定义TabLayout等控件,持续更新中😉😉😉
Stars: ✭ 94 (+347.62%)
Mutual labels:  view, edittext

"Hyena 一个有轻度洁癖的Android快速开发库"

已停止维护 2019/02/25

language jitPack api

兄弟仓库

简介 | 更新日志 | demo.apk

  • hyena仓库功能 强大彪悍的base 易用方便的function 常规场景的view 减少冗余的currency

  • 在线资料 词典、笔记 一句话推荐一个类库 AndroidStudio插件

如何使用

Step 1. 添加jitpack库到根目录build.gradle
allprojects {
    repositories {
        maven { url 'https://jitpack.io' }
    }
}
Step 2. 添加依赖关系
dependencies {
    compile 'com.android.support:appcompat-v7:26.1.0'//自行调整版本
    compile "com.android.support:design:26.1.0"
    compile 'com.github.KnifeStone:Hyena:1.7.0'
}

hyena仓库功能

自定义View
常用View
菜单选项View
简单选择器
带眼睛的输入框
带清除的输入框
倒计时按钮
横向跑马灯控件
通用
输入过滤适配器
防止双击监听
文本变化监听适配器
过时方法适配器
输入过滤适配器
文件格式适配器

在线资料

推荐仓库
工具类库
黄油刀
图片加载
JSON解析
组件、线程通信
dex分包
滑动退出
强大的适配器
消息显示
状态栏控制
自动换行布局
高度封装的WebView
一个增强BottomNavigationView的安卓库
NiceDialog,基于DialogFragment的扩展
AndroidStudio插件
AndroidStudio插件
gson数据自动生成实体类
在类中插入实现了Parcelable接口的代码
翻译插件,可以将英文翻译为中文
将项目中的 string 资源自动翻译为其他语言
自动生成6.0权限的代码
统计Android依赖库中方法的总个数
一键findViewById
代码快速定位,AS中的Minimap
告别postman,测试接口的功能
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].