Here.
Related Posts
New FrostWire for Android 1.0.8 out
A new FrostWire for Android is out on Google Play. In this release we improved our search algorithm to include relevant search results that were being hidden in previous versions. We’ve also made use of Square’s Picasso Image loading/caching library for displaying all the images on the user interface, resulting in less crashes due to […]
Little things that make people stay with Google when they try Bing
After all these years it’s sad to see that Bing still doesn’t have these simple yet useful features. It’s worrying what’s happening at Microsoft. I bet they have really smart people, wonder what takes them so long to even react? Philosophy, Very old people in Management? Red Tape? Disconnect between teams? None cares anymore? Maybe […]
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] […]