Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View EdgarMP's full-sized avatar

Edgar Marco Polo Galvan de la Rosa EdgarMP

View GitHub Profile
package com.edgarmarcopolo.mybleapp;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothGatt;
import android.bluetooth.BluetoothGattCallback;
import android.bluetooth.BluetoothGattCharacteristic;
import android.bluetooth.BluetoothGattService;
import android.bluetooth.BluetoothManager;
import android.content.Context;
@EdgarMP
EdgarMP / BadgeTabLayout.java
Last active November 10, 2016 21:09 — forked from eneim/BadgeTabLayout.java
A custom TabLayout with badge support for Tabs
package im.ene.lab.android.widgets;
import android.content.Context;
import android.graphics.PorterDuff;
import android.graphics.drawable.Drawable;
import android.os.Build;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.design.widget.TabLayout;
import android.util.AttributeSet;
.gradle
/local.properties
/.idea/workspace.xml
/.idea/libraries
.DS_Store
/build