Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html>
<head>
<style>
a.launch{
display: block;
text-align: center;
}
</style>
</head>
@ogero
ogero / ScrollTrackingListView.java
Last active August 29, 2015 14:17
A ListView that informs when and how much its content is scrolled.
/*
* Copyright 2015 Gerónimo Oñativia
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software