Custom listview scrollin isn't smooth
问题 I've created a custom listview which is working great apart from the fact that the list doesn't smooth scroll. Its choppy and slow. Here's the code where I populate the listview: @Override public View getView(int position, View convertView, ViewGroup parent) { View v = convertView; if (v == null) { LayoutInflater vi = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE); v = vi.inflate(R.layout.listitem, null); } FilmRecord film = films.get(position); if (film != null) { TextView