搜索资源列表
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
曲线绘图例程
- 曲线绘图-Curve Drawing
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
Android-Ball
- 一个android手机上的物理弹球模拟程序,有助于理解android重力传感器的使用和2D绘图API-Android phone on a physical pinball simulation program, helps to understand the use of android gravity sensor and 2D drawing API
GraphView
- android 绘图 wedget view-android wedget view
Canvas
- android绘图,基本绘图、画布的使用-android canvas
DrawLineOnACE
- ANDROID绘图 achartengine可以实现图标统计-ANDROID icons can be achieved statistical graphics achartengine
tpsc
- android绘图工具,可绘制各种散点图,柱状图,饼图等图形。-android figure tool,which can figure out the point chart,columnar chart,pie chart, et al.
html5-android
- Android的HTML5应用程序概述 如何适配多分辨率的Android设备? 如何在Android中构建HTML5应用程序? 如何在Android中调试HTML5应用程序? 如何在Android中使用HTML5的本地储存? 如何在Android中使用HTML5的本地数据库? 如何在Android中使用HTML5的地理定位? 如何在Android中构建HTML5离线应用? 如何使用Canvas进行绘图?-html5 of android development .
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)