CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - android s

搜索资源列表

  1. Telephone

    0下载:
  2. 这个使用Android编写的一个电话拨号器,,在CRM中加入拨号功能,单击用户号码就可以直接调用Android系统的拨号服务来进行拨号-Written using the Android phone dialer, dialing feature added in CRM, Android system' s dial-up service can be called directly click the user number to dial.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:46835
    • 提供者:金小花
  1. gps

    0下载:
  2. Android的基站、WIFI、GPS定位集合【源码】其中GPS定位首先是GpsTask类异步返回GPS经纬度信息-Android' s base station, WIFI, GPS positioning collection [source] which is GpsTask first class GPS positioning GPS latitude and longitude information asynchronously returns
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:76148
    • 提供者:LP
  1. NotePad

    0下载:
  2. 一个安卓下的记事本的功能 ,也是我学习的自己做的一个小例子,仿谷歌的- A small example of their own under a Android notepad function, but also my learning, imitation Google s
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:262652
    • 提供者:春天
  1. fragments-viewpager-example-master

    0下载:
  2. This code shows how to replace Android Fragments inside a ViewPager. Imagine the following structure: You can replace Root fragment for another one and, at any moment, you could swipe to Side fragment. Also, it s possible to return to previ
  3. 所属分类:Other systems

    • 发布日期:2017-04-17
    • 文件大小:49391
    • 提供者:osama bedier
  1. PhoneGapWww

    0下载:
  2. PhoneGap是一个用基于HTML,CSS和Javascr ipt的,创建移动跨平台移动应用程序的快速开发平台。它使开发者能够利用iPhone,Android,Palm,Symbian,WP7,Bada和Blackberry智能手机的核心功能——包括地理定位,加速器,联系人,声音和振动等,... -PhoneGap is a use-based HTML, CSS and Javascr ipt, to create a mobile cross-platform mobile applica
  3. 所属分类:Other systems

    • 发布日期:2017-04-04
    • 文件大小:229812
    • 提供者:Jiawei
  1. BabySwipes

    0下载:
  2. Android 一个宝宝成长记录的应用 作为一个母婴应用的样例-Android based,record baby s road
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1638192
    • 提供者:Haynes
  1. AndroidMMS-master

    0下载:
  2. it s a code used to send mms in android
  3. 所属分类:Other systems

    • 发布日期:2017-04-29
    • 文件大小:41477
    • 提供者:tejakamalsai
  1. trNumberBTK

    0下载:
  2. ANDROid number query application for turkey s operator determining.
  3. 所属分类:Other systems

    • 发布日期:2017-05-03
    • 文件大小:829851
    • 提供者:fatih batibay
  1. qt_on_android_doorbell

    0下载:
  2. QT on Android编程实现手机屏幕显示和隐藏文字图片功能-QT on Android programming your phone s display and hide text and graphics capabilities
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:2003255
    • 提供者:yang yu
  1. 04_19work

    0下载:
  2. 用eclipse开发的Android,可以运行,实现的是登录界面,和登录界面的跳转,不过有时间限制-use eclipse to write Android,it s Ok to run,
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1964565
    • 提供者:胡华蓉
  1. 微厦网校运营系统 v1.0

    0下载:
  2. 微厦网校运营系统是一款基于B/S架构的在线学习系统,支持手机端、电脑端,可以在安卓、苹果、微信中使用,方便学员利用碎片化时间进行随时随地的学习,可广泛用于培训机构、职业学院、机关单位、企业机构等等。该系统集在线学习、在线练习、模拟考试、在线考试于一体,这对于培训机构的远程教学开展更加有利。(Micro Xiamen campus operations system is a B/S structure of the online learning system based on mobile p
  3. 所属分类:其他

    • 发布日期:2017-12-25
    • 文件大小:31852544
    • 提供者:ZZ_AIMEE
  1. 《Go语言编程》高清完整版电子书

    0下载:
  2. Go语言是谷歌推出的一种全新的编程语言,可以在不损失应用程序性能的情况下降低代码的复杂性。谷歌首席软件工程师罗布派克(Rob Pike)说:我们之所以开发Go,是因为过去10多年间软件开发的难度令人沮丧。 Go是谷歌2009发布的第二款编程语言。2009年7月份,谷歌曾发布了Simple语言,它是用来开发Android应用 Go Logo Go Logo 的一种BASIC语言.(Go is a new programming language introduced by Google,
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:8744960
    • 提供者:Terryzhu
  1. 手机抓包步骤(1)

    0下载:
  2. 在windows的模拟命令行中执行: Cd d:\soft\tools //进入windows系统某个目录 adb shell //调用安卓的adb接口进入手机系统 su //切换root用户 在手机上按“同意”之后再执行: Cd /data/local //进入Tcpdump目录 ./tcpdump –p –vv –s 0 –w /sdcard/test.pcap //开始抓包命令,test只是抓包后的文件名,可自己更改 在手机上访问需测试的网址,访问之后
  3. 所属分类:其他

    • 发布日期:2017-12-29
    • 文件大小:8192
    • 提供者:salen_wu
  1. jishibenchengxu

    0下载:
  2. A Android Notepad program source code for beginners learning, including a lot of knowledge of Android foundation, and the code has more detailed annotations, mainly used for listView display data and SQLite's reading, writing, building tables and oth
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:787456
    • 提供者:chustone
  1. zaodianyanzhengma

    0下载:
  2. 一个安卓获取随机验证码的小例子,可以随机生成4位数字的验证码并且绘制有燥点和干扰线,绘制出的数字很小,如果视力不好估计看不见。不过如果想OCR识别肯定是很难的,有用到的朋友自己下载研究吧编码GBK编译版本2.3(A Android access random verification code small example, can be randomly generated 4 digit verification code and drawing the noise and interfere
  3. 所属分类:其他

  1. 安卓O系统适配指南_李翼_20180126

    0下载:
  2. 安卓O系统适配指南,Android 8.0 向 Android 平台引入了一些变化,即便不对 targetSdkVersion 做任何变动,仍可能影响应用的行为或令其根本无法运行。(Android 8 has introduced some changes to the Android platform. Even if it doesn't make any changes to targetSdkVersion, it may still affect the application's b
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:132096
    • 提供者:NeilYi008
  1. Androidyxdds

    0下载:
  2. It's a Gobang game that mimics Android!
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:7370752
    • 提供者:AiLrz
  1. paobuluxian

    0下载:
  2. A Android based exercise program can automatically record the running route, calculate the speed of the running, when used, the total distance on the road. Using Baidu demo, it can run on the entity machine and the virtual machine, and the function i
  3. 所属分类:其他

    • 发布日期:2018-04-21
    • 文件大小:5126144
    • 提供者:`ddqq
  1. schoolneiwangdata

    0下载:
  2. Using a simple Android jsoup based crawling app educational administration system of school network data, part of the design are: personal information, curriculum, examination time, attendance information, query results, rewards and punishments, cour
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:13206528
    • 提供者:`ddqq
  1. osdibuduihuakuang

    0下载:
  2. 本项目是ios7的滑动按钮的另一作品,作者很喜欢ios的各种控件,这次再仿一下ios7的对话框,QQ安卓版也是做的和ios7一样的,底部菜单列表和AlertDialog,本项目编码GBK默认编译版本4.2.2(This project is another work of ios7's sliding button. The author likes all kinds of controls of IOS. This time I'll imitate the dialog box of io
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:674816
    • 提供者:Puffer fish
« 1 23 »
搜珍网 www.dssz.com