Skip to content

Instantly share code, notes, and snippets.

@attacco
attacco / ServiceBindHelper.java
Created January 4, 2016 22:44
Android service bind helper class
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.IBinder;
import android.support.annotation.Nullable;
/**
* This class based on official
* <a href="http://developer.android.com/guide/components/bound-services.html">documentation</a>