Skip to content

Instantly share code, notes, and snippets.

View echohuub's full-sized avatar
🎯
Focusing

Echo echohuub

🎯
Focusing
  • ShenZhen
  • 05:20 (UTC +08:00)
View GitHub Profile
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<!-- Generated by RHY @will_awoke -->
<module name="Checker">
<property name="charset" value="UTF-8"/>
<property name="severity" value="warning"/>
@echohuub
echohuub / introrx.md
Created December 7, 2015 03:33 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
package your_package;
import android.animation.AnimatorSet;
import android.animation.ObjectAnimator;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Color;
import android.graphics.Paint;