- 博客(23)
- 资源 (4)
- 收藏
- 关注
原创 Android studio 中找不到 GsonFormat 插件了
最近换了新电脑,重新装了一遍AndroidStudio 发现GsonFormat插件在AS中找不到了。没办法只能下载jar包手动导入了。下载地址:https://plugins.jetbrains.com/plugin/7654-gsonformat/versions。注意:切换成AS中使用的版本。之后按照File--Setting--Plugins--install plugin from disk--导入下载好的jar就可以了,然后重启Android studio就能使用啦。...
2020-07-23 15:26:46
2853
1
原创 BaseAdapter 遇见的问题
第一:LayoutInflater i=LayoutInflater.from(JiajishiActivity.this);
2014-10-13 13:31:38
330
原创 GrideView
第一:取消单击itemGrideView自带单机效果 gridView1.setSelector(new ColorDrawable(Color.TRANSPARENT));
2014-10-08 09:31:33
583
原创 开发过程中遇见的myeclipse提示错误
一Dx 1 error; aborting,Conversion to Dalvik format failed with error 1
2014-09-30 15:26:32
439
原创 onClick 单击事件
onClick 单击事件第一种方式:public void onClick(View v) { // TODO Auto-generated method stub if(v==shenfenzheng_tu){ }else if(v==xingcheben){ }else if(v==chepaizheng_tu){ }else i
2014-08-26 15:32:18
810
原创 TextView杂知识
方法一:不能Layout l = location.getLayout(); if ( l!= null){ int lines = location.getLineCount(); Log.v(TAG, "location有几行"+lines); if ( lines > 1)
2014-08-11 09:56:12
387
原创 android Activity 的几种跳转方式
第一:startActivity(A.this,B.class);第二:Intent intent=new Intent();
2014-07-26 15:31:00
397
获取网络数据创作GridView
2014-10-13
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅