Skip to content

Instantly share code, notes, and snippets.

View rekire's full-sized avatar

René Kilczan rekire

View GitHub Profile
@rekire
rekire / LazyWorker.java
Last active December 26, 2015 01:39
LazyWorker is my helper class for doing taks delayed. Such as checking inputs which require network operations and should not been done after each key down.
/**
* @copyright
* This code is licensed under the Rekisoft Public License.
* See http://www.rekisoft.eu/licenses/rkspl.html for more informations.
*/
/**
* @package eu.rekisoft.android.util
* This package contains utilities provided by [rekisoft.eu](http://rekisoft.eu/).
*/
package eu.rekisoft.android.util;