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

搜索资源列表

  1. contact

    0下载:
  2. 自动获取电话号码列表,选中某个号码之后添加到EditText里面-auto get phonenumber list,select one,the phonenumber can add EditText inside
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:61.19kb
    • 提供者:yy
  1. MyRadioButtonView

    0下载:
  2. android 重写了RadioButton组件,可以随意的为组件添加图片,设置图片和文字的样式-android rewrite the RadioButton component, you can optionally add an image for the component, set the style of pictures and text
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:53.62kb
    • 提供者:井华
  1. Gallery

    0下载:
  2. 图片展示,左右旋转移动展示多张图片,并出现倒影的特效。可进行少量修改自行添加图片,XML文件代码不多。-Image display, display rotational movement around multiple images, and the emergence of reflection effects. Minor changes can add their own pictures, XML files, the code is small.
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:805.42kb
    • 提供者:周玉震
  1. DummyNoteV4

    0下载:
  2. 安卓简单记事本代码,可实现添加,删除功能,供学习参考-Andros simple notepad code, which can realize add, delete function for the study
  3. 所属分类:android

    • 发布日期:2017-04-16
    • 文件大小:108.92kb
    • 提供者:赵福伟
  1. notePad7

    0下载:
  2. 详细的安卓备忘录源码,包括添加删除,修改,设置闹钟等功能。-Detailed memo andros source code, including the add or remove, modify, set the alarm clock etc. Function.
  3. 所属分类:android

    • 发布日期:2017-05-09
    • 文件大小:2.24mb
    • 提供者:赵福伟
  1. ImageView 点击按钮添加一张图片

    0下载:
  2. 设置一个ImageView 点击按钮添加一张图片 功能简单-Set a ImageView click on the button to add a picture function is simple
  3. 所属分类:android开发

    • 发布日期:2016-01-25
    • 文件大小:46kb
    • 提供者:鲁维
  1. ex07_menu

    0下载:
  2. android menu组件的运用,Demo中完整地展示如何在android中实现menu的添加-android menu component use, Demo show how in the full realization of the android in the Add menu
  3. 所属分类:android

    • 发布日期:2017-03-29
    • 文件大小:28.11kb
    • 提供者:xyw
  1. launcher_Mac_Dock

    0下载:
  2. 为launcher添加一个仿Mac的Dock源码.-Add an imitation of the Mac s Dock source for the launcher
  3. 所属分类:android

    • 发布日期:2017-05-28
    • 文件大小:10.59mb
    • 提供者:小林
  1. FileManager

    0下载:
  2. 一个简单的android手机地图的源码,有添加,删除,电话,短信等基本功能-Android mobile phone with a simple map of the source code, add, delete, telephone, SMS and other basic functions
  3. 所属分类:android

    • 发布日期:2017-03-23
    • 文件大小:213.5kb
    • 提供者:阿飞
  1. contact

    0下载:
  2. 打电话: 1. 定义Intent,参数为Intent.ACTION_CALL,该Intent准备打电话功能; 2. 用SetData方法给Intent设置目标电话号码,参数是Uri格式,tel:<电话号码> 3. 启动Intent,注意打电话功能需要添加用户权限(在Manifest文件中,添加CALL_PHONE权限) 发短信: 1. 利用SmsManager的getDefault方法获取实例对象 2. 利用SmsManager对象的sendTextMe
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:214.22kb
    • 提供者:luoluo
  1. GalleryAndBaseAdapterActivity

    0下载:
  2. android中的壁纸设置的源代码,你可以任意的添加自己想用的图片-android wallpaper set in the source code, you can add any pictures they want to use
  3. 所属分类:android

    • 发布日期:2014-07-04
    • 文件大小:1kb
    • 提供者:杨浩
  1. MyContacts

    0下载:
  2. 通讯录:可以浏览联系人、添加联系人、删除联系人、编辑联系人和查看联系人。当找到一个联系人后,可以呼叫或发送短信给联系人-Contacts: You can browse contacts, add contacts, delete contacts, edit contacts, and view contacts. When you find a contact, you can call or send text messages to contacts
  3. 所属分类:android

    • 发布日期:2017-03-30
    • 文件大小:179.96kb
    • 提供者:张龙
  1. imageSDCardItem

    0下载:
  2. 这个事android中,实现浏览sdcard的目录,并可以添加点击目录及文件的例子-Things android, browse sdcard directory, and can add examples click on the directories and files
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:406.18kb
    • 提供者:sun
  1. Android-ViewPagerIndicator-2.2.2

    0下载:
  2. 为android PagerView 添加指示器。-supply android PagerView with indicator。
  3. 所属分类:android

    • 发布日期:2017-04-09
    • 文件大小:1.21mb
    • 提供者:吴善彬
  1. XContacts

    0下载:
  2. android联系人,实习添加联系人,联系人分组功能-android contacts, internships add contacts, contact grouping functionality
  3. 所属分类:android

    • 发布日期:2017-04-02
    • 文件大小:284.57kb
    • 提供者:maikel
  1. DemoListView1

    0下载:
  2. android平台下listview控件添加header的例子,大家可以参考使用.-Android platform by the ListView control to add a header example, everyone can refer to the use.
  3. 所属分类:android

    • 发布日期:2017-03-31
    • 文件大小:32.4kb
    • 提供者:cyt
  1. Lab3

    0下载:
  2. Android天气预报的小应用,通过手机所在地获取当地经纬度,然后搜索google天气服务器提供的xml文件获取信息,最后通过DOM方式解释结果. 注意使用方法:如果用模拟器的话,要在DDMS视角添加经度和纬度。模拟获取当地经纬度。-a small app about weather forecast, it gets the latitude and longtitude of the place where the mobile phone is. And then search the
  3. 所属分类:android

    • 发布日期:2017-04-05
    • 文件大小:47.95kb
    • 提供者:morgan
  1. maps

    0下载:
  2. google map开发的时候添加的maps.jar文件。android开发定位,地图。-Google map development time to add the maps.jar file. Android development positioning, map.
  3. 所属分类:android

    • 发布日期:2017-11-07
    • 文件大小:21.15kb
    • 提供者:王宁
  1. google-ril

    0下载:
  2. 分析google android reference-ril的源代码,在关键地方添加了注释,对理解reference-ril非常有帮助-add lots comments to google android reference-ril。
  3. 所属分类:android

    • 发布日期:2017-03-26
    • 文件大小:67.11kb
    • 提供者:朱五
  1. WidgetProj

    0下载:
  2. 代码实现了为android客户端程序添加桌面显示组件。-The code implements the for android client program to add desktop display components.
  3. 所属分类:android

    • 发布日期:2017-11-09
    • 文件大小:147.82kb
    • 提供者:杨海英
« 12 3 4 5 6 7 8 9 10 ... 19 »
搜珍网 www.dssz.com