Entropy Reductionist Seeks Chaos
Simplicity Rules!
-
Brady’s Beacon Idea: Exercise Tracking and Recommendations
So Xamarin is running a contest for Beacon ideas (see http://blog.xamarin.com/contest-what%e2%80%99s-beggin%e2%80%99-for-a-beacon/)… and I have one. Don’t know what a Beacon is? Beacons are small … more
-
Animated toast hint when Favorite button is clicked
I crafted this user control to animate a brief toast when the user clicks the Favorite button in the Application Bar.<UserControl x:Class="Bio.UserControls.FavoriteNotificationControl" xmlns=" … more
-
How to Save Data in a Windows Phone App
I can't remember where I saw this first, but it has proven invaluable for storing data from Windows Phone Apps to the user's local storage. public static class IsolatedStorageOperations { … more
- 1