Skip to content

Instantly share code, notes, and snippets.

View degliwe's full-sized avatar

wesley deglise degliwe

View GitHub Profile
@degliwe
degliwe / AndroidWearBackground
Created July 6, 2014 15:34
This is how to display a nice background on Android Wear notification instead of a plain color or a pixelated icon
int notificationId = 001;
// Create a WearableExtender to add functionality for wearables
NotificationCompat.WearableExtender wearableExtender =
new NotificationCompat.WearableExtender()
.setBackground(bigBitmap);
// Build the notification
NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(this)
@degliwe
degliwe / Interactive-radar-chart.markdown
Created June 22, 2014 16:53
A Pen by Wesley DEGLISE.
@degliwe
degliwe / Perspective-blocks.markdown
Created June 22, 2014 16:53
A Pen by Wesley DEGLISE.

Perspective blocks

Animated perspective while scrolling the page. Each section appear as a 3d block. Full CSS, no javascript.

A Pen by Wesley DEGLISE on CodePen.

License.