随笔分类 - Android
记录在乐知行学习安卓的内容
摘要:神代码... 来自StackOverFlow。。。http://stackoverflow.com/questions/30979005/block-disable-recent-apps-button Step 1 Add this permission to the manifest.xml f
阅读全文
摘要:用gradient <gradient android:startColor="#00ffffff" android:centerColor="#ffffff" android:endColor="#00ffffff"/>
阅读全文
摘要:项目又爆红了,Eclipse真是够操心,顺便看一下R cannot be resolved的几种可能这次是SVN合并的问题 2015-12-24主要看 Console 输出的问题位置即可,一般都是先出在/res里
阅读全文
摘要:看了一篇文章,大概懂了什么叫依赖注入了。举例:class Human{ Father father; public Human(){ father = new Father(); }}在这段代码中,Human类包含一个Father的实例,我们称Father为Human的一个依赖,这是情况...
阅读全文
摘要:参考:http://stackoverflow.com/questions/15404964/starting-eclipse-results-in-failed-to-create-java-virtual-machine-vm C:\Java\jdk1.6.0_25\bin\javax.exeA...
阅读全文
摘要:在Drawable/中定义了一个selector来进行按钮按下和松开的背景色变换,可是在运行时报错 tag requires a 'drawable' attribute or child tag defining a drawable解决方案:把 android:background = "@dr...
阅读全文
摘要:见码滚1 mPriorityRadioGroup.clearCheck();2 mStatusRadioGroup.clearCheck();3 RadioButton r1 = (RadioButton...
阅读全文
摘要://使用chooserIntent private void startImplicitActivation() { Log.i(TAG, "Entered startImplicitActivation()"); // TODO -...
阅读全文

浙公网安备 33010602011771号