上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页
摘要: 1 11 12 18 24 32 33 1 package com.example.imageview; 2 3 import java.io.ByteArrayOutputStream; 4 import java.io.File; 5 im... 阅读全文
posted @ 2014-10-20 20:36 Mirrorhanman 阅读(274) 评论(0) 推荐(0) 编辑
摘要: 实现点击Button选择文件, 在TextView上显示Uri 1 10 11 16 22 23 1 package com.example.filetest; 2 3 import android.app.Activity; 4 import android.content.I... 阅读全文
posted @ 2014-10-17 12:59 Mirrorhanman 阅读(3684) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-10-10 16:39 Mirrorhanman 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1. Classes, Superclasses, and Subclasses2. Objects: The Cosmic Superclass3. Generic Array Lists4. Objects wrappers and Autoboxing5. Methods with a Var... 阅读全文
posted @ 2014-10-10 12:01 Mirrorhanman 阅读(215) 评论(0) 推荐(0) 编辑
摘要: SlidingMenu http://www.cnblogs.com/iMirror/p/3994845.html蓝牙http://www.cnblogs.com/iMirror/p/3967898.html根据SlidingMenu博客, 写出下面代码activity_main.xml1 frag... 阅读全文
posted @ 2014-09-28 12:14 Mirrorhanman 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 下载SlidingMenu包, DownLoad ZIP https://github.com/jfeinstein10/SlidingMenu下载ActionBarSherlock-master 包 https://github.com/JakeWharton/ActionBarSherloc... 阅读全文
posted @ 2014-09-26 14:31 Mirrorhanman 阅读(833) 评论(0) 推荐(0) 编辑
摘要: 1. Introduction to Object-Oriented Programming(面向对象编程)2. using Predefined Classes3. Defined Your Own Classes4. Static Fileds and Methods5. Method Para... 阅读全文
posted @ 2014-09-22 14:22 Mirrorhanman 阅读(234) 评论(0) 推荐(0) 编辑
摘要: 1. A simple Java Program2. Comments3. Data Types4. Variables5. Operators6. String7. Input and Output8. Control Flow9. Big Numbers10. Arrays1. A simple... 阅读全文
posted @ 2014-09-21 12:49 Mirrorhanman 阅读(301) 评论(0) 推荐(0) 编辑
摘要: 1. Installing the Java Development kit (JDK)2. Choosing a Develpment Environment3. Using the Command-Line Tools4. Using an Integrated Development Envi... 阅读全文
posted @ 2014-09-19 20:12 Mirrorhanman 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1. Java As a Progaramming Platform2. The Java "White Paper" Buzzwords3. Java Applets and the Internet4. A Short History of Java5.Common Misconceptions... 阅读全文
posted @ 2014-09-19 13:07 Mirrorhanman 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1. 第三季课程介绍2. 什么是蓝牙3. 发现周围设备4. 修改本机蓝牙设备的可见性5. 扫描周围可用的蓝牙设备1. 第三季课程介绍 2. 什么是蓝牙 Bluetooth是目前使用最广泛的无线通讯协议之一. 主要针对短距离设备通讯(10M) 与蓝牙相关的API:BluetoothAdap... 阅读全文
posted @ 2014-09-12 10:44 Mirrorhanman 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 1. HTTP请求的种类2. GET与POST方法的区别3. 使用POST向服务器发送数据1. HTTP请求的种类 现在最常用的就是 GET 和 POST 方法2. GET与POST方法的区别 发送请求用问号?, 后面加上键值对. 多个键值对用&连接3. 使用POST向服务器发送数据 ... 阅读全文
posted @ 2014-09-11 11:08 Mirrorhanman 阅读(178) 评论(0) 推荐(0) 编辑
摘要: 1. HTTP请求内容分析2. HTTP响应内容分析3. 请求头和响应头的读取1. HTTP请求内容分析 用Chrome打开网址 http://www.marschen.com/data1.html 打开开发者工具, 刷新页面之后会出现下述状况. data1.html就是发往服务器的请求 ... 阅读全文
posted @ 2014-09-11 10:42 Mirrorhanman 阅读(845) 评论(2) 推荐(0) 编辑
摘要: 1. HttpClient库的基础知识介绍2. 使用HttpClient向服务器发送请求3. 接收从服务器端返回的响应1. HttpClient库的基础知识介绍 2. 使用HttpClient向服务器发送请求 前备知识: 面向对象中一切都是对象!!!!!!!!!! 主线程决不能访... 阅读全文
posted @ 2014-09-10 21:14 Mirrorhanman 阅读(176) 评论(0) 推荐(0) 编辑
摘要: 1.Http协议概要2. "详解"Http协议3. Http协议与Android开发的关系1.Http协议概要 2. "详解"Http协议 3. Http协议与Android开发的关系 阅读全文
posted @ 2014-09-10 19:35 Mirrorhanman 阅读(119) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 14 下一页