摘要:
在实际开发过程中,经常会碰到ScrollView中嵌套ListView的情景。 可是如果直接使用ScrollView嵌套ListView的话,我们会发现,ListView只能显示一行。 所以需要动态计算ListView 高度,如下代码: private HomeAdapter adapter; pr 阅读全文
摘要:
关于分组ListView的示例,如下效果: 按年月进行分组排序。 1、Activity: package com.gshop.mine.mypoints; import android.os.Bundle; import android.view.View; import android.widge 阅读全文