All Projects → zincPower → Ui2018

zincPower / Ui2018

安卓高级UI代码,配合博客详细讲解知识点

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ui2018

Learn Jetpack Compose By Example
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
Stars: ✭ 1,319 (-16.04%)
Mutual labels:  android-ui
Consecutivescroller
ConsecutiveScrollerLayout是Android下支持多个滑动布局(RecyclerView、WebView、ScrollView等)和普通控件(TextView、ImageView、LinearLayou、自定义View等)持续连贯滑动的容器,它使所有的子View像一个整体一样连续顺畅滑动。并且支持布局吸顶功能。
Stars: ✭ 1,383 (-11.97%)
Mutual labels:  android-ui
Android Observablescrollview
Android library to observe scroll events on scrollable views.
Stars: ✭ 9,625 (+512.67%)
Mutual labels:  android-ui
Android Art
🎄 Android™ 设计相关的在线工具: 图标制作、配色方案、尺寸修改、截图加壳等,持续更新...
Stars: ✭ 95 (-93.95%)
Mutual labels:  android-ui
Hueseekbar
Yet another android seekbar inspired from Philips Hue app
Stars: ✭ 100 (-93.63%)
Mutual labels:  android-ui
Busbookingui Android
Check out the new style for App Design aims for the Bus Booking Service...😉😀😁😎
Stars: ✭ 105 (-93.32%)
Mutual labels:  android-ui
Statelayout
StateLayout is a simple-use Android layout library which handles Loading, Content and Error states
Stars: ✭ 88 (-94.4%)
Mutual labels:  android-ui
Compactcalendarview
An android library which provides a compact calendar view much like the one used in google calenders.
Stars: ✭ 1,504 (-4.26%)
Mutual labels:  android-ui
Smiley Rating
A custom android Rating view with Interactive Smiles 😄
Stars: ✭ 103 (-93.44%)
Mutual labels:  android-ui
Xupdate
🚀A lightweight, high availability Android version update framework.(一个轻量级、高可用性的Android版本更新框架)
Stars: ✭ 1,688 (+7.45%)
Mutual labels:  android-ui
Aircalendarview
Airbnb APP CalendarView
Stars: ✭ 96 (-93.89%)
Mutual labels:  android-ui
Feedbackdialog
An Interactive Feedback Dialog for Android inspired from Google Maps Review section
Stars: ✭ 99 (-93.7%)
Mutual labels:  android-ui
Mediapicker
Easy customizable picker for all your needs in Android application
Stars: ✭ 105 (-93.32%)
Mutual labels:  android-ui
Transformationlayout
🌠 Transform into a different view or activity using morphing animations.
Stars: ✭ 1,329 (-15.4%)
Mutual labels:  android-ui
Cameraxdemo
A sample camera app with CameraX API from Android Jetpack
Stars: ✭ 112 (-92.87%)
Mutual labels:  android-ui
Facebook Timeline Compose Android
Facebook Timeline UI with Pure Kotlin Jetpack Compose
Stars: ✭ 90 (-94.27%)
Mutual labels:  android-ui
Boden
Purely native C++ cross-platform GUI framework for Android and iOS development. https://www.boden.io
Stars: ✭ 1,394 (-11.27%)
Mutual labels:  android-ui
Teammate Android
A Team Management app for creating tournaments and games for various sports
Stars: ✭ 116 (-92.62%)
Mutual labels:  android-ui
Android Inappbilling
A sample which uses Google's Play Billing Library and it does InApp Purchases and Subscriptions.
Stars: ✭ 114 (-92.74%)
Mutual labels:  android-ui
Bubble Navigation
🎉 [Android Library] A light-weight library to easily make beautiful Navigation Bar with ton of 🎨 customization option.
Stars: ✭ 1,537 (-2.16%)
Mutual labels:  android-ui

目录
一、本项目的作用
二、下载试试
三、已经整理完成的章节
1、贝塞尔曲线
2、PathMeasure
3、属性动画
4、Xfermode
5、VelocityTracker和Scroller
6、绘制流程
7、svg
8-1、canvas_clip
8-2、canvas_draw
8-3、canvas_text
四、继续整理的章节
五、作者简介
1、个人博客
2、联系方式
3、赞赏

一、本项目的作用

本项目主要用于Android高级UI博客配合讲解,同时整理平常小盆友在工作中的自定义UI控件。

二、下载试试

借助的是蒲公英平台,每天下载次数有限制,请见谅

三、已经整理完成的章节

1、贝塞尔曲线

博客:自带美感的贝塞尔曲线原理与实战——Android高级UI

实战:

(1)多阶贝塞尔曲线工具

(2)圆变任何图形的工具

(3)圆变心

(4)粘性小红点

2、PathMeasure

博客:PathMeasure的API讲解与实战——Android高级UI

实战:

(1)乘风破浪的小船

(2)加载loading

(3)转圈的箭头

3、属性动画

博客:带有活力的属性动画源码分析与实战——Android高级UI

实战:

(1)插值器工具

(2)多维雷达图

(3)表盘指示器

(4)购物车

4、Xfermode

博客:图像操纵大师Xfermode讲解与实战——Android高级UI

实战:

(1)Xfermode工具

(2)刮刮卡

(3)心跳

5、VelocityTracker和Scroller

博客:让控件如此丝滑Scroller和VelocityTracker的API讲解与实战——Android高级UI

实战:

(1)带惯性滑动的柱状图

6、绘制流程

博客:灵魂画师,Android绘制流程——Android高级UI

实战:

(1)标签布局

7、svg

博客:放荡不羁SVG讲解与实战——Android高级UI

实战:

(1)"手写"掘金

(2)地图查阅器

8-1、canvas_clip

博客:Canvas中的剪刀手讲解与实战——Android高级UI

实战:

(1)老夫的少女心

8-2、canvas_draw

博客:Canvas中的绘图师讲解与实战——Android高级UI

实战:

(1)时钟与指针

8-3、canvas_text

博客:Canvas中的书法家讲解与实战——Android高级UI

实战:

(1)抖动的字符

四、继续整理的章节

  1. Paint
  2. Canvas
  3. 事件分发机制
  4. 屏幕适配
  5. 更多精彩

五、作者简介

1、个人博客

掘金:https://juejin.im/user/5c3033ef51882524ec3a88ba/posts

csdn:https://blog.csdn.net/weixin_37625173

2、赞赏

如果觉得所写文章和博客对您有所帮助,走过路过就赞赏一下吧😄

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