Skip to content

Instantly share code, notes, and snippets.

View fbis251's full-sized avatar
😁

Fernando Barillas fbis251

😁
View GitHub Profile

Keybase proof

I hereby claim:

  • I am fbis251 on github.
  • I am fbis251 (https://keybase.io/fbis251) on keybase.
  • I have a public key ASDPWgJxj4ghZimVQuucRYDMzw9DsAby_mGcrOrs_vWCcQo

To claim this, I am signing this object:

@fbis251
fbis251 / MainActivity.java
Created September 21, 2015 15:28
Android Glide + okhttp progress example
package com.example.glidetest.app;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.widget.ImageView;
import android.widget.ProgressBar;
import com.bumptech.glide.Glide;
import com.bumptech.glide.integration.okhttp.OkHttpUrlLoader;
@fbis251
fbis251 / MainActivity.java
Created March 27, 2015 03:53
An OAuth test for the JRAW library on Android
import net.dean.jraw.RedditClient;
import net.dean.jraw.http.LoggingMode;
import net.dean.jraw.http.NetworkException;
import net.dean.jraw.http.UserAgent;
import net.dean.jraw.http.oauth.Credentials;
import net.dean.jraw.http.oauth.OAuthData;
import net.dean.jraw.http.oauth.OAuthException;
import net.dean.jraw.http.oauth.OAuthHelper;
import android.app.Activity;