Skip to content

Instantly share code, notes, and snippets.

View hanscappelle's full-sized avatar

Hans Cappelle hanscappelle

  • HCPL BV
  • Belgium
View GitHub Profile
@hanscappelle
hanscappelle / SO-10822397_.gitignore
Created August 1, 2014 17:54
see SO question 10822397
.gradle
/local.properties
/.idea/workspace.xml
.DS_Store
/build
@hanscappelle
hanscappelle / SO-10822397_.gitignore
Created August 1, 2014 17:52
Sample project for SO question 10822397
.gradle
/local.properties
/.idea/workspace.xml
.DS_Store
/build
import java.util.ArrayList;
import java.util.List;
import android.content.Context;
import android.graphics.Typeface;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;