devunwired / recyclerview-playground

Examples of RecyclerView use and custom LayoutManager implementations
MIT License
1.25k stars 270 forks source link

Suggest comment about Naming Clarity #4

Closed RoundSparrow closed 9 years ago

RoundSparrow commented 9 years ago

re: public ViewHolder onCreateViewHolder(ViewGroup viewGroup, int position)

I ran into this problem too. Details: http://www.reddit.com/r/androiddev/comments/2kt9nr/recyclerview_sample_code_has_a_subtle_bug/

devunwired commented 9 years ago

Thanks for catching this, the preview docs and libs had the wrong signature; which is likely why the sample code did as well.