Skip to content

Instantly share code, notes, and snippets.

View hasnain-ahmad's full-sized avatar

Hasnain Ahmad hasnain-ahmad

View GitHub Profile
@marteinn
marteinn / ScrollListView.java
Last active January 18, 2018 20:30
ScrollListView - Detect bottom reached for ListView
package se.marteinn.ui;
import android.content.Context;
import android.util.AttributeSet;
import android.widget.AbsListView;
import android.widget.ListView;
/**
* Triggers a event when scrolling reaches bottom.