JDK/ADT Android开发环境搭建 Android

1.1 JDK环境搭建安装Windows 7(如果已有,可以跳过)去http://www.oracle.com/technetwork/java/javase/downloads/index.html、Demos及其Document.
标签: android

发布于  2024-3-2 17:39

android图表ichartjs Android

android之ichartjs图表1.http://www.ichartjs.com pdf下载:http://download.csdn.net/detail/menglele1314/87211212. 简介 what’s the ichartjs? 2.1.ichartjs 是一款基于HTML5的图
标签: android

发布于  2024-3-2 17:39

点击LinearLayout使用selector改变TextView字体颜色 Android

<LinearLayout android:clickable="true" android:focusable="true"> <TextView android:duplicateParentState="true"/>
标签: android

发布于  2024-3-2 17:39

设计模式In Android——观察者(Observer)模式_1 Android

写在前面的话: 1,记录学习的过程,希望能够坚持下去。 2,代码Based On Android4.4;主要参考书籍《Head First 设计模式》 什么是观察者模式? 定义了对象之间的一对多依赖,这样一来,当一个对象改变状态时,...
标签: android

发布于  2024-3-2 17:39

android内存泄露优化总结 Android

android手机给应用分配的内存通常是8兆左右,如果处理内存处理不当很容易造成OutOfMemoryError,我们的产品出现最多的错误也是OutOfMemoryError的异常, 在解决这个异常时在网上发现很多关于OutOfMemor...
标签: android

发布于  2024-3-2 17:38

ArrayList和数组间的相互转换 Android

ArrayList和数组间的相互转换String s = "360001,光大量化核心,GDLHHX,1,1;360003,光大保德信货币,GDBDXHB,2,1;360008,光大增利收益A,GDZLSYA,1,1;360009,光大增利收益C
标签: android

发布于  2024-3-2 17:38

利用半透明对话框实现新浪微博android客户端首次运行时的提示界面 Android

转自: http://blog.csdn.net/sunmanzth/article/details/6902458首先,设置要覆盖在最上方的dialog的view[html] view plaincopy<?xml version="1.
标签: android

发布于  2024-3-2 17:38

关于开发工具无法连接android4.x机子的问题 Android

前段时间买了台魅族的魅蓝手机。。系统是android4.4的。。 用Intellij IDEA做开发的时候,尽然连不上。。就算连上了,也不过几秒种就断开了。 最后只能先通过“应用宝”或其它第三方的安卓助手连接到手机后才能通过intellij...
标签: android

发布于  2024-3-2 17:38

测试驱动开发与Android Android

测试驱动开发相关资料在上大学的时候就读过,一直没用上。最近不知不觉又把这个东西捡起来,大概是下面这个样子 敏捷开发。毕业之后渐渐发现
标签: android

发布于  2024-3-2 17:38

Android中自定义Activity和Dialog的位置大小背景和透明度等 Android

转自: http://blog.csdn.net/jdsjlzx/article/details/175395831.自定义Activity显示样式先在res/values下建colors.xml文件,写入:[xhtml] view plaincopy
标签: android

发布于  2024-3-2 17:38