All Projects → AlexMofer → Projectx

AlexMofer / Projectx

Licence: apache-2.0
所有个人开源项目合集,便于管理及维护。

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Projectx

Moufette
🦨 Moufette is developer-friendly, open-source set of tools to collect users feedback. Find us on Twitter @MoufetteHQ
Stars: ✭ 303 (-27.34%)
Mutual labels:  widget
Flutter radial menu
A simple animated radial menu widget for Flutter.
Stars: ✭ 359 (-13.91%)
Mutual labels:  widget
Flutter badges
A flutter package for creating badges.
Stars: ✭ 391 (-6.24%)
Mutual labels:  widget
Huebee
🐝 1-click color picker
Stars: ✭ 332 (-20.38%)
Mutual labels:  widget
Stacklayoutmanager
customized layoutmanager,let item pile up like stackview/类似最美有物卡片堆叠效果
Stars: ✭ 343 (-17.75%)
Mutual labels:  widget
Flutter Settings Ui
Create native settings for Flutter app in a minutes.
Stars: ✭ 363 (-12.95%)
Mutual labels:  widget
Snwe
🚀 Extensible, customisable, menubar replacement for macOS/UNIX.
Stars: ✭ 295 (-29.26%)
Mutual labels:  widget
Scriptable
scriptable widget
Stars: ✭ 405 (-2.88%)
Mutual labels:  widget
Pickr
🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
Stars: ✭ 3,759 (+801.44%)
Mutual labels:  widget
Sofi
an OS agnostic UI module for Python
Stars: ✭ 378 (-9.35%)
Mutual labels:  widget
Eww
ElKowar's wacky widgets
Stars: ✭ 322 (-22.78%)
Mutual labels:  widget
Flutter oktoast
a pure flutter toast library
Stars: ✭ 338 (-18.94%)
Mutual labels:  widget
Neogfx
Cross-platform GPU-oriented C++ application/game framework
Stars: ✭ 362 (-13.19%)
Mutual labels:  widget
React Native Today Widget
iOS Today Widget in React Native
Stars: ✭ 320 (-23.26%)
Mutual labels:  widget
Dragpointview
A draggable PointView for Android.
Stars: ✭ 401 (-3.84%)
Mutual labels:  widget
Supertextview
Hi,Developer,Welcome to use SuperTextView !
Stars: ✭ 3,170 (+660.19%)
Mutual labels:  widget
Direct Select Flutter
DirectSelect is a selection widget with an ethereal, full-screen modal popup displaying the available choices when the widget is interact with. https://dribbble.com/shots/3876250-DirectSelect-Dropdown-ux
Stars: ✭ 360 (-13.67%)
Mutual labels:  widget
Githubcontributionsios
Show off your GitHub contributions from your lock screen 📱
Stars: ✭ 410 (-1.68%)
Mutual labels:  widget
Tabulator
Interactive Tables and Data Grids for JavaScript
Stars: ✭ 4,329 (+938.13%)
Mutual labels:  widget
Functional widget
A code generator to write widgets as function without loosing the benefits of classes.
Stars: ✭ 374 (-10.31%)
Mutual labels:  widget

ProjectX

Icon

所有个人开源项目合集,便于管理及维护。

Widget

  • BaseTabStrip

    TabStrip基础类,其实现了类似于PagerTabStrip的一些基础方法,继承该类型并实现相应方法达到自定义的PagerTabStrip同类型的效果。

  • GradientTabStrip

    继承自BaseTabStrip,实现微信式渐变底部Tab效果

  • TagTabStrip

    继承自BaseTabStrip,实现ViewPager滚动标记点

  • IndicatorTabStrip

    继承自BaseTabStrip,移动式下标渐变缩放Tab,Item不建议超过5个

  • ShapeImageView

    图形裁剪ImageView,API 21 及以上 使用 View.setOutlineProvider(ViewOutlineProvider) 方式实现,API 18 及以上 使用 Canvas.clipPath(Path) 方式实现,API 18 以下 使用 Paint.setXfermode(Xfermode) 方式实现(使用的是PorterDuffXfermode),均支持动态图;支持固定高宽缩放比缩放,支持前景Drawable,支持ImageView的所有ScaleType

  • StateFrameLayout

    状态帧布局,通常用于网络请求的四种状态,普通、载入、错误、空白。支持Drawable或者View来展示,也可以混搭

  • WrapLayout

    自动换行布局,支持不等长不等宽子项,且可以设置垂直间距与水平间距及子项对齐模式

  • ReplaceLayout

    交替布局,配合TabStrip使用,达到伴随ViewPager动作而进行改变的效果

  • DrawableRatingBar

    双图片评级控件,可设置图片间距,支持拖动进度及点击进度,可控制最大值最小值,及是否可手动。

  • HeaderFooterGridView

    头尾GridView,支持AUTO_FIT模式,头尾模式有两种,无反射代码。

  • MultiActionTextView

    文字可点击TextView,设置文字部分可点击,点击执行不同操作。

  • CircleProgressBar

    带载入动画的环形进度条,可高度配置,支持配置成表盘。

  • ZxingScanView

    一个View实现zxing条码扫描视图。

  • SmoothInputLayout

    仿微信式,平滑输入面板,防止键盘的出现与消失导致特殊输入面板的顶起与塌陷。

Drawable

  • DoubleCircleDrawable

    双圈动图,用于载入提示。

  • CirclingDrawable

    外围小点转圈动图。

  • CenterDrawable

    中心图片,背景可绘制形状,一般用于ImageView的src,保证缩放后,中心的Drawable不变形。用于一般background属性的话,无需使用本控件,直接使用layer-list来定义即可。

  • CombinationDrawable

    双层图片,与CenterDrawable类似,背景为另一Drawable,一般用于ImageView的src,保证缩放后,中心的Drawable不变形。用于一般background属性的话,无需使用本控件,直接使用layer-list来定义即可。

  • CornerDrawable

    尖角框,使用该Drawable时,会改变View的Padding值。

  • LineDrawable

    横线图片,主要是底色为透明或半透明色时有用,为不透明时,通过layer-list即可实现。

  • LinearDrawable

    线性图片,多张图片排列,支持设置间隔,主要用于替代多个ImageView排列,节省性能。

  • TextDrawable

    文字图片。

  • CircleExpandDrawable

    圆圈扩大图片。

  • MaterialProgressDrawable

    SwipeRefreshLayout载入动图。

Other

  • Printer

    标准ES-POS命令打印,固定IP或蓝牙打印,支持黑白图片打印

  • Security

    加密解密,主要为3DES、AES、RSA加密算法的整理

  • Support

    支持包

Demo

Google Play Download

Support

如果发现错误,请在此处提出: https://github.com/AlexMofer/ProjectX/issues

License

Copyright (C) 2015 AlexMofer

Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you 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].