android:entries in recyclerview

前端 未结 4 1510
眼角桃花
眼角桃花 2020-12-04 19:55

I have used listview with entries attribute like below :



        
4条回答
  •  遥遥无期
    2020-12-04 20:10

    No,In android, Recyclerview doesn't hold android:entries or like attributes. RecyclerView is successor of listview but still missing entries attribute and onclicklistener

    here is android official documentation link

    https://developer.android.com/reference/android/support/v7/widget/RecyclerView.html

    This site also describes about the android:entries attribute.

    http://androidride.com/easiest-way-make-listview-android/

提交回复
热议问题