android - What do I need to update, to get the latest recyclerview methods? -


according docs, latest recyclerview has addonscrolllistener, yet in android studio method doesn't show up, instead shows deprechiated setonscrolllistenermethod, no sign of being depreciated.

any on need update appreciated.

make sure you're using support.v7 recyclerview

import android.support.v7.widget.recyclerview; 

and in build.grade

compile 'com.android.support:recyclerview-v7:22.2.0' 

Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -