Use sectionedrecyclerviewadapter But compiler Error

207 views Asked by At

I have to use recycler section in my project, but when I add the tool below:

SectionedRecyclerViewAdapter

when I add gradle

implementation 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.2.0'

then, the NotificationCompact

import android.support.v7.app.NotificationCompat;

Can't be found! How should I do to use recycler section?

0

There are 0 answers