- 博客(14)
- 资源 (2)
- 问答 (2)
- 收藏
- 关注
原创 android AlertDialog.Builder 设置对话框不消失
最近一个项目中老板要求用户强制升级应用版本,虽然个人认为这个要求有点流氓,不过老板交代了只能照办 其实设置对话框不消失很简单 AlertDialog.Builder mBuilder=new Builder(this, AlertDialog.THEME_DEVICE_DEFAULT_LIGHT);mBuilder.setCancelable(false);
2015-05-14 15:26:31 1129
转载 优秀android开源
TypeLibDescription LibLocationAndroidSlidingMenu https://github.com/jfeinstein10/SlidingMenu https://github.com/SpecialCyCi/AndroidResideMenu https:
2015-03-26 14:53:38 820
原创 eclipse异常java was started but returned exit code =-805306369
今天启动eclipse异常,一直未响应, 错误异常为java was started but returned exit code =-805306369 后来又换了工作空间启动后 可以正常启动 ,在网上找了好多解决办法如:http://www.educity.cn/wenda/463396.html 等等都没能解决 后来在QQ群里一个哥们告诉我一个解决办法 ,在这先谢谢他 拿出来分享一下
2014-12-30 11:56:50 7051 2
转载 java并发编程只Executor
转载自:http://blog.csdn.net/ns_code/article/details/17465497
2014-11-14 16:05:06 576
转载 Google android
74.125.237.1 dl-ssl.google.com173.194.121.48 www.google.com203.208.46.146 dl.google.com203.208.46.146 dl-ssl.google.com74.125.113.121 developer.android.com另外一种:#Google主页203.2
2014-11-05 14:30:18 792
原创 android屏幕相关参数:density、densityDpi、Screen Size、Resolution、 dp、 sp
Screen Size:所谓的手机屏幕尺寸,如 现在
2014-10-27 17:17:58 2795
转载 Java线程面试题 Top 50
不管你是新程序员还是老手,你一定在面试中遇到过有关线程的问题。Java语言一个重要的特点就是内置了对并发的支持,让Java大受企业和程序员的欢迎。大多数待遇丰厚的Java开发职位都要求开发者精通多线程技术并且有丰富的Java程序开发、调试、优化经验,所以线程相关的问题在面试中经常会被提到。在典型的Java面试中, 面试官会从线程的基本概念问起, 如:为什么你需要使用线程, 如何创建线程,用
2014-09-23 16:26:34 602
转载 android自定义控件属性使用
android 利用 declare-styleable 自定义属性简介: android 开发过程中使用 declare-styleable 对控件属性进行扩展如何使用 declare-styleable在创建 xml 到 objectName/res/values/ 命名为 attrs.xml编辑文件内容为(示例)
2014-09-13 15:43:04 732
转载 Android程序员必备精品资源
实用工具集锦Android Lifecycle https://github.com/xxv/android-lifecycleTinyPNG https://tinypng.com/Android Layout Finder Android Layout FinderAndroid Asset Studio http://romannurik.github.io/AndroidAsset
2014-09-11 13:49:50 745
转载 Android程序员必备精品资源
实用工具集锦Android Lifecycle https://github.com/xxv/android-lifecycleTinyPNG https://tinypng.com/Android Layout Finder Android Layout FinderAndroid Asset Studio http://romannurik.github.io/AndroidAsset
2014-09-11 13:46:53 604
转载 android 框架结构
直接上图 由上图,我们可以看出Android系统架构由5部分组成,分别是:Linux Kernel(linux内核)、Android Runtime(运行时环境)、Libraries(类库)、Application Framework(应用框架)、Applications(应用)。2.1、Linux KernelAndroid基于
2014-06-08 20:31:07 846
转载 android开发环境搭建
http://software.intel.com/zh-cn/blogs/2014/02/27/android/?utm_campaign=CSDN&utm_source=intel.csdn.net&utm_medium=Link&utm_content=%20intelandroid-%20huanjing
2014-03-25 22:22:37 660
转载 android常用工具类
转载自:http://www.trinea.cn/android/android-common-utils/Android常用工具类主要介绍总结的Android开发中常用的工具类,大部分同样适用于Java。目前包括HttpUtils、DownloadManagerPro、ShellUtils、PackageUtils、PreferencesUtils、JSONUtils、F
2014-03-08 01:00:11 933
android 自定义scheme 通过网页打开APP
2015-11-24
android Volley Post请求参数丢失
2014-07-24
TA创建的收藏夹 TA关注的收藏夹
TA关注的人