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

gisoracle

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

公告

随笔分类 -  android

上一页 1 2 3 4 5 6 7 8 下一页

android
andriod arcgis保存Mapview为图片
摘要:andriod arcgis保存Mapview为图片 阅读全文

posted @ 2016-03-07 12:21 gisai 阅读(689) 评论(0) 推荐(0)

andriod 动态创建控件
摘要:Button btNext=(Button)findViewById(R.id.next); btNext.setOnClickListener(new Button.OnClickListener(){ public void onClick(View view){ //创建一个布局管理器控件 L 阅读全文

posted @ 2016-03-07 08:03 gisai 阅读(347) 评论(0) 推荐(0)

andriod arcgis加载影像TIF
摘要:private static final String TAG = "MainActivity"; private MapView mapView = null; @Override protected void onCreate(Bundle savedInstanceState) { super 阅读全文

posted @ 2016-03-06 14:34 gisai 阅读(1299) 评论(0) 推荐(0)

android 数据文件存取至储存卡
摘要:来自:http://blog.csdn.net/jianghuiquan/article/details/8569233 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.androi 阅读全文

posted @ 2016-03-05 22:38 gisai 阅读(465) 评论(0) 推荐(0)

andriod 资源文件之存取操作
摘要:来自:http://blog.csdn.net/jianghuiquan/article/details/8569235 <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.androi 阅读全文

posted @ 2016-03-05 21:58 gisai 阅读(306) 评论(0) 推荐(0)

andriod 图片选择器
摘要:<?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.genwoxue.pictureviewer" andro 阅读全文

posted @ 2016-03-05 21:33 gisai 阅读(321) 评论(0) 推荐(0)

android 读中文文本文件
摘要:android 读中文文本文件 阅读全文

posted @ 2016-03-03 15:02 gisai 阅读(861) 评论(0) 推荐(0)

Android-将RGB彩色图转换为灰度图
摘要:Android-将RGB彩色图转换为灰度图 阅读全文

posted @ 2016-02-29 17:22 gisai 阅读(5099) 评论(0) 推荐(0)

andriod 获取电池的信息
摘要:<?xml version="1.0"?> <LinearLayout android:orientation="vertical" android:layout_height="match_parent" android:layout_width="match_parent" xmlns:tool 阅读全文

posted @ 2016-02-29 16:44 gisai 阅读(392) 评论(0) 推荐(0)

android studio快捷键
摘要:android studio快捷键 阅读全文

posted @ 2016-02-29 15:54 gisai 阅读(483) 评论(0) 推荐(1)

andriod 读取网络图片
摘要:来自:http://blog.csdn.net/jianghuiquan/article/details/8641283 Android手机上,我们常用ImageView显示图片,我们本章获取网络图片并显示在ImageView中。 一、设计界面 1、布局文件 打开res/layout/activit 阅读全文

posted @ 2016-02-29 15:03 gisai 阅读(440) 评论(0) 推荐(0)

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 阅读(294) 评论(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 阅读(340) 评论(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 阅读(303) 评论(0) 推荐(0)

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

posted @ 2016-02-28 15:06 gisai 阅读(331) 评论(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 阅读(2206) 评论(0) 推荐(0)

Android 使用SQLite本地数据库
摘要:参考:http://blog.csdn.net/jianghuiquan/article/details/8569252 在Android平台上,集成了一个嵌入式关系型数据库—SQLite。以SQLite是一款轻型数据库:SQLite3支持 NULL、INTEGER、REAL(浮点数字)、TEXT( 阅读全文

posted @ 2016-02-24 13:42 gisai 阅读(9162) 评论(0) 推荐(0)

Android可伸缩列表ExpandableListView
摘要:<?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-24 12:26 gisai 阅读(608) 评论(0) 推荐(0)

ZoomControls控件是一个可以缩放控件,可以实现两个按钮控制图片的大小
摘要:<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android 阅读全文

posted @ 2016-02-24 12:21 gisai 阅读(1402) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 下一页
 
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3