登录
首页 » Android » 通讯录

通讯录

于 2023-05-01 发布 文件大小:2.44 MB
0 164
下载积分: 2 下载次数: 1

代码说明:

一款新增删除修改的手机通讯录的软件,大家可以参考,给予指正,修改,让它慢慢变得更好

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

发表评论

0 个回复

  • 视频录制 播放 上传服务器
    视频录制 播放 上传服务器
    2014-03-28下载
    积分:1
  • spi编码器(3d图+参考程序+文档)
    【实例简介】
    2021-10-25 00:30:56下载
    积分:1
  • GGMusic
    说明:  可实现了一个简单的音乐播放器,可以播放音乐,暂停等(Can achieve a simple music player, can play music, pause, etc.)
    2020-06-19 23:20:02下载
    积分:1
  • drawBitmap
    android应用程序开发示例:画图+图片处理(Android application development example: Drawing)
    2016-08-29 15:24:14下载
    积分:1
  • 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
  • odnnw
    介绍mimo比较经典的一篇文章主要详细的介绍了空间分集,时空编码等比较适合于初学者来学()
    2018-02-01 12:00:50下载
    积分:1
  • 京东商城app 源码(完整版)
    应用背景最近看到很多同学在找类似商城的APP版项目,因此本人通过了一个星期的整理,写了一套这个项目,这些项目源码,可以下载下来直接运行!关键技术京东商城app 源码(完整版):里面有完整的注释+文档注释说明,还有成型的截屏图片,欢迎大家下载使用!欢迎大家留言,下载使用和交流!
    2022-07-23 06:15:43下载
    积分:1
  • FlowLayout
    说明:  流失标签,用于搜索推荐,可定义点击状态,用于搜索推荐,可定义点击状态(Lost tags, used for search recommendation, can define click status, used for search recommendation, can define click status)
    2020-06-21 22:20:02下载
    积分:1
  • fai_is66
    Compared with the results of theoretical analysis, Complete HMM-based speech recognition system, Modeling and simulation pwm rectifie.
    2017-11-17 14:43:48下载
    积分:1
  • 指南针定位源码
    通过自动获取手机所在经纬度来进行方向定位,并采用指南针界面显示来进行展示。本项目是基于android平台进行开发的,适用于android 2.0以上版本系统,对硬件要求不高
    2023-03-22 18:20:03下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载