Skip to content

Instantly share code, notes, and snippets.

View laggedHero's full-sized avatar

Tiago Cunha laggedHero

  • Berlin, Germany
View GitHub Profile
@laggedHero
laggedHero / 0_reuse_code.js
Created February 11, 2016 12:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
// Without a View Holder
@Override
publicView getView(int itempos, View convertView, ViewGroup parent) {
// Check if the convertview is null, if it is null it probably means that this
// is the first time the view has been displayed
if (convertView == null) {