Skip to content

Instantly share code, notes, and snippets.

View TreyCai's full-sized avatar

trey TreyCai

  • Shenzhen
View GitHub Profile
@TreyCai
TreyCai / BetterAccelerateDecelerateInterpolator.java
Created June 24, 2014 08:19
A better AccelerateDecelerateInterpolator
package com.trey.sample;
import android.view.animation.Interpolator;
/**
* Created on 14-6-24.
*
* @author Trey Walker
*/
public class BetterAccelerateDecelerateInterpolator implements Interpolator {
@TreyCai
TreyCai / Recommanded_mac_apps.md
Last active April 19, 2024 16:10
Recommanded Mac OS X Apps
TODO: Add price informations
TODO: Add App Store Addresses

System Tools


###Chrome

One browser for your computer, phone and tablet

@TreyCai
TreyCai / IMMLeaks.java
Last active September 14, 2023 06:21 — forked from pyricau/IMMLeaks.java
import android.app.Activity;
import android.app.Application;
import android.content.Context;
import android.content.ContextWrapper;
import android.os.Bundle;
import android.os.Looper;
import android.os.MessageQueue;
import android.util.Log;
import android.view.View;
import android.view.ViewTreeObserver;