Skip to content

Instantly share code, notes, and snippets.

View YuriHeupa's full-sized avatar

Yuri Heupa YuriHeupa

View GitHub Profile
######################
# Options
######################
REVEAL_ARCHIVE_IN_FINDER=false

Keybase proof

I hereby claim:

  • I am yuriheupa on github.
  • I am heupa (https://keybase.io/heupa) on keybase.
  • I have a public key ASDNeqbuziZRTZp_Lgm4oh1fgg4iTe4t4PubMRlfJC8SIQo

To claim this, I am signing this object:

@YuriHeupa
YuriHeupa / AdmobAdapter.java
Created December 24, 2016 17:06
Example of an ads adapter allowing to hide ads.
public class AdmobAdapter extends AbstractWrapAdapter<AdItem> {
private static final int SPAN = 10;
private boolean mShowAds = true;
public AdmobAdapter() {
super(Collections.singletonList(new AdItem()));
}
@Override
public boolean shouldInsertItemAtPosition(int position) {