• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录

gisoracle

  • 博客园
  • 联系
  • 订阅
  • 管理

公告

2016年2月28日

andriod 读取通讯录

摘要: package com.example.yanlei.wifi;import android.content.ContentResolver;import android.database.Cursor;import android.os.Bundle;import android.provider 阅读全文

posted @ 2016-02-28 16:27 gisai 阅读(292) 评论(0) 推荐(0)

android 管理wifi

摘要: activity_main.xml <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width 阅读全文

posted @ 2016-02-28 15:24 gisai 阅读(337) 评论(0) 推荐(0)

andriod 剪贴板操作

摘要: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" an 阅读全文

posted @ 2016-02-28 15:13 gisai 阅读(301) 评论(0) 推荐(0)

andriod绘制图形

摘要: 使用view画图,有两个重要的组件需要介绍: (1)Paint 可以理解为画刷或者画笔,去主要用来设置绘图使用的颜色、填充方式、透明度、字体以及字体样式等。 (2)Canvas 画布,在view上显示的图形都是由canvas来绘制的,可以绘制矩形、圆、椭圆、扇形……。 Paint常见方法与属性: ( 阅读全文

posted @ 2016-02-28 15:06 gisai 阅读(330) 评论(0) 推荐(0)

andriod读写XML

摘要: AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.y 阅读全文

posted @ 2016-02-28 12:14 gisai 阅读(302) 评论(0) 推荐(0)

androd 获得wifi列表

摘要: AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.y 阅读全文

posted @ 2016-02-28 11:32 gisai 阅读(2203) 评论(0) 推荐(0)

 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3