Pinned Repositories
AndroidAutoLayout
Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。
AndroidNote
安卓学习笔记
BaseDialog
Dialog Simple package
CustomRadioGroupTag
A custom RadioGroup implements a radio tab
CustomTextLayout
Android自定义组合控件
CustomViewBgUi
Do not repeat the creation Button selector or shape
DragScrollDetailsLayout
模仿淘宝、京东、蘑菇街商品详情页,可嵌套ListView、WebView、ViewPager、FragmentTabhost等
Group_Horizontal-and-vertical-Scrolling
This is a custom ViewGroup that can be scrolled horizontally and vertically
HeDan_Piechart
This is a custom pie chart that can set the text content and color, and can set the direction of the text
TextViewDrawable
TextView icon size controllable
ithedan's Repositories
ithedan/TextViewDrawable
TextView icon size controllable
ithedan/CustomViewBgUi
Do not repeat the creation Button selector or shape
ithedan/CustomTextLayout
Android自定义组合控件
ithedan/Group_Horizontal-and-vertical-Scrolling
This is a custom ViewGroup that can be scrolled horizontally and vertically
ithedan/CustomRadioGroupTag
A custom RadioGroup implements a radio tab
ithedan/HeDan_Piechart
This is a custom pie chart that can set the text content and color, and can set the direction of the text
ithedan/BaseDialog
Dialog Simple package
ithedan/DragScrollDetailsLayout
模仿淘宝、京东、蘑菇街商品详情页,可嵌套ListView、WebView、ViewPager、FragmentTabhost等
ithedan/AndroidAutoLayout
Android屏幕适配方案,直接填写设计图上的像素尺寸即可完成适配,最大限度解决适配问题。
ithedan/AndroidNote
安卓学习笔记
ithedan/BaseRecyclerViewAdapterHelper
Powerful and flexible RecyclerAdapter, www.recyclerview.org
ithedan/Flutter-learning
:octocat::fire: :+1: :star2: :star: :star::star: Flutter安装和配置,Flutter开发遇到的难题,Flutter示例代码和模板,Flutter项目实战,Dart语言学习示例代码。
ithedan/GoogleLibraryVersionQuerier
一款Android Studio插件,帮助你快速添加Google依赖库和查询历史版本
ithedan/JKeyboardPanelSwitch
For resolve the layout conflict when keybord & panel are switching (Android键盘面板冲突 布局闪动处理方案)
ithedan/PatternLockView
An easy-to-use, customizable and Material Design ready Pattern Lock view for Android
ithedan/RecyclerViewPager
A ViewPager implemention base on RecyclerView's code. Support fling operation like gallary.
ithedan/ScrollablePanel
A flexible view for providing a limited rect window into a large data set,just like a two-dimensional RecyclerView. It different from RecyclerView is that it's two-dimensional(just like a Panel) and it pin the itemView of first row and first column in their original location.
ithedan/Shield
A declarative, efficient, and flexible Native framework for building user interfaces.
ithedan/UltraViewPager
UltraViewPager is an extension for ViewPager to provide multiple features in a single ViewPager.
ithedan/VersatileRecyclerView
RecyclerView的一些应用(未完)
ithedan/VerticalSlideView
类似淘宝的商品详情页,继续拖动查看详情,其中拖动增加了阻尼,并且重写了ListView,GridView,ScrollView,WebView,RecyclerView 的 dispatchTouchEvent 方法,使用的时候无须额外的代码,可以任意嵌套使用。