搜索资源列表
MyIReader
- android实现书架功能,主要是翻页的实现,利用2d绘图用贝赛尔曲线描述翻页曲线-android the shelves functions, mainly the realization of the next page, 2d drawing Bezier curves describe the flip curve
RoundProgressBarDemo
- android 控件 自定义progressbar 使用shape 自定义绘图-android view rename progressbar use shape method draw pricture
homework3
- Android绘图程序 可以选择绘制椭圆方形 随手涂鸦等等 可以存储和读取文件 代码良好 注释清晰-Android drawing program you can choose to draw the oval square readily graffiti, etc. can be stored and read the file code annotation clear
Android贪吃蛇
- android的一个很经典的游戏,贪吃蛇,可以从中系统学习android的多线程,以及实时绘图技术
android--draw
- 详细接受各种android绘图方法 详细接受各种android绘图方法-to introduce some kinds of ways of painting in the system of android
AChartEngine_Demo
- 在Android客户端,使用AChartEngine绘图工具,绘制各种趋势图-In the Android client, using AChartEngine drawing tools, draw a variety of trends
OpenGL
- android上面实现opengles的一些代码,学习外国网站的代码。里面有些功能不能用。主要是集合了一些简单的绘图等-android above code to achieve some opengles, learning a foreign Web site code. Some functions can not be used inside. Mainly bringing together some simple graphics, such as
androidGraphics
- android平台,graphics绘图类使用样例源码-android platform, graphics graphics categories using the sample source code
Android_Game
- android平台的手机游戏,不错的入门例子-a good example of android
androiddraw
- android的画图工具源码 可以实现简单的绘图工作-a picture draw tool for android
android_draw
- android绘图基础,各种常用方法讲解-android drawing based on a variety of methods commonly used to explain
androidapp
- 观看Android 手机图片及设定背景及绘图程序源码-Three Android applications including image viewer, preference setting, and darw tool.
GraphView
- android 绘图 wedget view-android wedget view
Canvas
- android绘图,基本绘图、画布的使用-android canvas
DrawLineOnACE
- ANDROID绘图 achartengine可以实现图标统计-ANDROID icons can be achieved statistical graphics achartengine
MPChart
- HEllochart 绘图曲线例程 eclipse开发环境(HEllochart Plotting routine for eclipse)
android painting jar
- 很不错的android jar 包,绘图功能强大(This is a very nice jar packet based on android that can help you to painting wonderful table.)
bluetoothgatt
- 用Android Studio编写的基于蓝牙BleGatt协议的app上位机程序,并且可以接收单片机传来的书据进行绘图,适合大家用于做无线蓝牙数据控制,和无线蓝牙绘制数据图。(App Bluetooth PC program based on BleGatt protocol with Android Studio to write, and can receive from SCM books according to the drawing, suitable for everyone to
Android 自定义 View 绘图基础
- Android 自定义 View 绘图基础 控件的测量可以说是固定写法,原生的View只支持EXACTLY的测量模式,我们自定义的控件可以重写onMeasure方法(The measure of a control can be said to be a fixed writing method, and the native View only supports the EXACTLY measurement mode, and our custom controls can rewrite
教你将Android手机变成蓝牙无线示波器
- 实现蓝牙实时接收数据并以波形的形式显示在手机屏幕上,绘图采用sufaceView(use surfaceview to make buletooth link)