登录
首页 » Android » Android折线图与柱状图的实现

Android折线图与柱状图的实现

于 2023-01-03 发布 文件大小:1.29 MB
0 53
下载积分: 2 下载次数: 1

代码说明:

Android折线图与柱状图的实现   做练习   做项目最佳选择   亲测可运行。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android open gl 示例代码下载
    [实例简介]Open GL 入门级示例 [实例截图] [核心代码]package com.china.gltry;import javax.microedition.khronos.egl.EGL10;import javax.microedition.khronos.egl.EGL11;import javax.microedition.khronos.egl.EGLConfig;import javax.microedition.khronos.egl.EGLContext;import javax.microedition.khronos.egl.EGLDisplay;import javax.microedition.khronos.egl.EGLSurface;import javax.microedition.khronos.opengles.GL;import android.view.SurfaceHolder;/** * An EGL helper class. */public class EGLHelper{ public EGLHelper() { } /** * Initialize EGL for a given configuration spec. * @param configSpec */ public void start(int[] configSpec){ /* * Get an EGL instance */ mEgl = (EGL10) EGLContext.getEGL(); /* * Get to the default display. */ mEglDisplay = mEgl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); /* * We can now initialize EGL for that display */ int[] version = new int[2]; mEgl.eglInitialize(mEglDisplay, version); EGLConfig[] configs = new EGLConfig[1]; int[] num_config = new int[1]; mEgl.eglChooseConfig(mEglDisplay, configSpec, configs, 1, num_config); mEglConfig = configs[0]; /* * Create an OpenGL ES context. This must be done only once, an * OpenGL context is a somewhat heavy object. */ mEglContext = mEgl.eglCreateContext(mEglDisplay, mEglConfig, EGL10.EGL_NO_CONTEXT, null); mEglSurface = null; } /* * Create and return an OpenGL surface */ public GL createSurface(SurfaceHolder holder) { /* * The window size has changed, so we need to create a new * surface. */ if (mEglSurface != null) { /* * Unbind and destroy the old EGL surface, if * there is one. */ mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT); mEgl.eglDestroySurface(mEglDisplay, mEglSurface); } /* * Create an EGL surface we can render into. */ mEglSurface = mEgl.eglCreateWindowSurface(mEglDisplay, mEglConfig, holder, null); /* * Before we can issue GL commands, we need to make sure * the context is current and bound to a surface. */ mEgl.eglMakeCurrent(mEglDisplay, mEglSurface, mEglSurface, mEglContext); GL gl = mEglContext.getGL(); return gl; } /** * Display the current render surface. * @return false if the context has been lost. */ public boolean swap() { mEgl.eglSwapBuffers(mEglDisplay, mEglSurface); /* * Always check for EGL_CONTEXT_LOST, which means the context * and all associated data were lost (For instance because * the device went to sleep). We need to sleep until we * get a new surface. */ return mEgl.eglGetError() != EGL11.EGL_CONTEXT_LOST; } public void finish() { if (mEglSurface != null) { mEgl.eglMakeCurrent(mEglDisplay, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_SURFACE, EGL10.EGL_NO_CONTEXT); mEgl.eglDestroySurface(mEglDisplay, mEglSurface); mEglSurface = null; } if (mEglContext != null) { mEgl.eglDestroyContext(mEglDisplay, mEglContext); mEglContext = null; } if (mEglDisplay != null) { mEgl.eglTerminate(mEglDisplay); mEglDisplay = null; } } EGL10 mEgl; EGLDisplay mEglDisplay; EGLSurface mEglSurface; EGLConfig mEglConfig; EGLContext mEglContext;}
    2015-04-06下载
    积分:1
  • 自己写的http库-Android
    自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Android自己写的http库-Andr
    2022-04-24 15:19:26下载
    积分:1
  • 简单的安卓计算器
    实现简单的安卓计算器的功能,以及在安卓界面的布局,暂时只是实现了在简单的没有错误的情况下正确操作的计算功能,还是在初学阶段,仅供参考                                                                                                                                                           &nbs
    2022-08-09 14:34:20下载
    积分:1
  • Androit 电池信息
    在这篇文章中,我们会尝试获取信息的 Android 设备的电池状态。在某些情况下它是更像一个传感器系统,虽然 XE5 特尔斐,不考虑在特定的类来访问传感器。不管怎么说,没什么比从另一个方面,我们的设备获取信息的方式。用于访问设备的电池,我们将做到所使用"意图"。在 Delphi 中你可以通过 JIntent 在 unitAndroidapi.JNI.GraphicsContentViewText 中定义的类的访问。
    2022-01-22 07:05:19下载
    积分:1
  • 讯飞语音demo(可离线)
    Android系统安装讯飞语音+(下载里面包含)后,运行demo可以实现离线语音合成。
    2022-02-25 18:21:37下载
    积分:1
  • Canvas手写签名,保存图片
    Canvas手写签名,保存图片 Canvas手写签名,保存图片Canvas手写签名,保存图片Canvas手写签名,保存图片Canvas手写签名,保存图片
    2022-03-04 01:10:15下载
    积分:1
  • 发送短信应用程序
    发送短信应用程序描述你如何在安卓系统发送短信。在此应用程序中,你会知道两种方法来发送短信 1) 由意图 2) 由 SMS 管理器中。
    2022-02-11 19:44:50下载
    积分:1
  • android-1.5-SDK
    android SDK中文文档,可以帮助你快速进行android编程。(android SDK documentation in Chinese, can help you quickly android programming.)
    2011-02-16 13:35:07下载
    积分:1
  • 标准控制的传感器
    这个项目是机器人控制中的应用标准的传感器,它代表着全球的接口的控制操作
    2022-11-15 19:00:03下载
    积分:1
  • example in eclipse
    这是一个源代码,供那些想在eclipse中学习basic的人使用。这是一个很好的例子。导入后,此应用程序可以运行配置。但请注意图书馆。
    2022-02-13 22:43:52下载
    积分:1
  • 696518资源总数
  • 104297会员总数
  • 29今日下载