truizlop / SectionedRecyclerView

An adapter to create Android RecyclerViews with sections, providing headers and footers.
806 stars 144 forks source link

getSectionCount and getItemCountForSection called after constructor. #4

Open humazed opened 9 years ago

humazed commented 9 years ago

The constructor must be the first method to be called in any class but when I but log state I see that getSectionCount and getItemCountForSection called after the constructor.

so I can't initialize anything in the constructor, you must fix it.