All Projects → wangfeng19930909 → CoolView

wangfeng19930909 / CoolView

Licence: MIT license
一些炫酷的自定义控件(Some cool custom controls),逐步完善中...

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to CoolView

bubble-layout
An Android ViewGroup that displays avatar bubbles... similar to the chat bubbles on Facebook Messenger.
Stars: ✭ 46 (-26.98%)
Mutual labels:  view, viewgroup
FlowlayoutTags
具有标签功能的流式布局,接口简单。可多选单选,可记住选择状态,状态切换有过渡动画。
Stars: ✭ 78 (+23.81%)
Mutual labels:  view, viewgroup
ShadowDrawable
为View 和 ViewGroup 添加阴影效果--Android,Add shadow for single view or viewgroup layout.
Stars: ✭ 22 (-65.08%)
Mutual labels:  view, viewgroup
bottomsheets
Material Bottom Sheets library for Android
Stars: ✭ 76 (+20.63%)
Mutual labels:  view, viewgroup
Calendarview
Calendar View Library
Stars: ✭ 71 (+12.7%)
Mutual labels:  view, viewgroup
Nestedtouchscrollinglayout
🎱处理子 View,父 View 嵌套滚动,成本比 support v4 NestedScrolling 低,放心食用~
Stars: ✭ 557 (+784.13%)
Mutual labels:  view, viewgroup
SlipperyLayout
A layout that supports sliding.
Stars: ✭ 44 (-30.16%)
Mutual labels:  view, viewgroup
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (+838.1%)
Mutual labels:  view, viewgroup
Slidemenulayout
🔥An android slide menu that supports left and right swipes and slides with parallax.(一个支持左右滑动并带有视差滑动效果的安卓侧滑菜单控件.仿[QQ/探探侧滑])
Stars: ✭ 235 (+273.02%)
Mutual labels:  view, viewgroup
drag-to-close
Android library that provides a view group which allows to finish an activity by dragging a view.
Stars: ✭ 69 (+9.52%)
Mutual labels:  view, viewgroup
gfxprim
Open-source modular 2D bitmap graphics library with emphasis on speed and correctness.
Stars: ✭ 32 (-49.21%)
Mutual labels:  widget-library
cursive-tabs
Tabs for gyscos/cursive views 🖥️
Stars: ✭ 21 (-66.67%)
Mutual labels:  view
Custom-Grid-View
Custom Drag and Drop Grid for Home Assistant
Stars: ✭ 103 (+63.49%)
Mutual labels:  view
LovelyView
🔗A view that combines pictures and texts.(一个组合图片和文本的view).
Stars: ✭ 68 (+7.94%)
Mutual labels:  view
kyoto
Golang SSR-first Frontend Library
Stars: ✭ 543 (+761.9%)
Mutual labels:  view
Xamarin.BlurView
Dynamic iOS-like blur of underlying Views for Android.
Stars: ✭ 26 (-58.73%)
Mutual labels:  view
Graphics32 RBC
Graphics Extension that extend of Graphics32 Library for Delphi XE6 and up (and maybe Lazarus) by Uğur PARLAYAN
Stars: ✭ 32 (-49.21%)
Mutual labels:  widget-library
MVVM-Design-Pattern-Demo
An Xcode 9 project written in Swift 4 code designed using the MVVM design pattern, truly extolling the virtues of MVVM over MVC.
Stars: ✭ 31 (-50.79%)
Mutual labels:  view
Hyena
鬣狗快速开发库(2018年6月停止维护)
Stars: ✭ 21 (-66.67%)
Mutual labels:  view
SwiftyWave
Siri Waves View in Swift
Stars: ✭ 66 (+4.76%)
Mutual labels:  view

CoolView

一些炫酷的自定义控件(Some cool custom controls),逐步完善中...

app功能演示:

image

控件分类:

1.可拓展可收缩的ExpandTextView

2.高仿ios的底部多类型菜单AlertView

3.不可滑动的viewPager

4.自己动手实现圆形,圆角图片

5.表情键盘

6.第三方分享底部dialog自定义

7.点赞效果

8.加载框自定义

9.水印背景生成

10.自定义switchButton开关按钮

使用步骤

step1:

在gradle中直接引用

在你项目根目录的build.gradle中添加

allprojects {

	repositories {
	
	...
	
	maven { url 'https://jitpack.io' }
	
	}
	
}

step2:

在module下的build.gradle中添加:

	dependencies {
	
        	implementation 'com.github.wangfeng19930909:CoolView:1.0.0'
	
	}

step3:

按照demo工程进行快捷的使用

本人会坚持在这个项目上实践最新的技术,也会争取拓展更多的阅读内容,欢迎各位关注! 注意:本项目还在测试阶段,发现 bug 或有好的建议欢迎issue、email([email protected]),如果感觉对你有帮助也欢迎点个 star、fork,本项目仅做学习交流使用,请勿用于其他用途,如若发现资源存在侵权,请第一时间联系删除。

MIT License

Copyright 2017, wangfeng19930909

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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].