01 2014 档案
摘要:网上的资料很多,我收集整理学习下。我是下划线***## 我是标题我也是标题===ewq`着重`ewqe- 列表1- 列表2* 我也是+ 我也是1. 有序列表2. 有序列表```java //我是代码 int x=0; int y=x;```- 微博 :[@GGock](http://weibo.com/ggock) 链接的写法 对应的代码Item | Value--------- | -----Computer |...
阅读全文
摘要:例子:XML 文件保存在res/drawable/gradient_box.xml: 下面这个 XML 把shape应用到view:在程序代码里获取shape,应用到viewResources res =getResources();Drawable shape = res.getDrawable(R.drawable.gradient_box);TextView tv =(TextView)findViewByID(R.id.textview);tv.setBackground(shape);例子 ...
阅读全文
摘要:public boolean hasGPSDevice(Context context) { final LocationManager mgr = (LocationManager)context.getSystemService(Context.LOCATION_SERVICE); if ( mgr == null ) return false; final List providers = mgr.getAllProviders(); if ( providers == null ) ...
阅读全文
摘要:ERROR/AndroidRuntime(803): Caused by: java.io.FileNotFoundException: res/drawable/title_bar_shadow.9.png 最后发现原来只要在res下直接建一个drawable目录然后将需要的图片考进去就可以了。更[title_bar_shadow.9.png]一点关系也没有。
阅读全文

浙公网安备 33010602011771号