Files
AndroidNote/CustomView/README.md

40 lines
2.8 KiB
Markdown
Raw Normal View History

2016-05-24 19:19:35 +08:00
# 自定义View系列
2016-03-13 20:27:46 +08:00
2016-05-24 00:38:16 +08:00
从零起步从入门到懵逼的自定义View教程。
2016-05-24 19:20:08 +08:00
## 基础篇
2016-05-24 00:26:38 +08:00
2016-05-24 00:45:56 +08:00
<p align="center">
2016-05-24 00:33:07 +08:00
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B1%5DCoordinateSystem.md" target="_blank"><img src="http://ww3.sinaimg.cn/large/005Xtdi2jw1f1s96hizi5j30rs0dwwha.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B2%5DAngleAndRadian.md" target="_blank"><img src="http://ww4.sinaimg.cn/large/005Xtdi2jw1f1s97g6rfbj30rs0dwdiq.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Base/%5B3%5DColor.md" target="_blank"><img src="http://ww3.sinaimg.cn/large/005Xtdi2gw1f1w9s5vyidj30rs0dw0vg.jpg" width=285 /></a>
</p>
2016-03-17 16:50:39 +08:00
2016-05-24 00:38:16 +08:00
*******
2016-05-27 17:48:57 +08:00
2016-05-24 19:20:08 +08:00
## 进阶篇
2016-05-24 00:45:56 +08:00
<p align="center">
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B1%5DCustomViewProcess.md" target="_blank"><img src="http://ww4.sinaimg.cn/large/005Xtdi2jw1f1zyiohvopj30rs0dwacz.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B2%5DCanvas_BasicGraphics.md" target="_blank"><img src="http://ww4.sinaimg.cn/large/005Xtdi2jw1f289mh2tdnj30rs0dwtbo.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B3%5DCanvas_Convert.md" target="_blank"><img src="http://ww3.sinaimg.cn/large/005Xtdi2jw1f2hfy5heduj30rs0dwn04.jpg" width=285 /></a>
</p>
2016-05-27 17:48:57 +08:00
*******
2016-05-24 00:45:56 +08:00
<p align="center">
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B4%5DCanvas_PictureText.md" target="_blank"><img src="http://ww3.sinaimg.cn/large/005Xtdi2jw1f2m36f27vzj30rs0dw777.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B5%5DPath_Basic.md" target="_blank"><img src="http://ww2.sinaimg.cn/large/005Xtdi2jw1f34oiciiysj30rs0dwn02.jpg" width=285 /></a>
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B6%5DPath_Bezier.md" target="_blank"><img src="http://ww2.sinaimg.cn/large/005Xtdi2gw1f3dipcytxxj30rs0dwtbj.jpg" width=285 /></a>
</p>
2016-03-17 16:50:39 +08:00
2016-05-27 17:48:57 +08:00
*******
2016-05-24 00:48:05 +08:00
<p align="center">
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B7%5DPath_Over.md" target="_blank"><img src="http://ww4.sinaimg.cn/large/005Xtdi2gw1f44iu2zt7cj30rs0dw41c.jpg" width=285 /></a>
2016-06-02 12:50:02 +08:00
<a href="https://github.com/GcsSloop/AndroidNote/blob/master/CustomView/Advance/%5B8%5DPath_Play.md" target="_blank"><img src="http://ww4.sinaimg.cn/large/005Xtdi2jw1f4gs8vepg8j30rs0dwwhf.jpg" width=285 /></a>
2016-05-24 00:48:05 +08:00
</p>
2016-03-17 16:53:00 +08:00
2016-05-11 00:07:20 +08:00
### 作者微博: [@GcsSloop](http://weibo.com/GcsSloop)
2016-03-17 16:53:00 +08:00
2016-05-11 00:07:20 +08:00
<a href="https://github.com/GcsSloop/README/blob/master/README.md" target="_blank"> <img src="http://ww4.sinaimg.cn/large/005Xtdi2gw1f1qn89ihu3j315o0dwwjc.jpg" width=300 height=100 /> </a>