Navigation
-
Recent Posts
Archives
- March 2013
- February 2013
- December 2012
- November 2012
- October 2012
- July 2012
- February 2012
- January 2012
- December 2011
- January 2011
- July 2010
- April 2010
- December 2009
- July 2009
- December 2008
- July 2008
- June 2008
- February 2008
- September 2007
- June 2007
- March 2007
- December 2006
- July 2006
- April 2006
- February 2006
- November 2005
- October 2005
- July 2005
- June 2005
- May 2005
- April 2005
Categories
Meta
Monthly Archives: July 2012
Objection to the Netflix Class Action Settlement
Usual disclaimer – I’m not a lawyer and this is not legal advice. Use it at your own risk, and consult a lawyer if you have legal questions. As thousands of other users I received the e-mail from the “Online DVD Class Action Administrator” informing me that there is a class action lawsuit against Netflix. [...]
Android dialog to choose a directory or file based on AlertDialog
This dialog could be used to let the user choose a file or directory. Since it is based on AlertDialog it doesn’t have to be instantiated through startActivity() and therefore could be used, for example, in a PrederenceDialog subclass. The provided code only selects the directories, but it is easy to modify it to select [...]
Parsing ID3v2 tags in the MP3 files
This simple tag parser is very useful when you just need to get the basic information about the MP3 files, such as the title and the artist. Of course it could be extended to extract more information if necessary. Apache license.