Skip to content

Instantly share code, notes, and snippets.

View henriquenfaria's full-sized avatar

Henrique Faria henriquenfaria

View GitHub Profile
@henriquenfaria
henriquenfaria / WeatherListenerService.java
Created September 12, 2017 16:29
WearableListenerService implementation
package com.example.android.sunshine.watchface;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.content.LocalBroadcastManager;