Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

有练习demo的源码么 #3

Open
mattxzhang opened this issue Jul 10, 2017 · 24 comments
Open

有练习demo的源码么 #3

mattxzhang opened this issue Jul 10, 2017 · 24 comments

Comments

@mattxzhang
Copy link

No description provided.

@rengwuxian
Copy link
Contributor

没有。专门做成贴图的。

@mattxzhang
Copy link
Author

新手有源码参照着来做练习,可能会好点

@wbinarytree
Copy link

我觉得可以把源码添加到不同的分支,和kotlin-koans类似。

@rengwuxian
Copy link
Contributor

没空弄。有空的话我肯定弄了。

@wbinarytree
Copy link

嘛。既然都在GitHub了。支持PR?

@JichunMa
Copy link

饼图 https://gist.github.com/JichunMa/a341be60974e822f55a3b7ab508efe65
条形图 https://gist.github.com/JichunMa/cdf755467f790df71199df0b171e3a5a
@mattxzhang
个人蠢作,仅供参考,如有问题,欢迎指出。

@wbinarytree
Copy link

@rengwuxian 我觉得下期可以把尽量避免在onDraw里生成实例这个点加进去。我看了很多人folk之后的practice。都出现了这个问题。

@wanghao200906
Copy link

https://github.com/wanghao200906/PracticeDraw1

个人蠢作,仅供参考,如有问题,欢迎指出。

@chentao7v
Copy link

带动画的柱状图,蠢作,哈哈
https://gist.github.com/chentao7v/ed2ef53298aefb122aa8e06e7ef1a822

@anghune
Copy link

anghune commented Jul 17, 2017

各位前辈,请问一下为什么我下载了这个导入在AS中,Gradle一直在Refershing

@chentao7v
Copy link

@anghune 搭个梯子吧

@CoXier
Copy link

CoXier commented Jul 19, 2017

@anghune 可以考虑 手动下载 gradle/wrapper/gradle-wrapper.properties下的:

https://services.gradle.org/distributions/gradle-3.3-all.zip

然后安装解压,对应的安装位置和操作系统有关。

@anghune
Copy link

anghune commented Jul 19, 2017

@CoXier 我下载了,然后直接解压到了AS安装路径下的gradle文件夹下,然后重启AS还是在刷新?

@anghune
Copy link

anghune commented Jul 19, 2017

@chentao7v 我是用了SS,估计我宿舍网速太慢了吧,但是打开网页还是可以的。

@CoXier
Copy link

CoXier commented Jul 19, 2017

@anghune 首先你安装错了路径。

  1. 如果你不知道怎么设置,你可以在 As settings 里面搜索 gradle,然后使用local ,选择你的路径即可。
  2. 不需要重启,直接run就可以了

@anghune
Copy link

anghune commented Jul 20, 2017

@CoXier 谢谢大神指正。

@lvzishen
Copy link

https://github.com/lvzishen/ViewPractice1 刚写的哈~

@ryanlijianchang
Copy link

练习1的答案:http://download.csdn.net/detail/ljcitworld/9911512

@jeff-sun
Copy link

@Jucongyuan
Copy link

Jucongyuan commented Sep 20, 2017

我就不谦虚了,最后两个图用了不到100行代码,并且完全自适应数据,比如饼状图:
1.哪个块比例最大,就那个块出来一点,哪怕有两个最大的,两个都会往外移动一点
2.文字的适应
对于直方图:
1.数据的大小可以随意,但是在坐标系中显示不会不协调
反正用用就知道了
肯定还有优化空间,大家觉得可以请Star,Star多的话我把注释加上
https://github.com/Jucongyuan/PracticeDraw1/blob/master/app/src/main/java/com/hencoder/hencoderpracticedraw1/practice/Practice10HistogramView.java
https://github.com/Jucongyuan/PracticeDraw1/blob/c3a8d605e0075effde735b2bfa0d3e2aa6b9d8b1/app/src/main/java/com/hencoder/hencoderpracticedraw1/practice/Practice11PieChartView.java

@picksomething
Copy link

最后一个饼图之外其它都ok了,基本是原样还原吧,看过教程之后,做起来应该都很简单,需要的可以参考:https://github.com/picksomething/PracticeDraw1

@OkamiyGit
Copy link

OkamiyGit commented Oct 24, 2017

菜鸟写的很烂,希望以后的自己可以自嘲一下,https://github.com/OkamiyGit/OkamiyLearnView

@joselyncui
Copy link

https://github.com/joselyncui/PracticeDraw1
刚写完 欢迎指点, 饼图的三截折线 文字的位置有重叠的时候 不晓得是怎么确定下一个文字位置的?

@DawnYu9
Copy link

DawnYu9 commented Apr 13, 2018

饼图只画了一次折线,原图的2次折线不知道怎么计算 😃
欢迎指点
https://github.com/DawnYu9/PracticeDraw1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests