Skip to content Skip to sidebar Skip to footer

How To Use Recyclerview With Include Layout Properly?

I want create a list of news feed like simple twitter. I googled it and I suggested use recyclerview. but in my case i already used include view in my main activity layout. I try m

Solution 1:

Try to use coordinator layout instead of frame

        CoordinatorLayout layoutInclude = (CoordinatorLayout)findViewById(R.id.layout_include); //application always terminated here

Post a Comment for "How To Use Recyclerview With Include Layout Properly?"