码迷,mamicode.com
首页 >  
搜索关键字:okhttp get post android    ( 197850个结果
SQLLite数据库操作
DBOpenHelper.javapackage com.example.sqllite.servise;import android.content.Context;import android.database.sqlite.SQLiteDatabase;import android.datab...
分类:数据库   时间:2015-08-20 18:47:14    阅读次数:138
https封装类,支持get/post请求
所需jar:commons-logging-1.1.3.jar、httpclient-4.3.1.jar、httpcore-4.3.jarpackage com.onlyou.microfinance.common.util;import java.security.KeyManagementExc...
分类:Web程序   时间:2015-08-20 18:45:56    阅读次数:217
Android性能优化(一)
Android性能优化小细节
分类:移动开发   时间:2015-08-20 18:39:56    阅读次数:135
访问通讯录
设置访问通讯录权限 String str=""; Uri uri=Uri.parse("content://com.android.contacts/contacts"); ContentResolver resolver=getApplicationContext(...
分类:其他好文   时间:2015-08-20 18:39:56    阅读次数:150
跨平台base64数据传输注意问题
今天用base64编码传输json串,android端那边始终看不到图片!首先发现android端接收的json串长度不一致,仔细研究发现android端接收到的json数据里把服务器数据里的"/"和"+"过滤掉了。查看资料发现,之前使用:new BASE64Encoder().encode(byt...
分类:其他好文   时间:2015-08-20 18:38:43    阅读次数:194
Introduction to Glide, Image Loader Library for Android, recommended by Google
In the passed Google Developer Summit Thailand, Google introduced us an Image Loader Library for Android developed by bumptech namedGlideas a library ...
分类:移动开发   时间:2015-08-20 18:35:06    阅读次数:162
Android 开发工具类 37_ ContactInfoProvider
Android 手机中的联系人信息保存在 data\data\com.android.providers.contacts\databases\contacts2.db 中。主要有raw_contacts 表:用来存放联系人的 id;data 表:用来存放联系人的具体数据;mimetypes 表:保...
分类:移动开发   时间:2015-08-20 18:34:03    阅读次数:147
Error: Target id 'android-5' is not valid. Use 'android list targets' to get the target ids.
输入命令:lianxumacdeMac-mini-2:hello-jni lianxumac$ android list targetsAvailable Android targets:----------id: 1 or "android-7" Name: Android 2.1 Type:.....
分类:移动开发   时间:2015-08-20 18:28:17    阅读次数:144
Android实例-闪光灯的控制(XE8+小米2)
1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, 7 FMX.Types, FMX.Control...
分类:移动开发   时间:2015-08-20 18:28:02    阅读次数:158
Codelab for Android Design Support Library used in I/O Rewind Bangkok session
At the moment I believe that there is no any Android Developer who doesn't know aboutMaterial Designanymore since it officially becomes a design philo...
分类:移动开发   时间:2015-08-20 18:27:14    阅读次数:361
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!