龙岩易富通网络科技有限公司

龙岩小程序开发,龙岩分销系统

listview加载性能优化ViewHolder

在android开发中Listview是一个很重要的组件,它以列表的形式根据数据的长自适应展示具体内容,用户可以自由的定义listview每一列的布局,但当listview有大量的数据需要加载的时...

2015.09.10 | 765阅读 | 0 条评论 阅读全文

The method setOnClickListener(View.OnClickListener) in the type View is not applicable for the arguments

android新手请问setOnClickListener这句中那里错了?系统报错说The method setOnClickListener(View.OnClickListener) in the...

2015.09.10 | 830阅读 | 0 条评论 阅读全文

android 控件常用属性

android:layout_width    设置组件的宽度android:layout_height  设置组件的高度android:id          给组件定义一个...

2015.09.10 | 929阅读 | 0 条评论 阅读全文

ScrollView添加自定义view显示不完全

ScrollView加属性android:fillViewport="true"...

2015.09.10 | 822阅读 | 0 条评论 阅读全文

不重新加载返回上一个Activity

Intentintent=newIntent();intent.setClass(huanfuActivity.this,MainActivity.class);intent.add...

2015.09.10 | 814阅读 | 0 条评论 阅读全文

unzip命令出错 End-of-central-directory signature not found

Linux下,使用unzip解压时,报错:unziptrunk.zipArchive: trunk.zipEnd-of-central-directorysignature...

2015.09.10 | 866阅读 | 0 条评论 阅读全文

android 线程和异步区别

很多初入Android或Java开发的新手对Thread、Looper、Handler和Message仍然比较迷惑,衍生的有HandlerThread、java.util.concurrent、Tas...

2015.09.10 | 878阅读 | 0 条评论 阅读全文

Android中级教程之----Log图文详解

在Android群里,经常会有人问我,Android Log是怎么用的,今天我就把从网上以及SDK里东拼西凑过来,让大家先一睹为快,希望对大家入门Android Log有一定的帮助.andro...

2015.09.10 | 791阅读 | 0 条评论 阅读全文

java下@Override是什么意思

说明:这个方法是从父类/接口继承过来的,需要你重写一次这样就可以方便你阅读,也不怕会忘记...

2015.09.10 | 845阅读 | 0 条评论 阅读全文

Android网络请求库——android-async-http

在iOS开发中有大名鼎鼎的ASIHttpRequest库,用来处理网络请求操作,今天要介绍的是一个在Android上同样强大的网络请求库android-async-http,目前非常火的应用Insta...

2015.09.10 | 823阅读 | 0 条评论 阅读全文