Olgun Kaya

Results 2 comments of Olgun Kaya

Same here and I think finally I will end-up with extending the ListenerInterface, Builder and Activity itself for related methods.

Ok I did it. ``` public class CloseListener extends BroadcastReceiver { public CloseListener(Context conttext) { super(); this.context = conttext; LocalBroadcastManager.getInstance(this.context).registerReceiver(this, new IntentFilter("WEBVIEW_EVENT")); } @Override public void onReceive(Context context, Intent intent)...