CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 搜索资源 - LIST

搜索资源列表

  1. MobileGuess

    0下载:
  2.   MobileGuess Android手机上的猜数字小游戏源码,部分代码注释:   public abstract int getGuessTimeLeft() //返回剩余猜测次数   public abstract String getNewNumber() //返回待猜数字   public abstract int getGuessTime() //返回可猜测总次数   public abstract int getGuessedTime() //返回已猜测次
  3. 所属分类:android

    • 发布日期:2017-04-01
    • 文件大小:52675
    • 提供者:张龙
  1. ExpandableList

    0下载:
  2. 將資料列單,分類即可以點擊進入,是一個簡單的資料列表的樣式-List data classification can click on to enter the style of a simple list of information
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:109707
    • 提供者:鄭至哲
  1. Java-Wifi-Android

    0下载:
  2. Wifi连接网络,通过程序你将了解到定义WifiManager对象,定义WifiInfo对象,获取网络连接列表,定义一个WifiLock,打开Wifi网卡,关闭Wifi网卡,检查当前Wifi网卡状态,扫描周边网络,每次点击扫描之前清空上一次的扫描结果,开始扫描,连接指定网络,断开当前连接的网络,检查当前网络状态,得到IP地址,锁定WifiLock,解锁WifiLock,指定配置好的网络进行连接,得到MAC地址,得到接入点的BSSID,得到WifiInfo的所有信息包, 添加一个网络并连接等相关技
  3. 所属分类:android

    • 发布日期:2017-03-22
    • 文件大小:51408
    • 提供者:lqua
  1. listview2

    0下载:
  2. 图形文本填充列表框的示例代码-- 图形和文本构造数据适配器自动填充列表框-Graphic and text to fill the list box sample code
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:410659
    • 提供者:邓冬华
  1. Media_Player

    0下载:
  2. 一个小的音乐播放器源码,eclipse工程文件可直接导入(支持快进快退以及进度条拖动,扫描sd卡更新音乐列表,手势识别:可以在播放界面使用左右滑动的方式来切换歌曲等功能)-A small music player source code and eclipse project files can be directly imported (support fast forward and rewind as well as the progress bar drag, scanning sd c
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:919644
    • 提供者:李艾
  1. android_List_CustomList

    0下载:
  2. android中实现List的几种风格与listView的布局,适合初学者学习-Android is realized in the List of several style and the layout of the listView, is suitable for beginners to learn
  3. 所属分类:android

    • 发布日期:2017-05-02
    • 文件大小:708327
    • 提供者:张先生
  1. liebiaoduihuakuang

    0下载:
  2. 自己做的实用代码,列表式对话框。觉得好就支持下吧-Own practical code, the list dialog box.
  3. 所属分类:android

    • 发布日期:2017-04-04
    • 文件大小:93047
    • 提供者:张扬
  1. YNote

    0下载:
  2. yNote是一个运行在Android平台上的记事本App。最大的特点的就是将文本文档保存到Android手持设备的文件系统中,便于使用PC对其进行编辑。其次,在主界面显示的一个已经创建文档的列表,以便最快打开所需要的文档。使用UTF-8作为默认编码格式,这在Linux操作系统上得到很好的支持,在Windows操作系统上建议使用Notepad++代替默认的Notepad(即我们常见的Notepad)。Notepad++的下载地址:http://notepad-plus-plus.org/-yNot
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:26345
    • 提供者:YorkCai
  1. YNote

    1下载:
  2. yNote是一个运行在Android平台上的记事本App。最大的特点的就是将文本文档保存到Android手持设备的文件系统中,便于使用PC对其进行编辑。其次,在主界面显示的一个已经创建的文档的列表,以便最快打开所需要的文档。使用UTF-8作为默认编码格式,这在Linux操作系统上得到很好的支持,在Windows操作系统上建议使用Notepad++代替默认的Notepad(即我们常见的Notepad)。Notepad++的下载地址:http://notepad-plus-plus.org/-yNo
  3. 所属分类:android

    • 发布日期:2016-01-24
    • 文件大小:125952
    • 提供者:YorkCai
  1. MP3Player

    0下载:
  2. 一个Android下的Mp3播放器的源代码,带有播放器列表更新,本地播放,歌词同步播放功能-Mp3 player an Android source code, with the player list updates, local playback, synchronized lyrics playback
  3. 所属分类:android

    • 发布日期:2017-04-06
    • 文件大小:178161
    • 提供者:戴骏
  1. Database

    0下载:
  2. 简易通讯录,要求: 1.有增、删、改,以及简单的搜索功能。 2.通讯录需要有如下表单:姓名、手机、电话、邮箱、地址(或更多)。 3. 所有数据都存储在SQLite数据库中。 4. 在项目中要用到Activity,Intent(至少要有一个页面跳转),SQLiteDatabase或SQLiteOpenHelper。查看内容要以列表的形式体现,添加5个(或更多)联系人。 5.简洁大方的UI,并且具备基本的错误判断(如对用户操作的简单提醒,对用户错误操作的警示等)。 6.使用S
  3. 所属分类:android

    • 发布日期:2017-06-12
    • 文件大小:20003077
    • 提供者:
  1. SUSHIDO-Project

    0下载:
  2. 一个餐饮订单系统的IOS客户端源码,menu用的tab控件,图片显示用的是openflow,列表显示用了文件控件,方便以后更新。要把URL给换掉才好进行真机调试-A catering order system IOS client source code, the menu tab controls, the picture shows is openflow list shows the file control, to facilitate future update. Put the UR
  3. 所属分类:iPhone

    • 发布日期:2017-05-12
    • 文件大小:2658159
    • 提供者:尤国湖
  1. DateManager

    0下载:
  2. Android手机通讯录读取实例,自定义list行,重写Adapter-Android free List develop
  3. 所属分类:android

    • 发布日期:2017-04-03
    • 文件大小:189858
    • 提供者:yu
  1. project

    0下载:
  2. hello, this is a program about shopping list in android
  3. 所属分类:android

    • 发布日期:2017-05-07
    • 文件大小:1161494
    • 提供者:tuyen
  1. vkoser-PlainNote-268050a

    0下载:
  2. Instapaper: You can send notes to your instapaper.com account by selecting the action button in the lower left corner on the main list page. This will bring up an action list that lets you select Instapaper which will send your note to your instapa
  3. 所属分类:iPhone

    • 发布日期:2017-03-27
    • 文件大小:112248
    • 提供者:dimmu1
  1. AdapterDemo-2012-4-12-153049

    0下载:
  2. 源码文件中实现了大多数List适配器的入门应用,包括:ArrayAdapter/SimpleAdapter/自定义CustomerBaseAdapter/SimpleCursorAdapter/自定义CursorAdapter,其他内容:SQLiteOpenHelper/ContentProvieder等-the source is about the android list adapter, that contains ArrayAdapter/SimpleAdapter/Customer
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:104776
    • 提供者:bluephaethon
  1. code

    0下载:
  2. 里面共五个,分别为:建立通讯录并查询,文本的分屏显示,验证哥德巴赫猜想,QPSK,频率统计-A total of five, respectively : establishing a mail list and text query, the split screen display, validation of the Goldbach conjecture, QPSK, frequency statistics
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:31569
    • 提供者:jessie
  1. mtkfanganduibi

    0下载:
  2. MTK方案对比表MTK Solution List -MTK program comparison tableMTK Solution ListMTK Solution List
  3. 所属分类:MTK

    • 发布日期:2017-04-02
    • 文件大小:7888
    • 提供者:
  1. listView

    0下载:
  2. android的LiseView,可以添加和删除list。-Android LiseView of, can add and delete list.
  3. 所属分类:android

    • 发布日期:2017-04-08
    • 文件大小:32387
    • 提供者:千浪
  1. todo-list

    0下载:
  2. as an introduction to the development of modern mobile applications with QML, Programming with Qt Quick for Symbian and MeeGo Harmattan Devices will familiarize you with programming with QML using Qt Quick Component for Symbian^3.
  3. 所属分类:Symbian

    • 发布日期:2017-03-28
    • 文件大小:377742
    • 提供者:juan_zxc
« 1 2 ... 8 9 10 11 12 1314 15 16 17 18 ... 35 »
搜珍网 www.dssz.com