ANDROID - 可以在simpleAdapter中使用getView来获取listview中每个ratingBar的值吗?

时间:2016-12-05 15:06:53

标签: android listview ratingbar

我一直试图从网站上找到任何教程或参考资料,以帮助我一个星期,链接(link1; link2)告诉我要创建一个ListViewAdapter处理它,但我现在不知道如何使用,

所以有一种方法可以在ratingBar中保存ListView的每个值,而无需自定义适配器?

如果答案是肯定的,请给我一些代码,以便在Log.d上查看!

这是ListView SimpleAdapter的一些代码:

ListAdapter adapter = new SimpleAdapter(
                Pertanyaan.this, contactList,
                R.layout.list_pertanyaan, new String[]{"ask", "id"}, new int[]{R.id.ask, R.id.txtid});

但我无意将ratingBar插入ListView并将ratingBar的值保存到simpleAdapter

任何建议或示例代码如何解决问题!

0 个答案:

没有答案