Skip to content

Instantly share code, notes, and snippets.

View fernandomantoan's full-sized avatar

Fernando Geraldo Mantoan fernandomantoan

View GitHub Profile
@fernandomantoan
fernandomantoan / CursorRecyclerAdapter.java
Created February 23, 2016 17:57 — forked from Shywim/CursorRecyclerAdapter.java
A custom Adapter for the new RecyclerView, behaving like the CursorAdapter class from previous ListView and alike. Now with Filters and updated doc.
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 Matthieu Harlé
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
@fernandomantoan
fernandomantoan / gist:2635189
Created May 8, 2012 13:49
Sublime configuration
{
"auto_complete": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_with_fields": false,
"auto_indent": true,
"auto_match_enabled": true,
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"detect_indentation": true,
"font_face": "Inconsolata",