Skip to content

Instantly share code, notes, and snippets.

View 877898444's full-sized avatar

殴打小熊猫 877898444

View GitHub Profile
@877898444
877898444 / introrx.md
Last active December 1, 2016 02:36 — forked from staltz/introrx.md
RxJava详细教程The introduction to Reactive Programming you've been missing
@877898444
877898444 / Activity.java
Created November 3, 2016 07:18 — forked from gtechoogle/Activity.java
打造专属模板 Code Template - Activity & RecyclerViewAdapter
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.util.Log;
#parse("File Header.java")
public class ${NAME} extends AppCompatActivity {
private static final String TAG = ${NAME}.class.getSimpleName();
/**