Skip to content

Instantly share code, notes, and snippets.

View FrantisekGazo's full-sized avatar

František Gažo FrantisekGazo

  • Ventrata
  • Slovakia
View GitHub Profile
@FrantisekGazo
FrantisekGazo / StatefulRecyclerView.java
Last active July 6, 2023 21:02
Retain & restore recycler view scroll position
package eu.f3rog.ui.custom;
import android.content.Context;
import android.os.Bundle;
import android.os.Parcelable;
import android.support.annotation.Nullable;
import android.support.v7.widget.RecyclerView;
import android.util.AttributeSet;
/**