E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
[android工具]
Android工具
类之Gson封装类
原文链接:https://blog.csdn.net/wanghao200906/article/details/45889955让JSON操作变得简单的Gson封装类importjava.util.List;importjava.util.Map;importcom.google.gson.Gson;importcom.google.gson.reflect.TypeToken;publiccl
陈李冠
·
2015-09-21 10:22
Android工具类
Android工具
类之Gson封装类
让JSON操作变得简单的Gson封装类importjava.util.List; importjava.util.Map; importcom.google.gson.Gson; importcom.google.gson.reflect.TypeToken; publicclassGsonUtil{ privatestaticGsongson=null; static{ if(gson==
chenliguan
·
2015-09-21 10:00
android
常见Android开源框架使用笔记之——xUtils框架
xUtils框架简介:*xUtils包含了很多实用的
android工具
。
骑猪追大象
·
2015-09-17 11:34
初探框架
常见Android开源框架使用笔记之——xUtils框架
xUtils框架简介:*xUtils包含了很多实用的
android工具
。
luzhenyuxfcy
·
2015-09-17 11:00
xUtils框架
Android工具
类之图片流InputStream->(byte[])->Bitmap/Drawable
1、下载图片(inputStream–>drawable)/***1、下载图片inputStream-->drawable**@paramimageUrl*@return*/ privateDrawableloadDrawableImage(StringimageUrl){ Drawabledrawable=null; try{ //可以在这里通过文件名来判断,是否本地有此图片 drawable=
chenliguan
·
2015-09-15 22:00
android
Android之XUtils的框架总结
介绍:xUtils包含了很多实用的
android工具
。
u011068702
·
2015-09-14 14:00
android
xutils
SDK 更新配置
在Android_home目录下找到以下文件运行
Android工具
中的SDKManager.exe 点击Tool----Options在Usedownloadcache打V醒置完之后就可以启用更新了选择你想要的
liuchangxin1982
·
2015-08-19 16:00
Android Support Annotations 使用详解
原文链接:http://www.codeceo.com/article/android-support-annotations-2.html在AndroidSupportLibrary19.1版本中,
Android
zq13561411965
·
2015-08-18 00:00
android
Annotations
support
推荐几个实用的
Android工具
类
在开发的过程中收集整理的,绝对超实用1、CountDown.java可以用来用作发验证码的倒计时用publicclassCountDownimplementsRunnable{privateTextViewtextView;privateStringcountDownText;privateStringdefaultText;privateintremindSecond=60;privateHan
djk_dong
·
2015-08-13 00:26
android开发
推荐几个实用的
Android工具
类
在开发的过程中收集整理的,绝对超实用1、CountDown.java可以用来用作发验证码的倒计时用publicclassCountDownimplementsRunnable{ privateTextViewtextView; privateStringcountDownText; privateStringdefaultText; privateintremindSecond=60; priva
djk_dong
·
2015-08-13 00:00
android
工具
Android工具
类收集
packagecom.weichuang.china.util; importjava.io.BufferedReader; importjava.io.ByteArrayOutputStream; importjava.io.File; importjava.io.FileInputStream; importjava.io.FileOutputStream; importjava.io.F
argonwu
·
2015-08-12 17:00
Android工具
TraceView
一、TraceView简介TraceView是Android平台特有的数据采集和分析工具,它主要用于分析Android中应用程序的hotspot。TraceView本身只是一个数据分析工具,而数据的采集则需要使用AndroidSDK中的Debug类或者利用DDMS工具。二者的用法如下:1)开发者在一些关键代码段开始前调用AndroidSDK中Debug类的startMethodTracing函数
恰同学少年
·
2015-08-02 14:00
android
traceview
Android工具
layoutopt
Layoutopt工具是一款简单的命令行工具,它可以帮助你找到不必要的控件嵌套以及缩减布局资源的其他方法,以便尽量减少资源的使用。它让你可以了解哪些布局控件可能是多余的或不必要的。控件越少、布局层次越浅,性能就越好。运行layoutopt工具是相当简单的,只需要跟上一个布局文件或布局文件所在目录作为参数,需要注意的是,这里你必须包括布局文件或目录的完整路径,即使你当前就位于这个目录。我们来看一个简
恰同学少年
·
2015-08-02 13:00
android
layoutopt
Android工具
Hierarchy Viewer
在Android的SDK工具包中,有很多十分有用的工具,可以帮助程序员开发和测试Android应用程序,大大提高其工作效率。其中的一款叫HierachyViewer的可视化调试工具,可以很方便地在开发者设计,调试和调整界面时,提高用户的开发效率。本文将以一个实际例子讲解如何使用该款工具运用在Android的开发过程中。本文的读者对象为具备初步Android知识的用户。具体来说主要功能有2个:1.从
恰同学少年
·
2015-08-02 00:00
android
hierarchy
viewer
[译]深入浅出Android Support Annotations
深入浅出AndroidSupportAnnotations@authorASCE1885的Github微博CSDN原文链接在AndroidSupportLibrary19.1版本中,
Android工具
小组引入了几个很酷的注解类型
asce1885
·
2015-07-20 15:32
xUtils解析
1.xUtils简介Github上比较火的一个安卓快速开发库.下载地址:https://github.com/wyouflf/xUtilsxUtils包含了很多实用的
android工具
。
cxbiaomy
·
2015-07-19 17:03
Android开源项目
Android_开源项目_XUtils_断点下载
XUtils开源项目的下载地址和文档介绍:https://github.com/wyouflf/xUtilsXUtils开源项目介绍:xUtils简介xUtils包含了很多实用的
android工具
。
Two_Water
·
2015-07-17 14:00
Android框架之快速开发框架xUtil
下面介绍一个很流行的框架xUtil:xUtils简介xUtils包含了很多实用的
android工具
。
lgx06
·
2015-07-16 15:00
android
框架
xutil
xUtil框架
Android框架之快速开发框架xUtil
下面介绍一个很流行的框架xUtil:xUtils简介xUtils包含了很多实用的
android工具
。
lgx06
·
2015-07-16 15:00
android
框架
开发
Android Support Annotations使用以及介绍
AndroidSupportAnnotations查看原文在SupportLibrary19.1以及以后的版本中,
Android工具
小组引入了几个很酷的注解类型,方便开发者在工程中使用,同时SupportLibrary
不正经啊不正经
·
2015-07-16 11:00
【
Android工具
决】github上传项目
1、首先在github上面new一个repository2、然后通过GitHubclone或者通过GitShell进行命令clonegitclonehttps://github.com/feifei003603/CallBackDemo.git3、假如clone到C:\Users\ss\Documents\GitHub目录下即C:\Users\ss\Documents\GitHub\CallBac
s003603u
·
2015-07-09 22:00
github
git
Android xUtils框架
xUtils简介xUtils包含了很多实用的
android工具
。
让代码飞一会
·
2015-07-06 23:00
Google将不再支持Android Eclipse Tools
对于那些还没有转向AndroidStudio的开发者来说,现在则不得不面对这个问题了,因为Google已经宣布将在今年底终止Eclipse
Android工具
的开发与支持。
Abel Avram
·
2015-06-29 00:00
Google将不再支持Android Eclipse Tools
对于那些还没有转向AndroidStudio的开发者来说,现在则不得不面对这个问题了,因为Google已经宣布将在今年底终止Eclipse
Android工具
的开发与支持。
Abel Avram
·
2015-06-29 00:00
Android工具
包
Eclipse + ADT +SDK,下载ADT Bundle全包含 adt-bundle-windows-x86_64-20140702 http://www.cnblogs.com/tc310/p/3938353.html http://www.cnblogs.com/tc310/p/3938353.html http://www.android-studio.org/
·
2015-06-23 09:00
android
关于xUtils开源框架的具体使用详情
xUtils简介xUtils包含了很多实用的
android工具
。
EaskShark
·
2015-06-14 12:00
开发框架xUtils
xUtils包含了很多实用的
android工具
。
menglele1314
·
2015-05-28 13:00
android
框架
orm
oom
缓存
Android——比较火的开发框架
一、GitHub比较火的开源框架、项目xUtils包含了很多实用的
android工具
。
wuseyukui
·
2015-05-20 13:00
Android 最火的快速开发框架XUtils
最近搜了一些框架供初学者学习,比较了一下XUtils是目前git上比较活跃功能比较完善的一个框架,是基于afinal开发的,比afinal稳定性提高了不少,下面是介绍: xUtils简介xUtils包含了很多实用的
android
大水牛牛
·
2015-05-12 10:48
代码
框架
Android开发
缓存
Android 最火的快速开发框架XUtils
最近搜了一些框架供初学者学习,比较了一下XUtils是目前git上比较活跃功能比较完善的一个框架,是基于afinal开发的,比afinal稳定性提高了不少,下面是介绍: xUtils简介xUtils包含了很多实用的
android
大水牛牛
·
2015-05-12 10:48
代码
框架
Android开发
缓存
Android 最火的快速开发框架XUtils
最近搜了一些框架供初学者学习,比较了一下XUtils是目前git上比较活跃功能比较完善的一个框架,是基于afinal开发的,比afinal稳定性提高了不少,下面是介绍:xUtils简介xUtils包含了很多实用的
android
大水牛牛
·
2015-05-12 10:48
代码
框架
缓存
开源项目:XUtil详解
xUtils简介xUtils包含了很多实用的
android工具
。
kun5069073
·
2015-05-11 16:00
开源项目
xutil
adb 使用方法
简称adb,是用于管理模拟器或真机状态的万能工具,采用了客户端-服务器模型,包括三个部分:l 客户端部分,运行在开发用的电脑上,可以在命令行中运行adb命令来调用该客户端,像ADB插件和DDMS这样的
Android
zpf8861
·
2015-05-11 13:00
android
【Android】Android Support Annotations
AndroidSupportAnnotations查看原文在SupportLibrary19.1以及以后的版本中,
Android工具
小组引入了几个很酷的注解类型,方便开发者在工程中使用,同时SupportLibrary
xesam
·
2015-04-30 14:00
android工具
类(2)NetWorkHelper 网络工具类
importandroid.content.Context; importandroid.net.ConnectivityManager; importandroid.net.NetworkInfo; importandroid.net.Uri; importandroid.net.NetworkInfo.State; importandroid.telephony.TelephonyManage
蜀山下的鱼
·
2015-04-29 00:00
android
网络
NetWork
Android工具
下载
原文:http://blog.csdn.net/shulianghan/article/details/38023959 最近 Google 被墙了, 上传一下自己收集的 Android 开发环境, 下面给出的官网链接也可以下载; 1. 百度网盘下载地址 Android集成环境 NDK JDK 总链接 : http://pan.baidu.com/s/1bnj
南头一霸
·
2015-04-24 14:00
android
Android工具
类整理(1)检查是否有网络、检查SD卡是否存在
以下工具类主要用于:(1)检查是否有网络、(2)检查是否有WIFI、(3)检查是否有移动网络importandroid.content.Context; importandroid.net.ConnectivityManager; importandroid.net.NetworkInfo; publicclassCommonUtils{ /**检查是否有网络*/ publicstaticbo
u010870518
·
2015-04-19 13:00
检查是否有wiff
检查是否有sd卡
检查是否有网络
开源框架xUtils的使用
hello_chillax/article/details/45056231一.GitHub地址及简介:地址:https://github.com/wyouflf/xUtilsxUtils简介:xUtils包含了很多实用的
android
Hello_Chillax
·
2015-04-15 10:00
github
http
开源
断点续传
xutils
在Android中查看和管理sqlite数据库
在Android中可以使用Eclipse插件DDMS来查看,也可以使用
Android工具
包中的adb工具来查看。
knight0513
·
2015-04-10 14:00
xUtils简介以及使用方法
##xUtils简介*xUtils 包含了很多实用的
android工具
。
yuanyang5917
·
2015-04-07 16:00
Android如何判断当前字符串的组成情况(如:全由数字组成)
转载请注明出处,谢谢~~这是一篇
Android工具
类的博客,记载常用的三种判断方式,我们知道,c语言中有库文件封装了对字符集的操作和判断,那么Android中该如何操作,下面是具体代码:第一种方式,也是最简单的方式
u011200844
·
2015-04-01 13:00
android
工具
封装
Android Xutils 框架
[+]xUtils简介xUtils包含了很多实用的
android工具
。
u012808234
·
2015-03-26 16:00
android
数据库
网络
xutils
Android框架
Mac上配置Android开发环境并把Cocos2d-x项目编译到Android
原文地址:http://blog.csdn.net/song_hui_xiang/article/details/158154931、首先下载所需
Android工具
,包括Eclipse,ADT,SDK,
oSKyTonight
·
2015-03-10 14:00
cocos2dx
xUtils使用
xUtils简介 xUtils包含了很多实用的
android工具
。
yaoliangjun306
·
2015-03-05 21:00
eclipse+ADT 进行android应用签名打包详解
1.Eclipse工程中右键工程,弹出选项中选择
android工具
-生成签名应用包: 2.选择需要打包的android项目工程: 3.如果已有私钥文件,选择私钥文件输入密码,如果没有参见第6和7步创建私钥文件
弓宇鹏
·
2015-02-16 10:00
android
keystore
android 开源框架xUtils
git地址:https://github.com/wyouflf/xUtils/xUtils简介xUtils包含了很多实用的
android工具
。
jia635
·
2015-02-13 10:00
开源框架
内存管理
xUtils简介及其使用方法
xUtils简介xUtils包含了很多实用的
android工具
。
u010870518
·
2015-01-23 10:00
xutils
android的Instrumentation详解
尽管你可以使用JUnit测试Android工程,但
Android工具
允许你为应用程序的各个方面进行更为复杂的测试,包括单元层面及框架层面。Android测试环境的主要特征有:l 可
vshpper
·
2015-01-14 19:00
[Android] 基于 Linux 命令行构建 Android 应用(五):Ant 构建命令
AndroidSDK提供的
android工具
可以在项目根目录自动生成Ant构建文件build.xml[1]。进入项目根目录后,你可以使用以下Ant命令[2]。 antclean清理项目。
beijing_zbs
·
2015-01-08 17:00
android
ant
emma
android工具
类LogUtil
importandroid.util.Log; publicclassLogUtil{ privatestaticfinalbooleanDEBUG=true;//获取堆栈信息会影响性能,发布应用时记得关闭DebugMode privatestaticfinalStringDEFAULT_LOG="default_tag"; privatestaticfinalStringMY_TAG="my_
lvsmart
·
2015-01-06 14:00
android
log
debug
工具类
上一页
4
5
6
7
8
9
10
11
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他