Tag: Code
New FrostWire for Android 1.0.6 – Now with access to Archive.org’s 7.3MM files
Download the APK or get it at Google Play A new FrostWire for Android is here, this is a major…
java: How to get all the files inside a folder and its subfolders without recursion
Most programmers will do this in a recursive fashion, but doing that is putting yourself at risk of hitting a…
How to check if a Java Process is running on any local Virtual Machine programmatically
Quick and dirty way to check if a Java Process is already running. Useful if you need to run cronjobs…
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…