如何开发Piechart

时间:2017-07-13 05:47:28
【文件属性】:
文件名称:如何开发Piechart
文件大小:39KB
文件格式:ZIP
更新时间:2017-07-13 05:47:28
android PieChart A well-designed custom view is much like any other well-designed class. It encapsulates a specific set of functionality with an easy to use interface, it uses CPU and memory efficiently, and so forth. In addition to being a well-designed class, though, a custom view should: Conform to Android standards Provide custom styleable attributes that work with Android XML layouts Send accessibility events Be compatible with multiple Android platforms. The Android framework provides a set of base classes and XML tags to help you create a view that meets all of these requirements. This lesson discusses how to use the Android framework to create the core functionality of a view class.
【文件预览】:
custom-view
----src()
--------com()
----res()
--------drawable-ldpi()
--------drawable-hdpi()
--------drawable-mdpi()
--------layout()
--------drawable-xhdpi()
--------values()

网友评论