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
所需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
设置访问通讯录权限 String str=""; Uri uri=Uri.parse("content://com.android.contacts/contacts"); ContentResolver resolver=getApplicationContext(...
分类:
其他好文 时间:
2015-08-20 18:39:56
阅读次数:
150
今天用base64编码传输json串,android端那边始终看不到图片!首先发现android端接收的json串长度不一致,仔细研究发现android端接收到的json数据里把服务器数据里的"/"和"+"过滤掉了。查看资料发现,之前使用:new BASE64Encoder().encode(byt...
分类:
其他好文 时间:
2015-08-20 18:38:43
阅读次数:
194
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 手机中的联系人信息保存在 data\data\com.android.providers.contacts\databases\contacts2.db 中。主要有raw_contacts 表:用来存放联系人的 id;data 表:用来存放联系人的具体数据;mimetypes 表:保...
分类:
移动开发 时间:
2015-08-20 18:34:03
阅读次数:
147
输入命令: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
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
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