Skip to content

Instantly share code, notes, and snippets.

View evoxmusic's full-sized avatar
🚀
Scaling

Romaric Philogène evoxmusic

🚀
Scaling
View GitHub Profile
@evoxmusic
evoxmusic / 0_reuse_code.js
Created May 26, 2014 13:30
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
@evoxmusic
evoxmusic / README.md
Last active September 8, 2015 07:12 — forked from polbins/README.md
Simple RecyclerView Divider

Simple RecyclerView Divider

Simple Horizontal Divider Item Decoration for RecyclerView

    mRecyclerView.addItemDecoration(new SimpleDividerItemDecoration(
            getApplicationContext()
    	));

NOTE: Add item decoration prior to setting the adapter