Skip to content

Instantly share code, notes, and snippets.

View wbinarytree's full-sized avatar

Phoenix wbinarytree

  • https://wbinarytree.github.io/
View GitHub Profile
package com.github.wbinarytree.mupdftest.common;
import android.os.Handler;
import android.os.Looper;
import android.util.Log;
import java.util.concurrent.LinkedBlockingQueue;
import java.util.concurrent.atomic.AtomicBoolean;
/**
* Created by yaoda on 02/05/17.
@wbinarytree
wbinarytree / AsyncTaskObservable.java
Last active March 7, 2019 17:10
An AsyncTask RxJava wrapper
import android.os.AsyncTask;
import java.util.concurrent.atomic.AtomicBoolean;
import io.reactivex.Observable;
import io.reactivex.Observer;
import io.reactivex.disposables.Disposable;
import io.reactivex.functions.Function;
import io.reactivex.internal.functions.ObjectHelper;
/**
* Created by yaoda on 11/04/17.
@wbinarytree
wbinarytree / genymotionwithplay.txt
Created March 17, 2017 13:21 — forked from wbroek/genymotionwithplay.txt
Genymotion with Google Play Services for ARM
NOTE: Easier way is the X86 way, described on https://www.genymotion.com/help/desktop/faq/#google-play-services
Download the following ZIPs:
ARM Translation Installer v1.1 (http://www.mirrorcreator.com/files/0ZIO8PME/Genymotion-ARM-Translation_v1.1.zip_links)
Download the correct GApps for your Android version:
Google Apps for Android 6.0 (https://www.androidfilehost.com/?fid=24052804347835438 - benzo-gapps-M-20151011-signed-chroma-r3.zip)
Google Apps for Android 5.1 (https://www.androidfilehost.com/?fid=96042739161891406 - gapps-L-4-21-15.zip)
Google Apps for Android 5.0 (https://www.androidfilehost.com/?fid=95784891001614559 - gapps-lp-20141109-signed.zip)