Skip to content

Instantly share code, notes, and snippets.

View Simonotos's full-sized avatar

Simone Crocco Simonotos

View GitHub Profile
@DeepakRattan
DeepakRattan / Bean.java
Created March 29, 2016 11:00
Filtering ListView using Filterable interface
package com.almabay.filterlistdemo;
/**
* Created by deepakr on 3/29/2016.
*/
public class Bean {
String name, age;
public Bean(String name, String age) {
this.name = name;