CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 通讯/手机编程 android开发

资源列表

« 1 2 ... .71 .72 .73 .74 .75 1676.77 .78 .79 .80 .81 ... 2105 »
  1. ColaBox

    0下载:
  2. 个人消费记账源码是一个老项目了,很久之前就出现了,有多久?2008年10月左右谷歌G1出来以后本项目就出现了。距今差不多有6年的历史了,项目还是基于android sdk1.0开发的,实现了基础的收入支出记账、账单列表增删改查等简单的功能,界面也比较简单,但是比较难得的是压缩包里附带7篇关于项目源码详细设计分析的pdf文档,可以很方便的学习一些基础知识,另外本项目稍微扩展一下也可以用来作为毕业设计。-Personal consumption accounting source is an old
  3. 所属分类:android

    • 发布日期:2017-05-22
    • 文件大小:6434060
    • 提供者:徐国峰
  1. Android_gfqqqc

    0下载:
  2. 高仿QQ客户端加服务端加数据库全套源码运行步骤: QQServer端 1,使用mysql.sql文件创建数据库,修改DB.properties中密码为你设置的数据库的密码 mysql数据库默认编码应该设置为gbk 2,先启动Server QQClient端 1,改ip 修改com.way.chat.common.util.Constants.SERVER_IP为你自己电脑的ip 查看ip,开始 -运行 -cmd(命令提示符) -ipconfig 2,运行客户端
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1434853
    • 提供者:gaojinding
  1. RavenClaw_yyhbcx

    0下载:
  2. 语音对话版航班查询源码是一个一个语音查询的例子源码,其实这个例子的想法很不错,使用讯飞或者微信的语音服务,直接引导用户输入要查询的内容,语音转化成文字以后再直接查询想要的信息这种做法非常适合一些懒人,不过讯飞和微信的语音转文字都需要联网。本例子里面使用的语音api已经失效了,仅供参考。 -Speech dialogue version flight query source is a voice query by example source code, in this example is a
  3. 所属分类:android

    • 发布日期:2017-05-23
    • 文件大小:7189752
    • 提供者:孟洁
  1. Apollo_yinyue

    0下载:
  2. 25国语言音乐播放器源码一款很强大的音乐播放器,内置支持25国语言。可以使用搜索引擎在线搜索歌曲。可以为指定歌曲配上一张本地图片。-25 Mandarin language music player source code is a very powerful music player, built-in support for 25 languages. Search engines can be used online search songs. You can match a local
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:3902487
    • 提供者:yoyo
  1. Bundletzjs

    0下载:
  2. 详细介绍 - [ Android 体重计算源码 ] 这是一个关于在Android中如何计算体重的简单源码,很简单,适合新手学习使用。-Android weight calculation source code This is a Android on how to calculate the weight of a simple source code, very simple, suitable for beginners to learn to use.
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:56997
    • 提供者:石祥
  1. broadcast

    0下载:
  2. 详细介绍 - [ Android broadcast电池电量显示源码 ] 这是一个关于broadcast电池电量显示的简单源码,供学习使用。-Detail- [broadcast Android battery power source] This is a simple broadcast battery on the display of the source code for learning to use.
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:58130
    • 提供者:朱守彪
  1. animation

    0下载:
  2. 详细介绍 - [ Android animation图片移动效果 ] 这是一个关于animation图片移动效果的简单源码,供学习使用。-Detailed introduction- [animation Android pictures mobile effect] This is a picture on the animation mobile effect of the simple source code for learning to use.
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:108736
    • 提供者:
  1. musicPlayer_mini

    0下载:
  2. 详细介绍 - [ Android Mini音乐播放器 ] Mini版音乐播放器有暂停、停止、上一首、下一首等基本按钮。-Mini Android music player. Mini version of the music player has a pause, stop, on the first, the next button, etc..
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:118578
    • 提供者:wangxin
  1. SMSPopup

    0下载:
  2. SMSPopup可以截获短信内容显示在一个泡泡形状的窗口中。从这个项目中可以掌握到如何使用内置的短信SMS接口。-SMSPopup can intercept text messages displayed in a bubble shaped window. From this project can be mastered how to use the built-in SMS SMS interface.
  3. 所属分类:android

    • 发布日期:2017-05-13
    • 文件大小:2745943
    • 提供者:马庆龙
  1. SampleSyncAdapter

    0下载:
  2. Google的例程中给出了名为SampleSyncAdapter的例子,其实就是同步账号管理的例子,通过分析该例子可以学会Android中的Account验证、同步Adapter的使用-Google routines are given in the name of the example of SampleSyncAdapter, in fact, is the example of synchronous account management, through the analysis of
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:45922
    • 提供者:周梦芸
  1. jwood-standup-timer

    0下载:
  2. Standup Timer应用用于控制站立会议时间,类似秒表倒计时,可以提醒每个人的讲话时间已到,从而保证每个与会者使用时间一样。从该项目的代码中,可以学会如何使用时间函数。另外,这个项目的代码是采用视图view、模型model严格分离的设计思路。-Standup the timer application is used to control the standing meeting time, similar countdown stopwatch can remind everyone s
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:448359
    • 提供者:周梦芸
  1. bagilevi-pedometer

    0下载:
  2. Pedometer应用用于记录你每天走路步数的。尽管记录不一定精准,但是从这个项目中,可以学习几个不同的技术:加速器交互、语音更新、后台运行服务等。-Pedometer application to record your walk every day. Although the record is not necessarily accurate, but this project, you can learn a few different technologies: Accelerato
  3. 所属分类:android

    • 发布日期:2017-05-04
    • 文件大小:50740
    • 提供者:刘云
« 1 2 ... .71 .72 .73 .74 .75 1676.77 .78 .79 .80 .81 ... 2105 »
搜珍网 www.dssz.com