Here.
Related Posts
Android: Changing TextView alpha transparency across different target SDKs
Sometimes you may need to make a TextView (label) look a little transparent to make emphasis on other parts of your UI. The .setAlpha() function on TextView is not supported after later in the SDK. Here’s a static workaround you can place on some sort of UIUtils class you may have in your project. [java] […]
How to make a Mean Green Juice. #Juicing #Paleo
Green juices are a great complement to the Paleo Diet. Some of us are not that fond of vegetables and while still training our palate to enjoy vegetables, these green juices are loaded with lots of micronutrients that will nourish, clean, and protect your cells. With a lot of ice, they’re not that bad in […]
Remotely Code Signing Windows Apps Using AWS Virtual Servers and a Physical USB Key
As a developer, you may find yourself in a situation where you need to code sign your Windows applications using a physical USB signing key, but you don’t have direct access to a Windows machine. Fortunately, with the power of cloud computing and remote desktop technology, you can set up a remote Windows environment on […]