Open phatnhse opened 8 years ago
:+1: Great work. You really pushed effort on doing this assignment. A few notes after checking out the code:
ListView
CustomAdapter
ViewHolder
public static final int NORMAL_MOVIE_TYPE = 1
public static final int POPULAR_MOVIE_TYPE=2
mAdaper.notifyDataSetChanged()
mLvMovies.setAdapter(mAdapter);
In general, your assignment is very good. Keep working harder.
Thank you @lazybee27102 .
:+1: Great work. You really pushed effort on doing this assignment. A few notes after checking out the code:
ListView
withCustomAdapter
andViewHolder
pattern.public static final int NORMAL_MOVIE_TYPE = 1
andpublic static final int POPULAR_MOVIE_TYPE=2
.mAdaper.notifyDataSetChanged()
instead ofmLvMovies.setAdapter(mAdapter);
for reloading data.In general, your assignment is very good. Keep working harder.