Skip to content

Instantly share code, notes, and snippets.

@xdite
xdite / growth-hack.md
Created May 7, 2015 21:15
growth-hack.md
  • What is Growth Hack
  • Customer Life Cycle
  • Landing Page
    • What is Landing Page
    • Different types of Landing Page
    • Copywriting
    • Headline
    • Tagline
    • Resource
  • Unbounce.com
@b95505017
b95505017 / OkHttpDataSource.java
Last active February 15, 2016 08:48
Extend HttpDataSource of ExoPlayer, using Square's OkHttpClient + Facebook's Stetho
package com.google.android.exoplayer.demo;
import com.facebook.stetho.okhttp.StethoInterceptor;
import com.google.android.exoplayer.C;
import com.google.android.exoplayer.upstream.DataSpec;
import com.google.android.exoplayer.upstream.DefaultHttpDataSource;
import com.google.android.exoplayer.upstream.HttpDataSource;
import com.google.android.exoplayer.upstream.TransferListener;
import com.google.android.exoplayer.util.Assertions;
import com.google.android.exoplayer.util.Predicate;