摘要:
待补 阅读全文
posted @ 2015-08-11 17:05
jake1987
阅读(103)
评论(0)
推荐(0)
摘要:
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Services;using System.Web.Script.Services;using Syst... 阅读全文
posted @ 2015-08-11 17:04
jake1987
阅读(439)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2015-08-11 17:01
jake1987
阅读(172)
评论(0)
推荐(0)
摘要:
阅读全文
posted @ 2015-08-11 16:58
jake1987
阅读(138)
评论(0)
推荐(0)
摘要:
app在启动时会产生一个进程和一个线程,线程是主线程,又叫UI线程,更新UI元素必须要在UI线程中更新,否则会报错。在UI线程中有消息队列,子线程sendMessage到MQ中,looper类取出队列中的消息由UI线程中的Handler的handleMessage方法处理。public class ... 阅读全文
posted @ 2015-08-11 16:56
jake1987
阅读(134)
评论(0)
推荐(0)
摘要:
点击启动AndroidStudio,启动后的界面如图所示。复制你需要添加的jar,并将其黏贴到app— —src— —main— —libs文件夹下,可运行的AndroidStudio项目都有像这样的目录结构。可以看到虽然jar已经复制黏贴过来了,但是还未导入,所以看不到jar中包含的内容。而已导入... 阅读全文
posted @ 2015-08-11 16:55
jake1987
阅读(415)
评论(0)
推荐(0)
摘要:
android2.3提供的json解析类android的json解析部分都在包org.json下,主要有以下几个类:JSONObject:可以看作是一个json对象JSONStringer:json文本构建类JSONArray:可以看作是json的数组JSONTokener:json解析类JSONE... 阅读全文
posted @ 2015-08-11 16:55
jake1987
阅读(178)
评论(0)
推荐(0)
摘要:
import com.squareup.okhttp.MediaType;import com.squareup.okhttp.OkHttpClient;import com.squareup.okhttp.Request;import com.squareup.okhttp.RequestBody... 阅读全文
posted @ 2015-08-11 16:54
jake1987
阅读(337)
评论(0)
推荐(0)

浙公网安备 33010602011771号