登录
首页 » Java » android 发短信打电话 实例源码下载

android 发短信打电话 实例源码下载

于 2014-05-10 发布
0 228
下载积分: 1 下载次数: 0

代码说明:

android 发短信打电话 实例源码下载

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Android上传视文件到服务器
    Android上传视文件到服务器
    2017-06-08下载
    积分:1
  • 百度地图获取当前位置、拍照、获取手机型号
    使用百度API定位当前位置,并把当前位置保存
    2014-04-18下载
    积分:1
  • android 解析 Rss xml 例子
    android 解析 Rss xml 例子
    2013-07-05下载
    积分:1
  • RSA核心加密
    RSA核心加密
    2014-02-18下载
    积分:1
  • 动态添加控件--超出导航屏幕
    动态添加控件--超出导航屏幕
    2015-04-22下载
    积分:1
  • android Intent拨打电话、打网页、选择图片例子
    android Intent拨打电话、打开网页、选择图片例子
    2015-06-18下载
    积分:1
  • android联系人带字母检索源码
    android联系人带字母检索源码/** * 联系人列表适配器。 * * @author guolin */public class ContactAdapter extends ArrayAdapter { /** * 需要渲染的item布局文件 */ private int resource; /** * 字母表分组工具 */ private SectionIndexer mIndexer; public ContactAdapter(Context context, int textViewResourceId, List objects) { super(context, textViewResourceId, objects); resource = textViewResourceId; } @Override public View getView(int position, View convertView, ViewGroup parent) { Contact contact = getItem(position); LinearLayout layout = null; if (convertView == null) { layout = (LinearLayout) LayoutInflater.from(getContext()).inflate(resource, null); } else { layout = (LinearLayout) convertView; } TextView name = (TextView) layout.findViewById(R.id.name); LinearLayout sortKeyLayout = (LinearLayout) layout.findViewById(R.id.sort_key_layout); TextView sortKey = (TextView) layout.findViewById(R.id.sort_key); name.setText(contact.getName()); int section = mIndexer.getSectionForPosition(position); if (position == mIndexer.getPositionForSection(section)) { sortKey.setText(contact.getSortKey()); sortKeyLayout.setVisibility(View.VISIBLE); } else { sortKeyLayout.setVisibility(View.GONE); } return layout; } /** * 给当前适配器传入一个分组工具。 * * @param indexer */ public void setIndexer(SectionIndexer indexer) { mIndexer = indexer; }}
    2014-04-13下载
    积分:1
  • android 九宫格 解锁源码
    android 九宫格 解锁源码
    2014-07-14下载
    积分:1
  • android VideoView播放视频-source
    android VideoView播放视频-source
    2015-03-16下载
    积分:1
  • phonegap 登录注册实例源码下载(android版)
    登录注册模块代码
    2015-01-19下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载