美文网首页Android动画Android_UI我爱编程
Android UI开源项目汇总(一)

Android UI开源项目汇总(一)

作者: Arison | 来源:发表于2017-06-30 08:33 被阅读625次

标签: Android UI

TextView

EditText

ImageView

Button

Spinner

ProgressBar:heart:

CheckBox

seekbar

ListView

GridView

ScrollView

RecyclerView

ViewPager

布局Layout

适配器

材料设计

材料设计风格作为一种趋势,我们有必要了解;

工具

工具节省我们时间,工具帮助我们思考;

刷新控件

刷新控件是移动开发领域重要控件之一

Toast

Blur

Segmented

PopupWindow

wheelView

折叠菜单

菜单

侧滑菜单

对话框

搜索

表格

SeekBar

  • NumberSeekBar
  • android-range-seek-bar It provides a SeekBar similar to the default Android one, but with two thumb controls allowing a range to be selected, and some other extras as well.
  • DoubleSeekBar应为需要实现一个类似于双向滑动的SeekBar,看看了Android 自身的SeekBar 实在是太简陋了,根本实现不了所需要的功能故,自己自定义一个View 简单的实现了类似于双向滑动的SeekBar 效果。 吐槽一下,功能比较简单,计算有点稍微复杂.....

布局

标签

拖拽

文件

WebView

网络请求

即时通信

NIO-PRC框架

按钮

ViewPager

Toobar

二维码

下载

适配

架构

视频

异常

  • CustomActivityOnCrash(Android library that allows launching a custom activity when your app crashes, instead of showing the hated "Unfortunately, X has stopped" dialog.)
  • acra(Application Crash Reports for Android)

  • bugsnag-android:heart:(Bugsnag's Android crash reporting library automatically detects crashes in your Android apps, collecting diagnostic information and immediately notifying your development team, helping you to understand and resolve issues as fast as possible.)

  • AppCrashTracker:heart:(Its a kind of toolkit to track the exception arising in the application and it will generate a json and can upload in your server using your own post url.)

选项卡

蓝牙

动画

ORM

兼容库

音乐系列

自定义控件

  • android-vertical-slide-view(仿照淘宝和聚美优品,在商品详情页,向上拖动时,可以加载下一页。使用ViewDragHelper,滑动比较流畅。
    scrollView滑动到底部的时候,再行向上拖动时,添加了一些阻力。)
  • VerticalSlideView(类似淘宝的商品详情页,继续拖动查看详情,其中拖动增加了阻尼,并且重写了ListView,GridView,ScrollView,WebView,RecyclerView 的 dispatchTouchEvent 方法,使用的时候无须额外的代码,可以任意嵌套使用。)

  • AlphaIndicatorView

图表

权限控制

仪表盘

换肤

安全

面试

压力测试

日志

插件化

  • dexcount-gradle-plugin(方法数统计)
  • methodscount(在线类库方法数查询)
  • DynamicAPK(DynamicAPK是一套用于实现多dex/apk加载的解决方案。它可以帮助你重新组织Android工程的配置和开发模式,实现多个子工程并行开发(以android studio module的形式),同时支持hot fix(在线修复有问题的功能), 插件式载入不常用的功能(下载插件后再载入)。所有动态加载的插件不仅包含代码,也可以包含资源(资源的动态加载比代码要麻烦很多),因此是以APK形式实现的。)

二维码

  • zxing(Official ZXing ("Zebra Crossing") project home)

  • BGAQRCode-Android(扫描二维码、扫描条形码、相册获取图片后识别、生成带 Logo 二维码、支持微博微信 QQ 二维码扫描样式)

  • NextQRCode(基于ZXing Android实现的QRCode扫描支持库。包括生成二维码图片相机扫描二维码图片即时解码两部分功能。)

支付

  • WXWeChatToolkits(我的微信SDK,包括公众平台管理、微信支付等各个版本)
  • PayMap(Java后端实现三方支付集成支付宝(国内、国际、移动端、PC端)、微信、银联(acp、upop)、光大(网关、网页)、邮政支付)
  • AlipayZeroSdk(Lightest Alipay Transfer Helper - 最轻量的支付宝转账工具类(Android))

社交分享

  • ESSocialSDK(社交登录授权、分享SDK,支持微信、微博和QQ)

源码分析

  • LittleFriendsGroup/AndroidSdkSourceAnalysis(android sdk 源码解析——旨在帮助Android开发者更好的学习Android!我们只是一群普通的程序员,但是,我们热爱分享,想热热闹闹的玩点有意义的事!如果你也想陪我们一起愉快的玩耍,欢迎加入我们!Issues认领分析文章!)

书签分享

Shadow

StepView

Calendar

  • material-calendarview(A Material design back port of Android's CalendarView. The goal is to have a Material look and feel, rather than 100% parity with the platform's implementation.)(2016-9-27)
  • Caldroid(A better calendar for Android)(2016-9-27)
  • android-times-square(Standalone Android widget for picking a single date from a calendar view.)(2016-9-27)
  • Android-Week-View(Android Week View is an android library to display calendars (week view or day view) within the app. It supports custom styling.)(2016-9-27)
  • android-calendar-view(显示阳历,农历,节假日和二十四节气 实现对某月日期的单选或者多选的andorid 日历控件库。Easy to use, powerful, easy to expand the android calendar view library.)(2016-09-29)

Styel

  • Android-Bootstrap(Bootstrap style widgets for Android, with Glyph Icons)(2016-9-27)

视频

  • jjdxm_ijkplayer(基于ijkplayer简单的UI界面 当前项目是基于ijkplayer项目进行的播放器界面UI封装。 是一个适用于 Android 的 RTMP 播放界面 SDK,可高度定制化和二次开发。特色是同时支持 H.264 软编/硬编和 AAC 软编/硬编。主要是支持RIMP、HLS、MP4、M4A等视频格式的播放。)(2016-09-28)

权限

  • Permissify(Simplifying Android Permissions)(2016-09-29)

角标(corner label)

项目源码

移动前端

  • mint-ui(Mobile UI elements for Vue.js 饿了么前端)(2016-09-30) 效果演示
  • weui(WeUI 是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信内网页和微信小程序量身设计,令用户的使用感知更加统一。)(2016-09-30)
  • amazeui(基于 React.js 的移动端 Web 组件库)(2016-09-30)
  • weex(A framework for building Mobile cross-platform UI)(2016-09-30)
  • vux(Mobile web UI Components based on Vue and WeUI. Be Cool with Vue & WeUI. https://vux.li/)(2016-09-30)
  • SUI-Mobile(SUI Mobile (MSUI)是由阿里巴巴国际UED前端出品的移动端UI库,轻量精美 http://m.sui.taobao.org/components/)(2016-09-30)

工具

减少apk的大小

  • android-resource-remover(python 脚本工具 :根据 lint 的提示删除项目中无用的资源,【减少包的大小】)(2010-10-08)

联系方式

相关文章

网友评论

    本文标题:Android UI开源项目汇总(一)

    本文链接:https://www.haomeiwen.com/subject/mhevcxtx.html