Beispiel #1
0
 public RecyclerAdapter(List <StudyGroup> studyGroup, RecyclerView rv, StudyCardFrag thisFrag)
 {
     mStudyGroup   = studyGroup;
     mRecyclerView = rv;
     this.thisFrag = thisFrag;
 }
 public RecyclerAdapter(List<StudyGroup> studyGroup,RecyclerView rv,StudyCardFrag thisFrag)
 {
     mStudyGroup = studyGroup;
     mRecyclerView = rv;
     this.thisFrag=thisFrag;
 }