0

public View getView(final int position, View vi, ViewGroup arg2) { View v = vi; if(vi == null){ viewHolder = new ViewHolder(); LayoutInflater linf=(LayoutInflater) ctx.getSystemService(ctx.LAYOUT_INFLATER_SERVICE); v=linf.inflate(R.layout.feedback_custom_listview, null); 视图H

4

1 回答 1

0
  1. 创建一个意图
  2. 将浮动评级放入其中
  3. 使用此意图开始新活动)
于 2013-09-09T16:19:15.427 回答