CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 WEB源码 搜索资源 - android a

搜索资源列表

  1. HTTPDemo

    0下载:
  2. 安卓系统上,使用Java语言对程序进行网络连接的实现-On Android, a program using the Java language network connection
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1326773
    • 提供者:姜苏
  1. android-pedometer

    0下载:
  2. 用java实现计步器功能,比较精准,利用重力感应实现。-Using java to achieve a pedometer function, more precisely, using gravity sensors to achieve
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:317395
    • 提供者:sherry
  1. Android-API-docs-chinese

    0下载:
  2. 一个中文的android官方文档,不喜欢看英文的朋友们可以下来-A Chinese android official document, don t like watching English friends can come down to see
  3. 所属分类:Java Develop

    • 发布日期:2017-04-10
    • 文件大小:1406598
    • 提供者:鹤顶红
  1. Android

    0下载:
  2. Android应用程序创建桌面快捷方式 Android应用程序创建桌面快捷方式-Android application to create a desktop shortcut to the Android application create a desktop shortcut
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:632812
    • 提供者:haungxiaolong
  1. android-contacts-recovery

    0下载:
  2. android 还原备份联系人信息 android 还原备份联系人信息-android restore a backup contact information android restore a backup contact information android restore a backup contact information
  3. 所属分类:Java Develop

    • 发布日期:2017-04-06
    • 文件大小:48964
    • 提供者:li
  1. android.wifidirect

    0下载:
  2. WiFi Direct直连,实现了直连,能正常检测链接,没问题-WiFi Direct Direct Connect, to achieve a straight, normal detection link, no problem
  3. 所属分类:JavaScript

    • 发布日期:2017-05-06
    • 文件大小:1339263
    • 提供者:sunjin
  1. Android-ProgressBar

    0下载:
  2. Android程序设计中ProgressBar 进度条几乎全部的用法合集,里面包括了ProgressBar进度条源码和ScrollImage源代码。-Android programming ProgressBar progress bar almost all usage collection, which includes a progress bar ProgressBar source and ScrollImage source code.
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-05-09
    • 文件大小:1997756
    • 提供者:npudn44
  1. MyPaint

    0下载:
  2. 程序是基于java开发的Android简单的绘图程序,该程序可以实现基本的会绘图功能.-Program is developed in Java Android a simple drawing program based on the program can achieve the basic drawing functions will be.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-09
    • 文件大小:1713085
    • 提供者:jassam
  1. Android

    0下载:
  2. 基于安卓的传感器的源码学习,里面拥有11种的传感器实例,可以给学习安卓的你带来很大的提高。-Source-based learning Andrews sensor, which has a sensor 11 kinds of instances that can give you great learning Andrews improved.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-25
    • 文件大小:8666990
    • 提供者:谢晨曦
  1. carControl-master

    0下载:
  2. Control car by android a-Control car by android app
  3. 所属分类:Java Develop

    • 发布日期:2017-06-12
    • 文件大小:19504885
    • 提供者:diephieu
  1. android-simple-storage-master

    0下载:
  2. android aes加密解密,有代码事例,大家可以下载-android aes Encryption and decryption,Code examples, we can download and have a look
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:89360
    • 提供者:李博博
  1. Android-social-communication

    0下载:
  2. 利用java在Eclipse平台下开发的安卓app应用,是一款基本的社交软件-The use of java in the Eclipse platform Android app application, is a basic social software
  3. 所属分类:Java Develop

    • 发布日期:2017-05-16
    • 文件大小:3585935
    • 提供者:tianyuan
  1. source

    0下载:
  2. heart rate android a-heart rate android app
  3. 所属分类:Ajax

    • 发布日期:2017-05-30
    • 文件大小:12490017
    • 提供者:martinfar
  1. source

    0下载:
  2. 一款简单的短信编辑系统,初学者可以用来学习android-A simple text editing system, can be used for beginners to learn Android
  3. 所属分类:Java Develop

    • 发布日期:2017-04-01
    • 文件大小:379637
    • 提供者:刘希骞
  1. scientific-calculator-for-android

    0下载:
  2. 一个功能比较强大的科学计算器源码,便于初学者下载学学习-A more powerful scientific calculator source code, download learning for beginners
  3. 所属分类:Java Develop

    • 发布日期:2017-04-02
    • 文件大小:564446
    • 提供者:黄伟
  1. GPS-android

    0下载:
  2. 这篇文章主要介绍了Android实现GPS定位实例,对关键操作部份给出代码示例并做了一定的注释,需要的朋友可以参考下-This article introduces the Android realize GPS positioning example shows the code for the key operating part of the sample and do a certain amount of comment, a friend in need can refer
  3. 所属分类:Java Develop

    • 发布日期:2017-04-03
    • 文件大小:5802
    • 提供者:管洪炎
  1. Android-4-of-Click-event

    0下载:
  2. Android开发中,常用的点击事件的四种写法:1、采用在Activity中创建一个内部类定义点击事件;2、采用匿名内部类定义点击事件;3、Activity自己实现OnClickListener接口,实现onClick方法;4、在xml文件中创建Button view时,为它添加Onclick参数- Android development, four written commonly Click event: 1, create an inner class defined in the c
  3. 所属分类:Java Develop

    • 发布日期:2017-05-07
    • 文件大小:1026771
    • 提供者:axin
  1. Android-MonthCalendarWidget-master

    0下载:
  2. 一个安卓日历的月视图的实现,功能完善,可以拖动,请用Eclipse打开,未编译,适合新手学习。-Andrews implement a monthly calendar view, functional, you can drag, open with Eclipse, is not compiled, suitable for beginners to learn.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-03
    • 文件大小:633507
    • 提供者:胡江
  1. android-calendarview-master

    0下载:
  2. 基于安卓的日历空间,有基本的月视图,可以进行手势操作,功能基本健全。-Android-based calendar space, a basic monthly view, you can perform gestures, function basically sound.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-13
    • 文件大小:3008427
    • 提供者:胡江
  1. Dodge-android

    0下载:
  2. this a android game via java code and .apk file.-this is a android game via java code and .apk file.
  3. 所属分类:Java Develop

    • 发布日期:2017-05-12
    • 文件大小:2856608
    • 提供者:alex
« 1 2 3 4 56 7 8 9 10 ... 45 »
搜珍网 www.dssz.com