CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 android开发 搜索资源 - 服务端和客户端

搜索资源列表

  1. TImage

    0下载:
  2. android 简单的图片传输程序 包括服务端和客户端 客户端使用java nio-android simple picture transmission program includes server and client using java nio client
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:55435
    • 提供者:my_name
  1. Android_JSON_RPC_0

    0下载:
  2. android json 结合实例,具有服务端和客户端的系统-android json with examples, with server and client systems
  3. 所属分类:android

    • 发布日期:2017-03-27
    • 文件大小:94208
    • 提供者:
  1. Bluetooth

    0下载:
  2. android开发蓝牙的一个简单例子,服务端和客户端的收发文字信息,用于安卓蓝牙开发入门再好不过了-android development of Bluetooth, a simple example, the server and the client to send and receive text messages, used for the Andrews Bluetooth development of entry could not be better
  3. 所属分类:android

    • 发布日期:2016-01-25
    • 文件大小:117760
    • 提供者:一一风
  1. android手机 客户端和服务端源代码

    1下载:
  2. android手机 客户端和服务端源代码,mysql数据库,强大的实现功能,比较不错的代码,我收藏了-android mobile phone client and server source code, mysql database, a powerful realization of functions, more good code, I collection
  3. 所属分类:android开发

    • 发布日期:2013-06-09
    • 文件大小:799399
    • 提供者:陈功
  1. AndroidBluetoothAPI_src_0.3

    0下载:
  2. 非常官方Android Bluetooth API支持远程设备扫描、远程设备配对,服务发现(SDP)和客户端RFCOMM串行连接。-This project aims to provide a simple API to access Android s Bluetooth stack. This library does not to require a rooted device: it is intended to work with standard firmware provided
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:20838
    • 提供者:孙建
  1. AIDL

    0下载:
  2. android程序跨继承访问例子,包含服务端和客户端-The android procedures cross-inherited access examples, including services and client
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:70427
    • 提供者:guokai
  1. socketchat

    0下载:
  2. android中使用socket实现聊天功能,服务端和客户端源码-android use the the socket chat feature, service and client source code
  3. 所属分类:android

    • 发布日期:2017-11-06
    • 文件大小:909794
    • 提供者:huyuxuan
  1. WirelessOrder

    0下载:
  2.  Android系统上的无线点餐源码,整个源码分为服务端和客户端,无线点餐,一个Android软件的源代码-The wireless ordering source on the Android system, the entire source is divided into server and client, wireless ordering, an Android software source code
  3. 所属分类:android

    • 发布日期:2017-11-18
    • 文件大小:3240070
    • 提供者:pudn1366
  1. tongxunlu

    0下载:
  2. 实现企业通讯录功能,包括服务端和客户端代码-To reach the company address book function, including server and client code
  3. 所属分类:android

    • 发布日期:2017-05-26
    • 文件大小:9392088
    • 提供者:ouy
  1. Real-time-video-transmission

    0下载:
  2. 视频实时传输。服务端和客户端连上局域网,进行socket连接,客户端调用系统照相机,截取显示的画面,以一张张图片的形式实时发送给服务端,服务端接受后讲图片以动画的形式播放,就可以实时看到传过来的视频-Real-time video transmission. Service and client connected to the LAN, perform socket connection, the client calls the system camera, display screen i
  3. 所属分类:android

    • 发布日期:2017-05-18
    • 文件大小:5030165
    • 提供者:cooloyty
  1. Android-WIFI-menu-system

    0下载:
  2. 一个功能齐全的WIFI点餐系统源代码,包括服务端和客户端- A fully functional WIFI ordering system source code, including server and client
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4935883
    • 提供者:江涛
  1. aidl_example

    0下载:
  2. android AIDL 源码例子。高质量,保证可以运行,包括服务端和客户端。一个android客户端调用服务端方法的例子。-android AIDL source code examples. Quality, including server and client. An android client calls the server-side method example.
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2525925
    • 提供者:刘鑫生
  1. Escape

    0下载:
  2. android utf-8 编码 解码 工具类~ 服务端和客户端通讯使用-android utf-8 encoding and decoding tools and client-service communication using
  3. 所属分类:android

    • 发布日期:2017-04-11
    • 文件大小:1376
    • 提供者:joy
  1. cslogin

    0下载:
  2. 一个简单的Android登录DEMO,带服务端和客户端的登录程序,使用urlConnection POST连接服务器,部分代码运行于JSP环境,不过Android手机运行JSP代码是没有问题的,通过JSP客户端向Andorid服务端验证用户登录信息,关返回是不登录正确-A simple Android login DEMO, with service and client login procedure, using urlConnection POST connection to the se
  3. 所属分类:android

    • 发布日期:2017-04-23
    • 文件大小:65541
    • 提供者:rpudn74
  1. andriodcslogin

    0下载:
  2. 一个Android注册登录界面源码,程序可了解Java网络编程方面的很多技巧,程序分为服务端和客户端,在前台登录页面中,部分代码使用了JSP,用来发送表单数据,判断处理主要是在服务端中进行,代码基于java,代码示例完整,学习android必看-A registered login screen Android source code, the program can learn a lot of skills Java network programming, the program is d
  3. 所属分类:android

    • 发布日期:2017-04-17
    • 文件大小:72498
    • 提供者:rpudn83
  1. Wireless-order

    0下载:
  2. 安卓端无线点菜系统源码,包含服务端和客户端代码-android end wireless ordering system source code, including server and client code
  3. 所属分类:android

    • 发布日期:2017-05-10
    • 文件大小:2505352
    • 提供者:nin
  1. android-java-xmpp-talking

    0下载:
  2. android和java的XMPP聊天服务端和客户端 聊天类-Android and Java XMPP chat server and the client Chat class
  3. 所属分类:android

    • 发布日期:2017-06-11
    • 文件大小:18448536
    • 提供者:xiaogui
  1. android_shiwuzhaoling

    1下载:
  2. android简单的失误招领设计源码采用eclipse+adt开发,SDK版本4.4,演示了Bmob的增删改查操作,供制作android毕业设计的同学做参考。如需做成服务端和客户端的同学,请联系我们。-android simple mistakes trick collar design source code using eclipse+ adt development, SDK version 4.4, demonstrates Bmob CRUD operations for making
  3. 所属分类:android

    • 发布日期:2017-05-17
    • 文件大小:4303078
    • 提供者:王伟
  1. android_wangshangyuyue

    0下载:
  2. android网上预约挂号服务端和客户端毕业设计源码采用eclipse开发,SDK版本4.3,供制作android毕业设计的同学做参考。导入工程后一定要引入SDK包。 本系统实现了病人在安卓手机上登录、注册、挂号、查看医生信息等功能。实现原理是app端与web服务端做交互,然后web服务端再去调用mysql数据库里面的内容,维护mysql数据内容的时候直接在web服务端进行维护。 注意,本项目暂时没有数据库,只有j2ee服务端源码和安卓客户端源码,你可以查看src\com\hospita
  3. 所属分类:android

    • 发布日期:2017-05-11
    • 文件大小:2306175
    • 提供者:王伟
  1. LibrarySystem

    0下载:
  2. 这是一个完整的图书管理系统,有服务端和客户端,采用了Mysql数据库,采用了扁平化界面,功能完善,基本能够满足用户的需求,是新手学习android不错的选择-This is a complete library management system, has a service and client using the Mysql , using the flat interface, fully functional, and can basically meet the needs of us
  3. 所属分类:android

    • 发布日期:2017-05-16
    • 文件大小:3947841
    • 提供者:chang
« 12 3 4 »
搜珍网 www.dssz.com