Re: [android-developers] Re: Recycler view with important marking star view problem

2017-01-05 Thread Marina Cuello
I don't really understand the structure of the views you're using. But, anyway, the idea behind a "RecyclerView" is that it recycles and reuses the views that are part of the list. It uses a "limited" pool of inflated views, and "binds" them to the data that's needed on the screen. So, if you

[android-developers] Re: Recycler view with important marking star view problem

2016-12-30 Thread Jagapathi Chowdary
this is my code import android.Manifest; import android.app.Activity; import android.content.Intent; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Build; import android.support.v4.app.ActivityCompat; import android.support.v7.widget.RecyclerView; import